QGIS/resources/server/api/ogc/templates/wfs3/getRequirementClasses.html
Alessandro Pasotti 92ac7a2e93
[server] Server api and WFS3 (#10016)
Implementation of OGC API and WFS3 core draft specification
2019-08-06 16:38:21 +02:00

16 lines
271 B
HTML

<!-- template for the WFS3 API requirement classes -->
{% include "header.html" %}
<h1>QGIS Server</h1>
<h2>Conformance Classes</h2>
<ul>
{% for link in conformsTo %}
<li>{{ link }}</li>
{% endfor %}
</ul>
{% include "footer.html" %}