Change the zoom

This commit is contained in:
Alireza Adli 2023-10-12 17:01:41 -04:00
parent c71f5c8261
commit e6e04cef75

View File

@ -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.