From 5a17379c9c450a21d5ac844e23829f883d0f20ec Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Sun, 28 Apr 2019 17:52:51 +0200 Subject: [PATCH] Deprecate amenity=dancing_school Also deprecated in the wiki and a replacement is available, see https://wiki.openstreetmap.org/wiki/Tag%3Aamenity%3Ddancing_school --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 4e9d137ad..9614f1768 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -28,6 +28,10 @@ "old": {"amenity": "community_center"}, "replace": {"amenity": "community_centre"} }, + { + "old": {"amenity": "dancing_school"}, + "replace": {"leisure": "dance", "dance:teaching": "yes" } + }, { "old": {"amenity": "dog_bin"}, "replace": {"amenity": "waste_basket", "waste": "dog_excrement"}