fixed map view if no coordinates bug
This commit is contained in:
@@ -890,7 +890,7 @@ def leaflet_chart2(lat,lon,name=""):
|
||||
)
|
||||
|
||||
div = """
|
||||
<div id="map_canvas" style="width: 100%; height: 400px;"><p> </p></div>
|
||||
<div id="map_canvas" style="width: 100%; height: 100%; min-height: 100vh"><p> </p></div>
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user