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.

6 lines
427 B

  1. <h6>{{ element.type|capitalize }} {{ element.id }}</h6>
  2. <p>Voir sur <a href="https://www.openstreetmap.org/{{ element.type }}/{{ element.id }}" target="_blank">OSM</a>
  3. {% if element.type == 'relation' and element.tags and element.tags.route and element.tags.route == 'hiking' %}
  4. <br/>sur <a href="https://hiking.waymarkedtrails.org/#route?id={{ element.id }}&type=relation" target="_blank">WayMarkedTrails</a>
  5. {% endif %}
  6. </p>