{% extends base_template %} {% load tethys_gizmos static %} {% block import_gizmos %} {% import_gizmo_dependency select_input %} {% endblock %} {% block app_navigation_items %} {# NAV HEADER #} {% block before_nav_header %} {% endblock %} {% include 'workflows/components/nav_header.html' %} {% block after_nav_header %} {% endblock %} {# TABS #}
{% block map_tabs %} {% endblock %} {# TAB PANELS #} {% block map_tab_panels %}
{# LAYERS TAB PANEL #}
{% block layer_tab_panel %} {% for layer_group in layer_groups %} {% if layer_group.id == 'custom_layers'%} {% if show_custom_layer %}
  • {# LAYER GROUP VISIBILITY CONTROL #} {# LAYER GROUP CONTEXT MENU #} {% if show_public_toggle or show_remove or show_rename %} {% endif %}
    • {% for layer in layer_group.layers %}
    • {# LAYER VISIBILITY CONTROL #} {# LAYER CONTEXT MENU #}
    • {% endfor %}
    {% endif %} {% else %} {% include 'workflows/components/layer_group_content.html' %} {% endif %} {% endfor %} {% endblock %}
    {# LEGEND TAB PANEL #} {% if show_legends %} {% block legend_panel %} {% if legends %}
    {% block legend_items %} {% for legend, legend_select_input in legends %}
  • {% gizmo legend_select_input %}
    {% include "workflows/map_view/color_ramp_component.html" %}
    {% endfor %} {% endblock %}
    {% endif %} {% endblock %} {% endif %} {# CUSTOM TAB PANELS #} {% block custom_map_tab_panels %} {% endblock %}
    {% endblock %}
    {% endblock %} {% block app_content %} {# ADDRESS SEARCH/GEOCODE #} {% if geocode_enabled and can_use_geocode %}
    {% endif %} {# MAP #} {% block map %} {% gizmo map_view %} {% endblock %} {# MAP ATTRIBUTES #}
    {% if can_use_plot %} {# PLOT SLIDE SHEET #} {% gizmo plot_slide_sheet %} {% endif %} {% csrf_token %} {% endblock %} {% block app_actions %} {% endblock %} {% block after_app_content %} {# Action Modal #} {# Properties Pop-up #}
    ×
    {% endblock %} {% block content_dependent_styles %} {{ block.super }} {% if map_type == "cesium_map_view" %} {% endif %} {% endblock %} {% block scripts %} {{ block.super }} {% if map_type == "cesium_map_view" %} {% else %} {% endif %} {% endblock %}