From 24b344d66286ccf9bace380c7b54e0364485b6df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@cg.tuwien.ac.at>
Date: Wed, 29 May 2019 11:11:36 +0200
Subject: [PATCH] roads: show (localized) names, lighter colors

---
 roads.json | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/roads.json b/roads.json
index 8b3b82020..9d7fb331f 100644
--- a/roads.json
+++ b/roads.json
@@ -23,7 +23,10 @@
         "listMarkerSymbol": "line",
         "style": {
             "width": "{{ is_link ? 2 : 4 }}",
-            "color": "{{ const.colors[highway]|default('#ff0000') }}"
+            "color": "{{ const.colors[highway]|default('#ff0000') }}",
+            "text": "  {{ localizedTag(tags, 'name') }}              ",
+            "textRepeat": "1",
+            "textFontWeight": "bold"
         }
     },
     "info": [
@@ -67,16 +70,16 @@
             "steps": 45
         },
         "colors": {
-            "motorway": "#af0000",
-            "trunk": "#af3f00",
-            "primary": "#ff3f00",
-            "secondary": "#ff7f00",
-            "tertiary": "#ffaf00",
+            "motorway": "#ff2f2f",
+            "trunk": "#ff4f4f",
+            "primary": "#ff7f00",
+            "secondary": "#ffaf00",
+            "tertiary": "#ffff00",
             "pedestrian": "#ff00ff",
-            "unclassified": "#0000ff",
-            "residential": "#7f00ff",
-            "living_street": "#af00ff",
-            "service": "#00007f",
+            "unclassified": "#4f4fff",
+            "residential": "#7f4fff",
+            "living_street": "#af2fff",
+            "service": "#4f4f7f",
             "track": "#bb6300",
             "escape": "#bb3300",
             "cycleway": "#7faf00",