From 76a4a8db40bbcd836cbcb5d50bed77d91832d766 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Fri, 9 Dec 2022 21:08:28 +0100
Subject: [PATCH] footways: Handle crossings

---
 footways.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/footways.yaml b/footways.yaml
index c9f057f..0b39fda 100644
--- a/footways.yaml
+++ b/footways.yaml
@@ -88,7 +88,11 @@ feature:
     {% endif %}
   body: |
     <ul>
-    {% if 'main' in sides %}
+    {% if 'main' in sides or 'node' in sides %}
+      {% if tags.crossing %}<li>
+        <span class='key'>{{ keyTrans('crossing') }}:</span>
+        <span class='value'>{{ tagTrans('crossing', tags.crossing) }}</span>
+      </li>{% endif %}
       {% if tags.width %}<li>
         <span class='key'>{{ keyTrans('width') }}:</span>
         <span class='value'>{{ tags.width|formatUnit }}</span>