From 404a45e5506c5c1c14104f2136e7564dfd5ff32c Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 14 Mar 2016 16:44:24 -0400 Subject: [PATCH] Include "Unclassified" with Minor Road, because people know it that way --- data/presets.yaml | 4 ++-- data/presets/presets.json | 2 +- data/presets/presets/highway/unclassified.json | 2 +- dist/locales/en.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 3dda4aa84..47ddca6dc 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -2307,8 +2307,8 @@ en: terms: "" highway/unclassified: # highway=unclassified - name: Minor Road - terms: "" + name: Minor/Unclassified Road + terms: "" historic: # 'historic=*' name: Historic Site diff --git a/data/presets/presets.json b/data/presets/presets.json index 9b455058f..7a5e75445 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -4967,7 +4967,7 @@ "highway": "unclassified" }, "terms": [], - "name": "Minor Road" + "name": "Minor/Unclassified Road" }, "historic": { "fields": [ diff --git a/data/presets/presets/highway/unclassified.json b/data/presets/presets/highway/unclassified.json index 5248763ca..775550cea 100644 --- a/data/presets/presets/highway/unclassified.json +++ b/data/presets/presets/highway/unclassified.json @@ -15,5 +15,5 @@ "highway": "unclassified" }, "terms": [], - "name": "Minor Road" + "name": "Minor/Unclassified Road" } diff --git a/dist/locales/en.json b/dist/locales/en.json index f1a1ccc6f..38a732b47 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2635,7 +2635,7 @@ "terms": "cul-de-sac" }, "highway/unclassified": { - "name": "Minor Road", + "name": "Minor/Unclassified Road", "terms": "" }, "historic": {