Compare commits
1 Commits
c9ee674b2d
...
0bc592530b
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bc592530b |
@@ -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