Decrease geolocation zoom level to 14
This commit is contained in:
parent
89b4860bf0
commit
55cd5f761d
@ -35,7 +35,7 @@ function maplibreMap(containerEl, interactive) {
|
|||||||
enableHighAccuracy: true
|
enableHighAccuracy: true
|
||||||
},
|
},
|
||||||
fitBoundsOptions: {
|
fitBoundsOptions: {
|
||||||
maxZoom: 15
|
maxZoom: 14
|
||||||
},
|
},
|
||||||
showAccuracyCircle: false,
|
showAccuracyCircle: false,
|
||||||
trackUserLocation: true
|
trackUserLocation: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user