Back to Qgis

{{ title }}

resources/server/api/ogc/templates/wfs3/describeCollection.html

latest534 B
Original Source

{% include "header.html" %}

{{ title }}

Available CRSs

{% for c in crs %} - {{ c }} {% endfor %}

Extent

West{{ extent.spatial.bbox.0.0 }}South{{ extent.spatial.bbox.0.1 }}East{{ extent.spatial.bbox.0.2 }}North{{ extent.spatial.bbox.0.3 }}

{% for link in links %} {% if link.rel != "self" %} - {{ link.title }} {% endif %} {% endfor %}

{% include "footer.html" %}