diff --git a/runtimes/eoapi/stac/eoapi/stac/templates/collections.html b/runtimes/eoapi/stac/eoapi/stac/templates/collections.html index 7ee895e..080c5f4 100644 --- a/runtimes/eoapi/stac/eoapi/stac/templates/collections.html +++ b/runtimes/eoapi/stac/eoapi/stac/templates/collections.html @@ -22,20 +22,34 @@

Collections

You need to add STAC Collections and Items; for example by following the MAXAR open data demo or other demos.

{% else %} -
-
+
+
Showing {{ offset + 1 }} - {{ offset + response.numberReturned }} of {{ response.numberMatched }} collections
+ +
+
+ +
+ +
+ + +
+
+
- -
+ {% if response.links|length > 0 %}
{% for link in response.links %} @@ -48,8 +62,8 @@

Collections

next ยป {% endif %} {% endfor %} - {% endif %}
+ {% endif %}
@@ -74,14 +88,31 @@

Collections

{% endif %}