{{services.title}}

{% if services.abstract%}

Abstrakt: {{services.abstract}}

{% endif %} {% if services.keywords %}

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

{% endif %} {% if layers %}

Počet vrstev:{{ layers|count }}

{% endif %} {% if layers %}

Vrstvy na serveru: {% for l in layers%} {{l.title}}{% if not loop.last %} ,{% endif %} {% endfor %}

{% endif %} {% if imageFormats %}

Podporované formáty výstupu: {% for f in imageFormats%} {{f[6:]}}{% if not loop.last %} ,{% endif %} {% endfor %}

{% endif %} {% if services.accessconstraints%}

Přístupová omezení: {{services.accessconstraints}}

{% endif %} {% if services.fees%}

Poplatky: {{services.fees}}

{% endif %} {% if contact%} {% if contact.name %}

Kontaktní osoba: {{contact.name}}

{% endif %} {% if contact.organization %}

Organizace: {{contact.organization}}

{% endif %} {% if contact.address %}

Adresa: {{contact.address}}

{% endif %} {% if contact.city %}

Město: {{contact.city}}

{% endif %} {% if contact.postcode %}

PSČ: {{contact.postcode}}

{% endif %} {% if contact.email %}

Email: {{contact.email}}

{% endif %} {% if contact.telephone %}

Telefón: {{contact.telephone}}

{% endif %} {% if contact.region %}

Region: {{contact.region}}

{% endif %} {% if contact.position %}

Pozice: {{contact.position}}

{% endif %} {% endif %}
{% for layer in layers %}

Jméno vrstvy: {{layer.name}}

{% if layer.title %}

Titulek: {{layer.title}}

{% 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.bbox %}

Boundingbox WGS84: xmin:{{layer.bbox[0]}}, ymin:{{layer.bbox[1]}}, xmax:{{layer.bbox[2]}}, ymax:{{layer.bbox[3]}}

{% endif %} {% if layer.bboxes %} Bounding boxy: (Ukázat)
{% endif %} {% if layer.crs %}

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

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

Legenda:

{% endif %}
{% endfor%}