Skip to content

Commit

Permalink
Try mapbox satellite for the overview map
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 18, 2023
1 parent 51ce22f commit 7b12f85
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 @@ -87,9 +87,9 @@
var overviewMbgl = new mapboxgl.Map({
attributionControl: false,
container: 'overview-map',
style: 'mapbox://styles/mapbox/streets-v12',
style: 'mapbox://styles/mapbox/satellite-v9',
center: [0,0],
zoom: 1,
zoom: -0.9,
interactive: false
});
var detailMbgl = new mapboxgl.Map({
Expand Down

0 comments on commit 7b12f85

Please sign in to comment.