File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ $(document).ready(function () {
461
461
// Have to init the projection input box as it is used to format the initial values
462
462
$ ( "#projection" ) . val ( currentproj ) ;
463
463
464
- L . mapbox . accessToken = 'pk.eyJ1IjoiY3Vnb3MiLCJhIjoiY2p4Nm43MzA3MDFmZDQwcGxsMjB4Z3hnNiJ9.SQbnMASwdqZe6G4n6OMvVw ' ;
464
+ L . mapbox . accessToken = 'pk.eyJ1IjoibG91aXMtZSIsImEiOiJjbWF0cWlycjEwYWNvMmtxeHFwdDQ5NnJoIn0.6A0AKg0iucvoGhYuCkeOjA ' ;
465
465
map = L . mapbox . map ( 'map' ) . setView ( [ 50.114768 , 8.687322 ] , 4 ) . addLayer ( L . mapbox . styleLayer ( 'mapbox://styles/mapbox/streets-v11' ) ) ;
466
466
467
467
rsidebar = L . control . sidebar ( 'rsidebar' , {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const BASE_HEIGHT_SCALE: f64 = 0.72;
11
11
12
12
/// Mapbox API access token for terrain data
13
13
const MAPBOX_PUBKEY : & str =
14
- "pk.eyJ1IjoiY3Vnb3MiLCJhIjoiY2p4Nm43MzA3MDFmZDQwcGxsMjB4Z3hnNiJ9.SQbnMASwdqZe6G4n6OMvVw " ;
14
+ "pk.eyJ1IjoibG91aXMtZSIsImEiOiJjbWF0cWlycjEwYWNvMmtxeHFwdDQ5NnJoIn0.6A0AKg0iucvoGhYuCkeOjA " ;
15
15
/// Minimum zoom level for terrain tiles
16
16
const MIN_ZOOM : u8 = 10 ;
17
17
/// Maximum zoom level for terrain tiles
You can’t perform that action at this time.
0 commit comments