{% extends "webpage/base.html" %} {% block title %}{% endblock %} {% load leaflet_tags %} {% load crispy_forms_tags %} {% block scriptHeader %} {% leaflet_js %} {% leaflet_css %} {% endblock %} {% block content %}

Temporalized Spatial Query

{% crispy form %} {% if answer %} {% for x in answer %}
  • {{ x }}
  • {% endfor %} {% endif %}
    {% if answer %}
    {% leaflet_map "yourmap" callback="window.map_init_basic" %}
    {% endif %}
    {% endblock content %}