From e5e547ff530f435c6556c195256f72e142fb2efc Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 21 Feb 2019 08:53:32 -0500 Subject: [PATCH] Deprecate amenity=public_building (close #5916) Deprecate shop=betting --- data/deprecated.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index f5028ec8c..51f2ccb91 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -36,6 +36,10 @@ "old": {"amenity": "garages"}, "replace": {"landuse": "garages"} }, + { + "old": {"amenity": "public_building"}, + "replace": {"building": "public"} + }, { "old": {"amenity": "real_estate"}, "replace": {"office": "estate_agent"} @@ -223,6 +227,10 @@ "old": {"route": "ncn"}, "replace": {"route": "bicycle", "network": "ncn"} }, + { + "old": {"shop": "betting"}, + "replace": {"shop": "bookmaker"} + }, { "old": {"shop": "organic"}, "replace": {"shop": "supermarket", "organic": "only"}