From e6e04cef7506fb812d19194c9d424a13f9a6f357 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 12 Oct 2023 17:01:41 -0400 Subject: [PATCH] Change the zoom --- app/src/frontend/map/layers/city-base-map-layer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/map/layers/city-base-map-layer.tsx b/app/src/frontend/map/layers/city-base-map-layer.tsx index e479a812..f74b6d3c 100644 --- a/app/src/frontend/map/layers/city-base-map-layer.tsx +++ b/app/src/frontend/map/layers/city-base-map-layer.tsx @@ -13,7 +13,7 @@ export function CityMap() { container: 'map', // container ID style: 'mapbox://styles/mapbox/streets-v12', // style URL 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.