From ed7a507621233b20cee71c6e4ff36c91c1b054e3 Mon Sep 17 00:00:00 2001 From: Hendrik Borras Date: Thu, 2 Nov 2017 03:47:08 +0100 Subject: [PATCH] Commented out problematic google maps module --- frontend/templates/plotting.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/templates/plotting.html b/frontend/templates/plotting.html index 71d4030..01830a4 100644 --- a/frontend/templates/plotting.html +++ b/frontend/templates/plotting.html @@ -1,8 +1,8 @@ {% extends "cosmic_base.html" %} {% block title %}Custom Plotting{% endblock %} {% block head_additions %} - {# The flask_googlemaps package does not work if installed via "sudo pip ...", we should figure out how to fix this #} - {# {{"decoupled-map"|googlemap_js(location_vars['Latitude'], location_vars['Longitude'], markers=[( location_vars['Latitude'], location_vars['Longitude'] )])}} + {# The flask_googlemaps package does not work if installed via "sudo pip ...", I should figure out how to fix this #} + {# {{"decoupled-map"|googlemap_js(location_vars['Latitude'], location_vars['Longitude'], markers=[( location_vars['Latitude'], location_vars['Longitude'] )])}} #} {% endblock %} {% block content %} @@ -15,7 +15,7 @@
- {# {{"decoupled-map"|googlemap_html(location_vars['Latitude'], location_vars['Longitude']) }} + {# {{"decoupled-map"|googlemap_html(location_vars['Latitude'], location_vars['Longitude']) }} #}
@@ -33,7 +33,7 @@
End time of the plot in UTCUnixSeconds(the plot will not extend further than the available data):

- The bin size for the histogram (note too many bins will slow down the histogram creation):
+ The bin size for the histogram in seconds (note that too many bins will slow down the histogram creation):