{% extends "layers/layer_base.html" %} {% load i18n %} {% load dialogos_tags %} {% load agon_ratings_tags %} {% load bootstrap_tags %} {% load pagination_tags %} {% load url from future %} {% load base_tags %} {% load guardian_tags %} {% block title %}{{ resource.title|default:resource.typename }} — {{ block.super }}{% endblock %} {% block head %} {% if TWITTER_CARD %} {% include "base/_resourcebase_twittercard.html" %} {% endif %} {% if OPENGRAPH_ENABLED %} {% include "base/_resourcebase_opengraph.html" %} {% endif %} {% if preview == 'geoext' %} {% include "layers/layer_geoext_map.html" %} {% elif preview == 'OL3' %} {% include "layers/layer_ol3_map.html" %} {% else %} {% include "layers/layer_leaflet_map.html" %} {% endif %} {{ block.super }} {% endblock %} {% block body_class %}layers{% endblock %} {% block body_outer %}
{% trans "Dimension" %} | {% trans "Enabled" %} | {% trans "Regex" %} |
---|---|---|
{% trans "TIME" %} | {% if resource.has_time %}{% trans "True" %}{% else %}{% trans "False" %}{% endif %} | {% if resource.time_regex %}{{ resource.time_regex }}{% else %} {% endif %} |
{% trans "Attribute Name" %} | {% trans "Label" %} | {% trans "Description" %} | {% if wps_enabled %}{% trans "Range" %} | {% trans "Average" %} | {% trans "Median" %} | {% trans "Standard Deviation" %} | {% endif %}|
---|---|---|---|---|---|---|---|
{{ attribute }} | {{ attribute.attribute_label|default:"" }} | {{ attribute.description|default:"" }} | {% if wps_enabled %} {% if attribute.unique_values == "NA" %}{{ attribute.unique_values }} | {% else %}{% endif %} | {{ attribute.average|floatformat:"2" }} | {{ attribute.median|floatformat:"2" }} | {{ attribute.stddev|floatformat:"2" }} | {% endif %}
{{ style.sld_title }}
{% if resource.get_legend.link_type == 'image' %}{% trans "List of maps using this layer:" %}
{% endif %}{% trans "Click the button below to generate a new map based on this layer." %}
{% trans "Create a Map" %}{% trans "List of documents related to this layer:" %}
{% trans "The following styles are associated with this layer. Choose a style to view it in the preview map." %}
{% trans "Click the button below to change the permissions of this layer." %}