Show human powered boat (canoe/kayak/standup paddleboard/etc) routes and amenities.
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.

26 lines
1.0 KiB

  1. type: overpass
  2. name:
  3. en: Paddlecraft
  4. query:
  5. '6': relation[type=route][route~"^(|.*;)canoe(|;.*)$"][network~'^(|.*;)(ipn)(|;.*)$']
  6. '7': relation[type=route][route~"^(|.*;)canoe(|;.*)$"][network~'^(|.*;)(ipn|npn)(|;.*)$']
  7. '8': relation[type=route][route~"^(|.*;)canoe(|;.*)$"][network~'^(|.*;)(ipn|npn|rpn)(|;.*)$']
  8. '9': (relation[type=route][route~"^(|.*;)canoe(|;.*)$"];node["canoe"="put_in"];node["leisure"="slipway"];way["canoe"="portage"];)
  9. feature:
  10. body: |-
  11. <dl>
  12. <dt>Surface</dt>
  13. <dd>{% if attribute(tags, 'surface') %}{{ tagTrans('surface', tags.surface) }}{% endif %}</dd>
  14. <dt>Description</dt>
  15. <dd>{{ tags.description }}</dd>
  16. </dl>
  17. {% if attribute(tags, 'mapillary') %}
  18. <div><a href="https://www.mapillary.com/app/?focus=photo&pKey={{ attribute(tags, 'mapillary') }}" rel="noreferrer" target="_blank">Mapillary Photo</a><div>
  19. {% endif %}
  20. markerSign: |-
  21. {% if tags.canoe == 'put_in' %}
  22. 🛶
  23. {% elseif tags.leisure == 'slipway' %}
  24. 🚣🏻
  25. {% endif %}