Fix maps: use satellite-streets-v12 style, fix markers visibility
All checks were successful
Build Docker Image / build (push) Successful in 3m49s

This commit is contained in:
Ruslan Bakiev
2026-01-07 10:19:01 +07:00
parent 6e0a0d6975
commit bddaf6e142
4 changed files with 7 additions and 7 deletions

View File

@@ -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
}))