From 60a90b2725df2d24b78eb24796911695d1f6afa3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Fri, 26 Oct 2018 08:18:33 +0200
Subject: [PATCH] =?UTF-8?q?All=20routes:=20join=20route=20refs=20by=20'=20?=
 =?UTF-8?q?=C2=B7=20'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 car_routes.json     | 2 +-
 cycle_routes.json   | 2 +-
 hiking_routes.json  | 2 +-
 mtb-routes.json     | 2 +-
 pt.json             | 4 ++--
 railway-routes.json | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/car_routes.json b/car_routes.json
index fb623aae8..a31247e8e 100644
--- a/car_routes.json
+++ b/car_routes.json
@@ -56,7 +56,7 @@
             "color": "{{ color }}",
             "width": 4,
             "opacity": 1,
-            "text": "{{ refs|join('  ') }}             ",
+            "text": "{{ refs|join(' · ') }}             ",
             "textRepeat": "1",
             "textOffset": "12",
             "textFontWeight": "bold"
diff --git a/cycle_routes.json b/cycle_routes.json
index c12c47d7e..3844eec18 100644
--- a/cycle_routes.json
+++ b/cycle_routes.json
@@ -58,7 +58,7 @@
             "color": "{{ const[network].color }}",
             "width": 4,
             "opacity": 1,
-            "text": "{{ refs|join('  ') }}             ",
+            "text": "{{ refs|join(' · ') }}             ",
             "textRepeat": "1",
             "textOffset": "12",
             "textFontWeight": "bold"
diff --git a/hiking_routes.json b/hiking_routes.json
index c553c1384..3bf40d9ca 100644
--- a/hiking_routes.json
+++ b/hiking_routes.json
@@ -57,7 +57,7 @@
             "color": "{{ const[network].color }}",
             "width": 4,
             "opacity": 1,
-            "text": "{{ refs|join('  ') }}             ",
+            "text": "{{ refs|join(' · ') }}             ",
             "textRepeat": "1",
             "textOffset": "12",
             "textFontWeight": "bold"
diff --git a/mtb-routes.json b/mtb-routes.json
index 08d1270c2..02d2c7137 100644
--- a/mtb-routes.json
+++ b/mtb-routes.json
@@ -44,7 +44,7 @@
             "color": "#007fff",
             "width": 4,
             "opacity": 1,
-            "text": "{{ refs|join('  ') }}             ",
+            "text": "{{ refs|join(' · ') }}             ",
             "textRepeat": "1",
             "textOffset": "12",
             "textFontWeight": "bold"
diff --git a/pt.json b/pt.json
index 86ec0ee2b..f4351c73e 100644
--- a/pt.json
+++ b/pt.json
@@ -123,12 +123,12 @@
         "listStopsMarkerSymbol": "{{ markerCircle({ width: 5, color: color, fillOpacity: '1', radius: 3 })|raw }}",
         "listStopsExclude": "{{ not isStop or stopCount == 0 }}",
         "listStopsTitle": "{{ tags.name|default(stopName)|default(id) }}",
-        "listStopsDescription": "{{ refs|join(' ') }}",
+        "listStopsDescription": "{{ refs|join(' · ') }}",
         "listRoutesExclude": "true",
         "style:way": {
             "width": "3",
             "color": "{{ color|default('#ff0000') }}",
-            "text": "{{ refs|join('  ') }}             ",
+            "text": "{{ refs|join(' · ') }}             ",
             "textRepeat": "1",
             "textOffset": "12",
             "textFontWeight": "bold"
diff --git a/railway-routes.json b/railway-routes.json
index 874589567..f06a1d373 100644
--- a/railway-routes.json
+++ b/railway-routes.json
@@ -51,7 +51,7 @@
             "color": "{{ color }}",
             "width": 4,
             "opacity": 1,
-            "text": "{{ refs|join('  ') }}             ",
+            "text": "{{ refs|join(' · ') }}             ",
             "textRepeat": "1",
             "textOffset": "12",
             "textFontWeight": "bold"