fix(front): fix map
Closes #1314 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
60aceb442a
commit
8f84ba1d08
|
@ -2,7 +2,7 @@
|
|||
<div class="map-container">
|
||||
<l-map
|
||||
:zoom="mergedOptions.zoom"
|
||||
:style="`height: ${mergedOptions.height}; width: ${mergedOptions.width}`"
|
||||
:style="{ height: mergedOptions.height, width: mergedOptions.width }"
|
||||
class="leaflet-map"
|
||||
:center="[lat, lon]"
|
||||
@click="clickMap"
|
||||
|
|
Loading…
Reference in a new issue