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
26 lines
1.0 KiB
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: |-
|
|
<dl>
|
|
<dt>Surface</dt>
|
|
<dd>{% if attribute(tags, 'surface') %}{{ tagTrans('surface', tags.surface) }}{% endif %}</dd>
|
|
<dt>Description</dt>
|
|
<dd>{{ tags.description }}</dd>
|
|
</dl>
|
|
{% if attribute(tags, 'mapillary') %}
|
|
<div><a href="https://www.mapillary.com/app/?focus=photo&pKey={{ attribute(tags, 'mapillary') }}" rel="noreferrer" target="_blank">Mapillary Photo</a><div>
|
|
{% endif %}
|
|
markerSign: |-
|
|
{% if tags.canoe == 'put_in' %}
|
|
🛶
|
|
{% elseif tags.leisure == 'slipway' %}
|
|
🚣🏻
|
|
{% endif %}
|
|
|