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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user