From ddd764584b6ec8531cd25a1ed243ef5bcf2389c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Tue, 13 Nov 2018 21:36:40 +0100
Subject: [PATCH] pt, cycle_routes: use width for pattern paths

---
 cycle_routes.json | 6 +++---
 pt.json           | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cycle_routes.json b/cycle_routes.json
index 3e001bcc2..828dfaf76 100644
--- a/cycle_routes.json
+++ b/cycle_routes.json
@@ -89,7 +89,7 @@
             "pattern-offset": "{% if dirBackward %}4{% else %}30.5{% endif %}",
             "pattern-polygon": "true",
             "pattern-angleCorrection": "{% if dirBackward %}180{% else %}0{% endif %}",
-            "pattern-path-weight": "0",
+            "pattern-path-width": "0",
             "pattern-path-fillOpacity": "1",
             "pattern-path-color": "{{ const[network].color }}"
         },
@@ -107,7 +107,7 @@
             "pattern-offset": "{% if hover == 'backward' %}4{% else %}30.5{% endif %}",
             "pattern-polygon": "true",
             "pattern-angleCorrection": "{% if hover == 'backward' %}180{% else %}0{% endif %}",
-            "pattern-path-weight": "0",
+            "pattern-path-width": "0",
             "pattern-path-fillOpacity": "1",
             "pattern-path-color": "black"
         },
@@ -125,7 +125,7 @@
             "pattern-offset": "{% if selected == 'backward' %}4{% else %}30.5{% endif %}",
             "pattern-polygon": "true",
             "pattern-angleCorrection": "{% if selected == 'backward' %}180{% else %}0{% endif %}",
-            "pattern-path-weight": "0",
+            "pattern-path-width": "0",
             "pattern-path-fillOpacity": "1",
             "pattern-path-color": "#3f3f3f"
         }
diff --git a/pt.json b/pt.json
index 14d5b3c67..6db6264b8 100644
--- a/pt.json
+++ b/pt.json
@@ -168,7 +168,7 @@
             "pattern-offset": "{% if dirBackward %}4{% else %}30.5{% endif %}",
             "pattern-polygon": "true",
             "pattern-angleCorrection": "{% if dirBackward %}180{% else %}0{% endif %}",
-            "pattern-path-weight": "0",
+            "pattern-path-width": "0",
             "pattern-path-fillOpacity": "1",
             "pattern-path-color": "{{ color|default('#ff0000') }}"
         },
@@ -186,7 +186,7 @@
             "pattern-offset": "{% if hover == 'backward' %}4{% else %}30.5{% endif %}",
             "pattern-polygon": "true",
             "pattern-angleCorrection": "{% if hover == 'backward' %}180{% else %}0{% endif %}",
-            "pattern-path-weight": "0",
+            "pattern-path-width": "0",
             "pattern-path-fillOpacity": "1",
             "pattern-path-color": "black"
         },
@@ -204,7 +204,7 @@
             "pattern-offset": "{% if selected == 'backward' %}4{% else %}30.5{% endif %}",
             "pattern-polygon": "true",
             "pattern-angleCorrection": "{% if selected == 'backward' %}180{% else %}0{% endif %}",
-            "pattern-path-weight": "0",
+            "pattern-path-width": "0",
             "pattern-path-fillOpacity": "1",
             "pattern-path-color": "#3f3f3f"
         }