From 8346fedb49e2fe3cf4fd5a4724b303f7b0afc8c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Tue, 24 Sep 2024 22:04:45 +0200
Subject: [PATCH] railway-infrastructure: rename style for narrow_gauge to
 'narrow'

---
 railway-infrastructure.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/railway-infrastructure.yaml b/railway-infrastructure.yaml
index f66bcec..701dd63 100644
--- a/railway-infrastructure.yaml
+++ b/railway-infrastructure.yaml
@@ -78,7 +78,10 @@ feature:
     {% elseif tags.railway in [ 'subway_entrance' ] %}3
     {% else %}5
     {% endif %}
-  styles: '{% if tags.railway == ''narrow_gauge'' %}default,casing{% else %}default{% endif %}'
+  styles: |-
+    {% if tags.railway == 'narrow_gauge' %}default,narrow
+    {% else %}default
+    {% endif %}
   style:
     width: |-
       {% if tags.service == 'yard' or tags.service == 'siding' or tags.service == 'spur' or tags.service == 'crossover' %}
@@ -127,7 +130,7 @@ feature:
       {% elseif type == 'node' %}
       0
       {% endif %}
-  style:casing:
+  style:narrow:
     width: '{% if tags.service == ''yard'' or tags.service == ''siding'' or tags.service == ''spur'' or tags.service == ''crossover'' %}5{% else %}{% if tags.railway == ''rail'' %}{% if tags.usage == ''main'' or tags.usage == ''branch'' %}7{% else %}6{% endif %}{% elseif tags.railway == ''platform'' %}5{% else %}6{% endif %}{% endif %}'
     color: '{% if tags.railway == ''rail'' or tags.railway == ''narrow_gauge'' or tags.railway == ''disused'' %}{% if tags.usage == ''main'' %}#ff8100{% elseif tags.usage == ''branch'' %}#daca00{% else %}#000000{% endif %}{% elseif tags.railway == ''subway'' %}#0000ff{% elseif tags.railway == ''tram'' %}#ff00ff{% elseif tags.railway == ''light_rail'' %}#00BD14{% elseif tags.railway == ''platform'' %}#3f3f3f{% else %}#000000{% endif %}'
     lineCap: butt