Vyhledané vrstvy dle tagu

{% for layer in layers %}

Jméno vrstvy: {{layer.name}} - Klikni pro zobrazení wms serveru

{% if layer.title %}

Titulek: {{layer.title}}

Uživatelské tagy: {% set tags = layer.getUserTags()%}{% if tags|length >0%}{% for t in tags%} {{t|escape}}{% if not loop.last %} , {% endif %}{% endfor %}{% endif%}

{% endif %} {% if layer.keyWords %}

Klíčová slova: {% for k in layer.keyWords%} {{k}}{% if not loop.last %} ,{% endif %} {% endfor %}

{% endif %} {% if layer.scale %}

Zobrazováno pouze v měřítku: Min: 1:{{layer.scale[0]}}, Max: 1:{{layer.scale[1]}}

{% endif %} {% if layer.geoBboxMinX %}

Boundingbox WGS84: xmin:{{layer.geoBboxMinX}}, ymin:{{layer.geoBboxMinY}}, xmax:{{layer.geoBboxMaxX}}, ymax:{{layer.geoBboxMaxY}}

{% endif %} {% if layer.crs %}

Koordinační systémy: {% for c in layer.crs%} {{c}}{% if not loop.last %} ,{% endif %} {% endfor %}

{% endif %} {% set thumbnail = layer.getThumbnailsId()%} {% if thumbnail%}

Náhled:

{% endif %} {% if layer.legend %}

Legenda:

{% endif %}
{% endfor%}