{% extends "base.html" %} {% block base_header_additional_head %} {% endblock %} {% block base_body_start %} {% endblock %} {% block base_content %}

Geomap

Variant: {% for other_variant in config.variants.values %} {% ifequal other_variant.identifier variant %} {{ other_variant.name }} {% else %} {{ other_variant.name }} {% endifequal %} {% if not forloop.last %} | {% endif %} {% endfor %}

Interval size:

<< < > >>
Last clicked position:
(lat/lon)
(UTM)
Add room at this position
{% for indicator_list in variant_config.indicators.values %} {% for indicator in indicator_list %}
{% for option in indicator.options %} {% endfor %}
{{ indicator.name }}
{% ifequal indicator.property 'color' %}
{% endifequal %} {% ifequal indicator.property 'size' %} {% if indicator.type == 'node' %}
{% elif indicator.type == 'edge' %}
{% endif %} {% endifequal %}
{{ option.label }}
{% endfor %} {% endfor %}
{% endblock %}