From 820b9af91cc6984306cbbd75c9c6bd3f815d4565 Mon Sep 17 00:00:00 2001 From: Nathan Hartley Date: Sat, 31 Dec 2022 17:06:27 -0500 Subject: [PATCH] Still experimenting. --- paddlecraft.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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 %} +