Fix maps: use satellite-streets-v12 style, fix markers visibility
All checks were successful
Build Docker Image / build (push) Successful in 3m49s
All checks were successful
Build Docker Image / build (push) Successful in 3m49s
This commit is contained in:
@@ -106,7 +106,7 @@ const mapCenter = computed<[number, number]>(() => {
|
||||
})
|
||||
|
||||
const mapOptions = computed(() => ({
|
||||
style: 'mapbox://styles/mapbox/streets-v12',
|
||||
style: 'mapbox://styles/mapbox/satellite-streets-v12',
|
||||
center: mapCenter.value,
|
||||
zoom: 4
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user