Last active
February 10, 2021 22:55
-
-
Save dariadobsai/a0dd9e673fd3dac34ff272d7745bb2a5 to your computer and use it in GitHub Desktop.
Revisions
-
dariadobsai revised this gist
Feb 10, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ // Full URL: https://api.mapbox.com/styles/v1/{user}/{style}/tiles/256/{z}/{x}/{y}?access_token={accessToken} const urlStart = "https://api.mapbox.com/styles/v1/{user}/"; const urlEnd = "/tiles/256/{z}/{x}/{y}?access_token={accessToken}"; -
dariadobsai created this gist
Feb 10, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ const urlStart = "https://api.mapbox.com/styles/v1/{user}/"; const urlEnd = "/tiles/256/{z}/{x}/{y}?access_token={accessToken}";