From 55fe67ef58ebe42f6c3933d5b11c96efb0ce5d5d Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 23 Jun 2016 21:00:32 -0400 Subject: [PATCH] Add highway=give_way preset (yield sign) --- data/presets/presets/highway/give_way.json | 17 +++++++++++++++++ data/presets/presets/highway/stop.json | 10 ++++++---- 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 data/presets/presets/highway/give_way.json diff --git a/data/presets/presets/highway/give_way.json b/data/presets/presets/highway/give_way.json new file mode 100644 index 000000000..6533a7c06 --- /dev/null +++ b/data/presets/presets/highway/give_way.json @@ -0,0 +1,17 @@ +{ + "fields": [ + "parallel_direction" + ], + "geometry": [ + "vertex" + ], + "tags": { + "highway": "give_way" + }, + "terms": [ + "give way", + "yield", + "sign" + ], + "name": "Yield Sign" +} diff --git a/data/presets/presets/highway/stop.json b/data/presets/presets/highway/stop.json index 955d0b518..ff64b045b 100644 --- a/data/presets/presets/highway/stop.json +++ b/data/presets/presets/highway/stop.json @@ -1,4 +1,7 @@ { + "fields": [ + "parallel_direction" + ], "geometry": [ "vertex" ], @@ -6,10 +9,9 @@ "highway": "stop" }, "terms": [ - "stop sign" - ], - "fields": [ - "parallel_direction" + "stop", + "halt", + "sign" ], "name": "Stop Sign" }