From 7d1028cf114fbcde987f688af3b00a61bcfd36f8 Mon Sep 17 00:00:00 2001 From: Benjamin Webb <40066515+webb-ben@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:45:33 -0400 Subject: [PATCH] Show map on all CovJSON data (#1786) * Show map on all CovJSON data * Show map on all CovJSON data * Update query.html --- pygeoapi/templates/collections/edr/query.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygeoapi/templates/collections/edr/query.html b/pygeoapi/templates/collections/edr/query.html index 79ed714..367c86b 100644 --- a/pygeoapi/templates/collections/edr/query.html +++ b/pygeoapi/templates/collections/edr/query.html @@ -30,7 +30,7 @@ {% block body %}
- {% if data.features or data.coverages %} + {% if data.features or data.coverages or data.ranges or data.references %}
{% else %}