diff --git a/scripts/dashboard/dashboard.py b/scripts/dashboard/dashboard.py index 7f9ccad..f3ac2bb 100644 --- a/scripts/dashboard/dashboard.py +++ b/scripts/dashboard/dashboard.py @@ -71,7 +71,7 @@ def get_loc_data(): last_known_loc_list.append(e['call']) display_number = display_number - 1 tmp_loc = tmp_loc + ''' - ''' + e['call'] + ''' + ''' + e['call'] + '''  ''' + str(e['lat']) + '''   ''' + str(e['lon']) + '''   ''' + e['time'] + '''  @@ -240,11 +240,12 @@ def view_map(): -

+

""", folium_map._repr_html_()) except: return """

Station not found.

-

""" +

+

""" if not track_call: folium_map = folium.Map(location=map_center, tiles="Stamen Toner", zoom_start=int(zoom_level)) marker_cluster = MarkerCluster().add_to(folium_map)