Fix Map Width

This commit is contained in:
2022-10-12 12:30:53 +02:00
parent c9ee674b2d
commit 0bc592530b

View File

@@ -7,7 +7,7 @@
{{ $scrollWheelZoom := default "true" .scrollWheelZoom }} {{ $scrollWheelZoom := default "true" .scrollWheelZoom }}
<!--Container--> <!--Container-->
<div id='mapid_{{ $mapId }}' class="leaflet-map" style='width: {{ $mapWidth }}; height: {{ $mapHeight}};'></div> <div id='mapid_{{ $mapId }}' class="leaflet-map" width="{{ $mapWidth }}" style='height: {{ $mapHeight}};'></div>
<script> <script>
//Create Map //Create Map