diff --git a/share/ogcapi/templates/html-bootstrap/collection-items.html b/share/ogcapi/templates/html-bootstrap/collection-items.html index d989fbad47..6cb7429c5f 100644 --- a/share/ogcapi/templates/html-bootstrap/collection-items.html +++ b/share/ogcapi/templates/html-bootstrap/collection-items.html @@ -34,16 +34,21 @@
| {{ key }} | -{% endfor %} +{{ key }} | +{% endfor %} +{% endif %} + +
|---|---|
| +{% if response.features %} +{% for key, value in response.features.0.properties %} + | +{% endfor %} {% endif %} |