Private
Public Access
1
0

checked fpace/ftime on customJS

This commit is contained in:
Sander Roosendaal
2016-12-06 12:33:40 +01:00
parent 9f39ae596f
commit c50bcc2938

View File

@@ -132,7 +132,7 @@ def interactive_histoall(theworkouts):
def googlemap_chart(lat,lon,name=""):
# plot tools
TOOLS = 'save,pan,box_zoom,wheel_zoom,reset,tap,resize,crosshair'
TOOLS = 'save,pan,box_zoom,wheel_zoom,reset,tap,resize'
map_options = GMapOptions(lat = lat.mean(),lng=lon.mean(),
map_type="roadmap",zoom=11)