diff --git a/paddlecraft.yaml b/paddlecraft.yaml index f41ea91..fe28614 100644 --- a/paddlecraft.yaml +++ b/paddlecraft.yaml @@ -6,4 +6,21 @@ query: '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"];) - \ No newline at end of file +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 %} +