From 4e80e13360b376ecddf8d2642efcd81c9aae0dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sun, 1 Dec 2024 21:39:23 +0100 Subject: [PATCH] cycleway_types: deprecated warning for cycleway=opposite --- cycleway_types.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cycleway_types.yaml b/cycleway_types.yaml index 55a63bd..07835b7 100644 --- a/cycleway_types.yaml +++ b/cycleway_types.yaml @@ -362,6 +362,10 @@ feature:
  • {{ keyTrans('cycleway') }}:
    Recommendation: Indicate side of way by using 'cycleway:left' and/or 'cycleway:right'.
    + {% if const.types[tags.cycleway].warning %} +
    {{ const.types[tags.cycleway].warning|replace({'%driving_side%': map.driving_side, '%other_driving_side%': map.driving_side == 'right' ? 'left': 'right', '%current%': 'both'}) }}
    + {% endif %} +