Compare commits

...

1 Commits

Author SHA1 Message Date
0bc592530b Fix Map Width 2022-10-12 12:30:53 +02:00

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