Show map on all CovJSON data (#1786)

* Show map on all CovJSON data

* Show map on all CovJSON data

* Update query.html
This commit is contained in:
Benjamin Webb
2024-08-15 16:45:33 -04:00
committed by GitHub
parent 501bc6e839
commit 7d1028cf11
@@ -30,7 +30,7 @@
{% block body %}
<section id="coverage">
{% if data.features or data.coverages %}
{% if data.features or data.coverages or data.ranges or data.references %}
<div id="coverages-map"></div>
{% else %}
<div class="row col-sm-12">