Decrease map zoom when on user location
This commit is contained in:
parent
99e201fd58
commit
acd7d915cf
@ -35,7 +35,7 @@ function maplibreMap(containerEl, interactive) {
|
|||||||
enableHighAccuracy: true
|
enableHighAccuracy: true
|
||||||
},
|
},
|
||||||
fitBoundsOptions: {
|
fitBoundsOptions: {
|
||||||
maxZoom: 14
|
maxZoom: 13
|
||||||
},
|
},
|
||||||
showAccuracyCircle: false,
|
showAccuracyCircle: false,
|
||||||
trackUserLocation: true
|
trackUserLocation: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user