Skip to content

Commit

Permalink
options
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 18, 2023
1 parent e663f6b commit 30b204e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
style: 'mapbox://styles/mapbox/dark-v11',
projection: 'globe',
center: [0,0],
zoom: 1,
zoom: -0.5,
interactive: false
});
var detailMbgl = new mapboxgl.Map({
Expand All @@ -99,7 +99,7 @@
style: 'mapbox://styles/mapbox/dark-v11',
center: [0,0],
projection: 'globe',
zoom: 1.8,
zoom: 1,
minZoom: 0,
maxZoom: 24,
minPitch: 0,
Expand Down

0 comments on commit 30b204e

Please sign in to comment.