Change the zoom
This commit is contained in:
parent
c71f5c8261
commit
e6e04cef75
@ -13,7 +13,7 @@ export function CityMap() {
|
|||||||
container: 'map', // container ID
|
container: 'map', // container ID
|
||||||
style: 'mapbox://styles/mapbox/streets-v12', // style URL
|
style: 'mapbox://styles/mapbox/streets-v12', // style URL
|
||||||
center: [-73.5801403, 45.4962261], // starting position [lng, lat]
|
center: [-73.5801403, 45.4962261], // starting position [lng, lat]
|
||||||
zoom: 13, // starting zoom
|
zoom: 17, // starting zoom
|
||||||
});
|
});
|
||||||
|
|
||||||
// Optionally, you can add more configuration options or features to your map here.
|
// Optionally, you can add more configuration options or features to your map here.
|
||||||
|
Loading…
Reference in New Issue
Block a user