Fix Map Width
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{{ $scrollWheelZoom := default "true" .scrollWheelZoom }}
|
||||
|
||||
<!--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>
|
||||
//Create Map
|
||||
|
||||
Reference in New Issue
Block a user