forked from edward/owl-map
Hide debugging info. Explain extra tags/keys.
This commit is contained in:
parent
87fae39c63
commit
45ce752458
|
@ -35,6 +35,11 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{#
|
||||||
|
<h4>tags</h4>
|
||||||
|
<pre>{{ tags | pprint }}</pre>
|
||||||
|
#}
|
||||||
|
|
||||||
<h4>subclass of</h4>
|
<h4>subclass of</h4>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
{% if subclass_list %}
|
{% if subclass_list %}
|
||||||
|
@ -61,6 +66,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<h4>extra OpenStreetMap tags/keys</h4>
|
<h4>extra OpenStreetMap tags/keys</h4>
|
||||||
|
<p>Sometimes the OSM tags/keys are insufficient to find a good match, so this tool includes an exta tags/keys to check.</p>
|
||||||
|
|
||||||
{% if extra %}
|
{% if extra %}
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue