Skip to content

Commit

Permalink
deletes FLK, updates zoom-factor
Browse files Browse the repository at this point in the history
  • Loading branch information
fgerards committed Oct 23, 2023
1 parent 08a3bdb commit 8636a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VolunteeringUkraineMap/src/components/ProjectMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -79,7 +79,7 @@ export default defineComponent({
<l-map
ref="map"
:options="mapOptions"
:zoom="0.2"
:zoom="0.1"
:center="[0,0]"
@ready="readyHandler"
>
Expand Down

0 comments on commit 8636a7f

Please sign in to comment.