1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-22 00:06:57 -04:00
Alessandro Pasotti 92ac7a2e93
[server] Server api and WFS3 ()
Implementation of OGC API and WFS3 core draft specification
2019-08-06 16:38:21 +02:00

7 lines
175 B
HTML

<!-- template for the WFS3 API links list -->
<ul>
{% for link in links %}
<li><a rel="{{ link.rel }}" href="{{ link.href }}">{{ link.title }}</a></li>
{% endfor %}
</ul>