From 60a90b2725df2d24b78eb24796911695d1f6afa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= 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 fb623aa..a31247e 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 c12c47d..3844eec 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 c553c13..3bf40d9 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 08d1270..02d2c71 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 86ec0ee..f4351c7 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 8745895..f06a1d3 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"