From e5f6ee76abe016d0bc6cd3b7598c2f6d6c14b7dd Mon Sep 17 00:00:00 2001 From: guylamar2006 Date: Mon, 30 Sep 2019 15:33:59 -0500 Subject: [PATCH] Added missing tags to golf Added missing values to golf. --- data/deprecated.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/deprecated.json b/data/deprecated.json index 79a1424ab..d95d87a91 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -410,27 +410,27 @@ }, { "old": {"golf": "faiway"}, - "replace": {"golf": "fairway"} + "replace": {"golf": "fairway", "landuse": "grass"} }, { "old": {"golf": "putting_green"}, - "replace": {"golf": "green"} + "replace": {"golf": "green", "landuse": "grass"} }, { "old": {"golf": "sand_trap"}, - "replace": {"golf": "bunker"} + "replace": {"golf": "bunker", "natural": "sand"} }, { "old": {"golf": "tee_area"}, - "replace": {"golf": "tee"} + "replace": {"golf": "tee", "landuse": "grass"} }, { "old": {"golf": "tee_box"}, - "replace": {"golf": "tee"} + "replace": {"golf": "tee", "landuse": "grass"} }, { "old": {"golf": "teebox"}, - "replace": {"golf": "tee"} + "replace": {"golf": "tee", "landuse": "grass"} }, { "old": {"highway": "abandoned"},