move get_video_data to dataprep.py
This commit is contained in:
@@ -1810,7 +1810,7 @@ def leaflet_chart2(lat,lon,name=""):
|
||||
return script,div
|
||||
|
||||
def leaflet_chart_video(lat,lon,name=""):
|
||||
if lat.empty or lon.empty:
|
||||
if not len(lat) or not len(lon):
|
||||
return [0,"invalid coordinate data"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user