We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78a8f3 commit bfde253Copy full SHA for bfde253
pygeoapi/templates/landing_page.html
@@ -97,12 +97,14 @@ <h2>{% trans %}Conformance{% endtrans %}</h2>
97
<a href="{{ config['server']['url'] }}/conformance?f=html">{% trans %}View the conformance classes of this service{% endtrans %}</a>
98
</p>
99
</section>
100
+{% if data['tiles'] %}
101
<section id="tilematrixsets">
102
<h2>{% trans %}Tile Matrix Sets{% endtrans %}</h2>
103
<p>
104
<a href="{{ config['server']['url'] }}/TileMatrixSets?f=html">{% trans %}View the Tile Matrix Sets available on this service{% endtrans %}</a>
105
106
107
+ {% endif %}
108
</div>
109
<div class="col-md-4 col-sm-12">
110
<div class="card mb-3">
0 commit comments