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({