{%if wms.title%}{{wms.title}}{%else%}Nepojmenovaný server{%endif%}

{% if user.verifyPermiss([1]) %}

Administrace: Smazat server

{% endif %}

URL: {{wms.url}}
Tuto adesu zkopíruj a vlož do nástroje pro prohlížení WMS serverů.

{% if wms.abstract%}

Abstrakt: {{wms.abstract}}

{% endif %} {% if wms.dateOfInsert %}

Datum přidání: {{wms.dateOfInsert|datetimeformat('%d.%m.%Y')}}

{% endif %}

Kategorie: {% if categoriesList|length > 0 %}{% for c in categoriesList%} {{c|escape}}{% if not loop.last %} ,{% endif %} {% endfor %}{% endif%}{% if user.logged %} Klikni pro odebrání kategorie Klikni pro přidání kategorie {% endif %}

Dostupnost:{% if wms.isAvailability() %} Dostupnost serveru {% else %} Dostupnost serveru{% endif %} měření dostupnosti je prováděno každou hodinu

Uživatelské tagy: {% set tags = wms.getUserTags()%}{% if tags|length > 0 %}{% for t in tags%} {{t|escape}}{% if not loop.last %} ,{% endif %} {% endfor %}{% endif%}{% if user.logged %} Klikni pro odebrání tagu Klikni pro přidání tagu{% endif %}

{% if wms.keyWords %}

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

{% endif %} {% if layers %}

Počet vrstev: {{ wms.numberOfLayers() }}

{% endif %} {% if layersPaged %}

Vrstvy na serveru: {% for l in layersPaged%} {% if l['onPage'] == pageNumber%} {% else %} {% endif %}{{l['title']}}{% if not loop.last %} ,{% endif %} {% endfor %}

{% endif %} {% if wms.imageFormats %}

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

{% endif %} {% if wms.accessConstraints%}

Přístupová omezení: {{wms.accessConstraints}}

{% endif %} {% if wms.fees%}

Poplatky: {{wms.fees}}

{% endif %} {% if wms.contactName %}

Kontaktní osoba: {{wms.contactName}}

{% endif %} {% if wms.contactOrganization %}

Organizace: {{wms.contactOrganization}}

{% endif %} {% if wms.contactAddress %}

Adresa: {{wms.contactAddress}}

{% endif %} {% if wms.contactCity %}

Město: {{wms.contactCity}}

{% endif %} {% if wms.contactPostcode %}

PSČ: {{wms.contactPostcode}}

{% endif %} {% if wms.contactEmail %}

Email: {{wms.contactEmail}}

{% endif %} {% if wms.contactTelephone %}

Telefón: {{wms.contactTelephone}}

{% endif %} {% if wms.contactRegion %}

Region: {{wms.contactRegion}}

{% endif %} {% if wms.contactPosition %}

Pozice: {{wms.contactPosition}}

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

Jméno vrstvy: {{layer.name}} Zobrazit v mapě

{% 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%}{% if user.logged %} Klikni pro odebrání tagu Klikni pro přidání tagu{% 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]}}
Vypočítáno ze scalehint wms verze 1.1.1. , pokud je na serveru použit jinačí vzorec pro výpočet z měřítka, může se lišt a nemusí zde být uvedeno přesné měřítko.

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

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

{% endif %} {% if layer.BBoxesReference %} 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 %} {% set thumbnail = layer.getThumbnailsId()%} {% if thumbnail%}

Náhled:

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

Legenda:

{% endif %}
{% endfor%}