diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 96fa3a25..5317e0c5 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -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)