resolves small oarec regression on html output (#635)

This commit is contained in:
paul van genuchten
2021-02-19 14:37:35 +01:00
committed by GitHub
parent 33dfd959d5
commit 371c8e6789
@@ -28,7 +28,15 @@
<div id="collection-map"></div>
</div>
</div>
{% if data['itemType'] == 'Feature' %}
{% if data['itemType'] == 'feature' or data['itemType'] == 'record' %}
<h3>Browse</h3>
<ul>
<li>
<div>
<a title="Browse Items" href="{{ config['server']['url'] }}/collections/{{ data['id'] }}/items">
Browse through the items of "{{ data['title'] }}"</a></div>
</li>
</ul>
<h3>Queryables</h3>
<ul>
<li>
@@ -37,14 +45,6 @@
Display Queryables of "{{ data['title'] }}"</a></div>
</li>
</ul>
<h3>View</h3>
<ul>
<li>
<div>
<a title="Browse Items" href="{{ config['server']['url'] }}/collections/{{ data['id'] }}/items">
Browse through the items of "{{ data['title'] }}"</a></div>
</li>
</ul>
{% for provider in config['resources'][data['id']]['providers'] %}
{% if 'tile' in provider['type'] %}
<h3>Tiles</h3>