diff --git a/deegree-ogcapi-features/src/main/resources/collection.html b/deegree-ogcapi-features/src/main/resources/collection.html index 6fdc2505..afc4871c 100644 --- a/deegree-ogcapi-features/src/main/resources/collection.html +++ b/deegree-ogcapi-features/src/main/resources/collection.html @@ -141,6 +141,14 @@

{{ title }}

+
+
Item type
+
+
+
{{ itemType }}
+
+
+
@@ -185,7 +193,8 @@

{{ title }}

metadataLinks: '', extent: '', crs: '', - storageCrs: '' + storageCrs: '', + itemType: '' }, created() { @@ -206,6 +215,7 @@

{{ title }}

this.extent = json.extent; this.crs = json.crs; this.storageCrs = json.storageCrs; + this.itemType = json.itemType; fetchConfigAndSetExtent(this.extent.spatial.bbox[0]); } }