From 8636a7f84f154d27b1dc23d70921c55a75e6433c Mon Sep 17 00:00:00 2001 From: Frank Gerards Date: Mon, 23 Oct 2023 17:15:17 +0200 Subject: [PATCH] deletes FLK, updates zoom-factor --- VolunteeringUkraineMap/src/components/ProjectMap.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VolunteeringUkraineMap/src/components/ProjectMap.vue b/VolunteeringUkraineMap/src/components/ProjectMap.vue index aad8538..80c89d4 100644 --- a/VolunteeringUkraineMap/src/components/ProjectMap.vue +++ b/VolunteeringUkraineMap/src/components/ProjectMap.vue @@ -20,7 +20,7 @@ export default defineComponent({ return { styleFunction: this.getStyle(0), mapOptions: { - zoomSnap: 0.2, + zoomSnap: 0.85, }, tileUrl: 'https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', tileLayerOptions: { @@ -79,7 +79,7 @@ export default defineComponent({