type: overpass name: en: Paddlecraft query: '6': relation[type=route][route~"^(|.*;)canoe(|;.*)$"][network~'^(|.*;)(ipn)(|;.*)$'] '7': relation[type=route][route~"^(|.*;)canoe(|;.*)$"][network~'^(|.*;)(ipn|npn)(|;.*)$'] '8': relation[type=route][route~"^(|.*;)canoe(|;.*)$"][network~'^(|.*;)(ipn|npn|rpn)(|;.*)$'] '9': (relation[type=route][route~"^(|.*;)canoe(|;.*)$"];node["canoe"="put_in"];node["leisure"="slipway"];way["canoe"="portage"];) feature: body: |-
Surface
{% if attribute(tags, 'surface') %}{{ tagTrans('surface', tags.surface) }}{% endif %}
Description
{{ tags.description }}
{% if attribute(tags, 'mapillary') %}
Mapillary Photo
{% endif %} markerSign: |- {% if tags.canoe == 'put_in' %} 🛶 {% elseif tags.leisure == 'slipway' %} 🚣🏻 {% endif %}