Skip to content

Commit

Permalink
Update ihp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegersp authored May 21, 2024
1 parent 6a4dd17 commit f5024cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/script/ihp.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function initialize()


oMap = new mapboxgl.Map({'container': 'map_container', 'style': 'mapbox/satellite-streets-v11.json', 'attributionControl': false,
'minZoom': 4, 'maxZoom': 24, 'center': [-81.83067386, 28.1195796], 'zoom': 15, 'accessToken': '<mapbox-access-token>'});
'minZoom': 4, 'maxZoom': 24, 'center': [-81.83067386, 28.1195796], 'zoom': 15, 'accessToken': 'pk.eyJ1Ijoia3J1ZWdlcmIiLCJhIjoiY2tuajlwYWZ5MGI0ZTJ1cGV1bTk5emtsaCJ9.En7O3cNsbmy7Gk555ZjmVQ'});
window.mymap = oMap;
oMap.doubleClickZoom.disable();
oMap.dragRotate.disable(); // disable map rotation using right click + drag
Expand Down

0 comments on commit f5024cc

Please sign in to comment.