mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
16 lines
271 B
HTML
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" %}
|