Compare commits

..

No commits in common. '9af178978122388e356495fcd1577262070339f9' and '25e604ea21aec436f29e5aab893324a32eb9bb2b' have entirely different histories.

  1. 1
      .gitignore
  2. 2
      main.py

1
.gitignore vendored

@ -1,2 +1 @@
gtfs-data/
ansible/

@ -72,7 +72,7 @@ my_hover=HoverTool()
my_hover.tooltips=[('Type','@route_type_long'),('Route id','@route_short_name'),('Route','@route_long_name')]
p.add_tools(my_hover)
p.circle('x', 'y', source=Source, legend_field='route_type_long', color='color', size=10)
p.circle('x', 'y', source=Source, legend_field='route_type_long', color='color')
curdoc().add_root(p)
curdoc().add_periodic_callback(update,5000)
p.legend.location = "top_left"

Loading…
Cancel
Save