-
-
-
-
-
- {{ data['title'] }}
-
- {{ data['description'] }}
-
+
+ {{ data['title'] }}
+ {{ data['description'] }}
+
{% for kw in data['keywords'] %}
{{ kw }}
{% endfor %}
@@ -24,17 +18,15 @@
View
-
-
-
-
+
@@ -44,8 +36,7 @@
@@ -55,10 +46,9 @@
Links
diff --git a/pygeoapi/templates/collections.html b/pygeoapi/templates/collections.html
index 4cef6df..649684a 100644
--- a/pygeoapi/templates/collections.html
+++ b/pygeoapi/templates/collections.html
@@ -4,11 +4,8 @@
/ Collections
{% endblock %}
{% block body %}
-
-
-
-
- Collections in this service
+
+ Collections in this service
@@ -18,14 +15,13 @@
{% for k, v in filter_dict_by_key_value(config['resources'], 'type', 'collection').items() %}
-
+
|
-
- {{ v['title'] | striptags | truncate }}
+ {{ v['title'] | striptags | truncate }}
|
-
+ |
{{ v['description'] | striptags | truncate }}
|
diff --git a/pygeoapi/templates/domainset.html b/pygeoapi/templates/domainset.html
index 85b50da..90bbec3 100644
--- a/pygeoapi/templates/domainset.html
+++ b/pygeoapi/templates/domainset.html
@@ -5,15 +5,9 @@
/ {{ data['title'] }}
{% endblock %}
{% block body %}
-
-
-
-
-
-
- {{ data['title'] }}
-
- {{ data['description'] }}
+
+ {{ data['title'] }}
+ {{ data['description'] }}
Coverage domain set
Axis labels
diff --git a/pygeoapi/templates/landing_page.html b/pygeoapi/templates/landing_page.html
index bd0f7d4..ca55c40 100644
--- a/pygeoapi/templates/landing_page.html
+++ b/pygeoapi/templates/landing_page.html
@@ -3,16 +3,15 @@
{% block body %}
-
-
+
- {{ config['metadata']['identification']['title'] }}
- {{ config['metadata']['identification']['description'] }}
+ {{ config['metadata']['identification']['title'] }}
+ {{ config['metadata']['identification']['description'] }}
-
+
{% for kw in config['metadata']['identification']['keywords'] %}
{{ kw }}
{% endfor %}
@@ -36,7 +35,7 @@
License
@@ -82,14 +81,14 @@
-
+
@@ -98,35 +97,35 @@
Address
-
-
{{ config['metadata']['contact']['address'] }}
-
{{ config['metadata']['contact']['city'] }},
-
{{ config['metadata']['contact']['stateorprovince'] }}
-
{{ config['metadata']['contact']['postalcode'] }}
-
{{ config['metadata']['contact']['country'] }}
+
+ {{ config['metadata']['contact']['address'] }}
+ {{ config['metadata']['contact']['city'] }},
+ {{ config['metadata']['contact']['stateorprovince'] }}
+ {{ config['metadata']['contact']['postalcode'] }}
+ {{ config['metadata']['contact']['country'] }}
-
diff --git a/pygeoapi/templates/process.html b/pygeoapi/templates/process.html
index ae8daf7..f9a640e 100644
--- a/pygeoapi/templates/process.html
+++ b/pygeoapi/templates/process.html
@@ -5,10 +5,9 @@
/
{{ data['title'] }}
{% endblock %}
{% block body %}
-
- {{ data['title'] }}
- {{ data['description'] }}
-
+
+ {{ data['title'] }}
+ {{ data['description'] }}
@@ -22,10 +21,10 @@
{% for input_ in data['inputs'] %}
-
- | {{ input_['id'] }} |
- {{ input_['title'] }} |
-
+ |
+ | {{ input_['id'] }} |
+ {{ input_['title'] }} |
+
{{ input_['description'] | striptags | truncate }}
|
@@ -38,7 +37,7 @@
{% for link in data['links'] %}
-
-
+
{{ link['title'] }} ({{ link['type'] }})
{% endfor %}
diff --git a/pygeoapi/templates/processes.html b/pygeoapi/templates/processes.html
index 7497fac..ab2e955 100644
--- a/pygeoapi/templates/processes.html
+++ b/pygeoapi/templates/processes.html
@@ -19,12 +19,11 @@
{% for p in data['processes'] %}
-
- |
-
+ |
+ |
{{ p['title'] | striptags | truncate }}
|
-
+ |
{{ p['description'] | striptags | truncate }}
|
diff --git a/pygeoapi/templates/queryables.html b/pygeoapi/templates/queryables.html
index f9cc5a2..9f4d351 100644
--- a/pygeoapi/templates/queryables.html
+++ b/pygeoapi/templates/queryables.html
@@ -6,16 +6,10 @@
/ Queryables
{% endblock %}
{% block body %}
-
-
-
-
-
-
- {{ data['title'] }}
-
- {{ data['description'] }}
-
+
+ {{ data['title'] }}
+ {{ data['description'] }}
+
{% for kw in data['keywords'] %}
{{ kw }}
{% endfor %}
diff --git a/pygeoapi/templates/rangetype.html b/pygeoapi/templates/rangetype.html
index 0387c15..f2d9678 100644
--- a/pygeoapi/templates/rangetype.html
+++ b/pygeoapi/templates/rangetype.html
@@ -5,15 +5,9 @@
/ {{ data['title'] }}
{% endblock %}
{% block body %}
-
-
-
-
-
-
- {{ data['title'] }}
-
- {{ data['description'] }}
+
+ {{ data['title'] }}
+ {{ data['description'] }}
Coverage range type
Fields
diff --git a/pygeoapi/templates/stac/catalog.html b/pygeoapi/templates/stac/catalog.html
index fea38d3..3384806 100644
--- a/pygeoapi/templates/stac/catalog.html
+++ b/pygeoapi/templates/stac/catalog.html
@@ -20,11 +20,10 @@
{% for link in data['links'] %}
{% if link['type'] == 'text/html' and link['rel'] in ['child', 'item'] %}
-
+
|
-
- {{ link['href'] | get_path_basename }}
+ {{ link['href'] | get_path_basename }}
|
{% endif %}
diff --git a/pygeoapi/templates/stac/item.html b/pygeoapi/templates/stac/item.html
index a79b155..a2754a0 100644
--- a/pygeoapi/templates/stac/item.html
+++ b/pygeoapi/templates/stac/item.html
@@ -34,11 +34,10 @@
{% for k, link in data['assets'].items() %}
-
+
|
-
- {{ link['href'] | get_path_basename }}
+ {{ link['href'] | get_path_basename }}
|
{% endfor %}
diff --git a/pygeoapi/templates/stac/root.html b/pygeoapi/templates/stac/root.html
index c9359a7..47d1fa5 100644
--- a/pygeoapi/templates/stac/root.html
+++ b/pygeoapi/templates/stac/root.html
@@ -6,15 +6,10 @@
{% block body %}
-
-
-
-
STAC Version: {{ data['stac_version'] }}
-
-
+
Collections
@@ -25,14 +20,13 @@
{% for k, v in filter_dict_by_key_value(config['resources'], 'type', 'stac-collection').items() %}
-
+
|
-
- {{ v['title'] | striptags | truncate }}
+ {{ v['title'] | striptags | truncate }}
|
-
+ |
{{ v['description'] | striptags | truncate }}
|
diff --git a/pygeoapi/templates/tiles.html b/pygeoapi/templates/tiles.html
index 8be30c5..909f5a8 100644
--- a/pygeoapi/templates/tiles.html
+++ b/pygeoapi/templates/tiles.html
@@ -18,16 +18,10 @@
{% endblock %}
{% block body %}
-
-
-
-
-
-
- {{ data['title'] }}
-
- {{ data['description'] }}
-
+
+ {{ data['title'] }}
+ {{ data['description'] }}
+
{% for kw in data['keywords'] %}
{{ kw }}
{% endfor %}
diff --git a/pygeoapi/templates/tiles_metadata.html b/pygeoapi/templates/tiles_metadata.html
index 6d538f7..b875109 100644
--- a/pygeoapi/templates/tiles_metadata.html
+++ b/pygeoapi/templates/tiles_metadata.html
@@ -7,22 +7,16 @@
/ Tile Metadata
{% endblock %}
{% block body %}
-
-
-
-
-
-
- {{ data['title'] }}
-
- {{ data['description'] }}
-
+
+ {{ data['title'] }}
+ {{ data['description'] }}
+
{% for kw in data['keywords'] %}
{{ kw }}
{% endfor %}
Tiles metadata - {{ data['format'] }} format
- Tileset {{ data['tileset'] }}
+ Tileset {{ data['tileset'] }}
{% for metadata in data['metadata'].items() %}
- {{ metadata[0] }} (
{{ metadata[1] }})