From 371c8e67896aa3b016ac4282a81c0c7acdb7b84a Mon Sep 17 00:00:00 2001 From: paul van genuchten Date: Fri, 19 Feb 2021 14:37:35 +0100 Subject: [PATCH] resolves small oarec regression on html output (#635) --- pygeoapi/templates/collections/collection.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pygeoapi/templates/collections/collection.html b/pygeoapi/templates/collections/collection.html index 8f19833..a5cf6bf 100644 --- a/pygeoapi/templates/collections/collection.html +++ b/pygeoapi/templates/collections/collection.html @@ -28,7 +28,15 @@
- {% if data['itemType'] == 'Feature' %} + {% if data['itemType'] == 'feature' or data['itemType'] == 'record' %} +

Browse

+

Queryables

-

View

- {% for provider in config['resources'][data['id']]['providers'] %} {% if 'tile' in provider['type'] %}

Tiles