Commented out problematic google maps module
This commit is contained in:
parent
128fef1859
commit
ed7a507621
1 changed files with 4 additions and 4 deletions
|
|
@ -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 @@
|
|||
</div>
|
||||
<!-- /.panel-heading -->
|
||||
<div class="panel-body">
|
||||
{# {{"decoupled-map"|googlemap_html(location_vars['Latitude'], location_vars['Longitude']) }}
|
||||
{# {{"decoupled-map"|googlemap_html(location_vars['Latitude'], location_vars['Longitude']) }} #}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
<input type="text" name="start_time" value="-300"><br>
|
||||
End time of the plot in UTCUnixSeconds(the plot will not extend further than the available data):<br>
|
||||
<input type="text" name="end_time" value="9000000000"><br>
|
||||
The bin size for the histogram (note too many bins will slow down the histogram creation):<br>
|
||||
The bin size for the histogram in seconds (note that too many bins will slow down the histogram creation):<br>
|
||||
<input type="text" name="bin_size_seconds" value="10"><br><br>
|
||||
<input type="submit" value="Create plot">
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue