You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<h6>{{ element.type|capitalize }} {{ element.id }}</h6>
|
|
<p>Voir sur <a href="https://www.openstreetmap.org/{{ element.type }}/{{ element.id }}" target="_blank">OSM</a>
|
|
{% if element.type == 'relation' and element.tags and element.tags.route and element.tags.route == 'hiking' %}
|
|
<br/>sur <a href="https://hiking.waymarkedtrails.org/#route?id={{ element.id }}&type=relation" target="_blank">WayMarkedTrails</a>
|
|
{% endif %}
|
|
</p>
|