Skip to content

Commit

Permalink
obfuscate apikey
Browse files Browse the repository at this point in the history
  • Loading branch information
gowin20 committed Nov 17, 2023
1 parent b00eb0b commit bd9b0c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/languages.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}).setView([35.7088, 48.8790], 4);


const apiKey = "AAPKcc58d292d8d24415af677a38d7adbcc1vMHlBBqqnttVrFKhCQWB8nT8YPjlQs3HPY3fKeV7-__w6LuMKgmag1MubRUgaAaA";
const apiKey = "<YOUR ARCGIS API KEY HERE>";

const basemapStyle = "arcgis/outdoor";

Expand Down
2 changes: 1 addition & 1 deletion examples/worldview.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
minZoom: 2
}).setView([35.7088, 48.8790], 4);

const apiKey = "AAPKcc58d292d8d24415af677a38d7adbcc1vMHlBBqqnttVrFKhCQWB8nT8YPjlQs3HPY3fKeV7-__w6LuMKgmag1MubRUgaAaA";
const apiKey = "<YOUR ARCGIS API KEY HERE>";

const basemapStyle = "arcgis/light-gray";

Expand Down

0 comments on commit bd9b0c2

Please sign in to comment.