minor with maps

This commit is contained in:
lesion
2023-04-09 21:43:51 +02:00
parent e95076ee3f
commit 152e8f5bc6
3 changed files with 12 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ client-only(placeholder='Loading...' )
v-card
v-container
LMap(ref="map"
id="leaflet-map"
id="leaflet-map-dialog"
:zoom="zoom"
:options="{attributionControl: false}"
:center="center")
@@ -105,7 +105,7 @@ export default {
</script>
<style>
#leaflet-map {
#leaflet-map-dialog {
height: 55vh;
width: 100%;
border-radius: .3rem;