diff --git a/pygeoapi/templates/collections/items/index.html b/pygeoapi/templates/collections/items/index.html index 5ecad29..158327f 100644 --- a/pygeoapi/templates/collections/items/index.html +++ b/pygeoapi/templates/collections/items/index.html @@ -51,79 +51,81 @@
{% trans %}Note: if Speckle model location data is available, the relevant URL parameters will be ignored. If neither model nor URL parameters specify the location, model will be placed randomly. {% endtrans %}
-| Coordinate Reference System: | -{{ data['model_crs'] }} | -
| Coordinate Reference System: | +{{ data['model_crs'] }} | +
| Speckle URL ('speckleurl') | -- - {{ data['speckle_url'] }} - - | -
| Coordinate Reference System ID ('crsauthid') | -{{ data['crs_authid'] }} | -
| Latitide ('lat') | -{{ data['lat'] }} | -
| Longitude ('lon') | -{{ data['lon'] }} | -
| Angle to True North, in degrees ('northdegrees') | -{{ data['north_degrees'] }} | -
| Feature limit ('limit') | -{{ data['limit'] }} | -