Lode Nachtergaele commited on
Commit
24d8a00
·
1 Parent(s): 26f1b8c

removed the circle

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -460,8 +460,8 @@ if gpx_file is not None:
460
  )
461
  # popup = folium.Popup()
462
  # vega.add_to(popup)
463
- popup.add_to(circle)
464
- circle.add_to(route_map)
465
  # circle_marker = folium.CircleMarker(
466
  # [row["lat"], row["lon"]],
467
  # radius=15,
 
460
  )
461
  # popup = folium.Popup()
462
  # vega.add_to(popup)
463
+ # popup.add_to(circle)
464
+ # circle.add_to(route_map)
465
  # circle_marker = folium.CircleMarker(
466
  # [row["lat"], row["lon"]],
467
  # radius=15,