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 @@

{{ template.title }} - Collection Items: {{ response.collection.title }}

{% if show_next_link == true %}
next
{% endif %} +
+ + Clear filters +
@@ -52,8 +57,16 @@

{{ template.title }} - Collection Items: {{ response.collection.title }}

ID {% if response.features %} {% for key, value in response.features.0.properties %} - -{% endfor %} + +{% endfor %} +{% endif %} + + + +{% if response.features %} +{% for key, value in response.features.0.properties %} + +{% endfor %} {% endif %} @@ -71,11 +84,145 @@

{{ template.title }} - Collection Items: {{ response.collection.title }}

{{ key }}{{ key }}