Private
Public Access
1
0

fixed map view if no coordinates bug

This commit is contained in:
Sander Roosendaal
2017-09-17 14:35:02 +02:00
parent 60984db0a2
commit 9496d20e21
3 changed files with 7 additions and 4 deletions

View File

@@ -890,7 +890,7 @@ def leaflet_chart2(lat,lon,name=""):
)
div = """
<div id="map_canvas" style="width: 100%; height: 400px;"><p>&nbsp;</p></div>
<div id="map_canvas" style="width: 100%; height: 100%; min-height: 100vh"><p>&nbsp;</p></div>
"""