From bb6ef8b8756a393127db449de5511e0c14c20d3e Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Sun, 24 Feb 2019 18:05:21 +0100 Subject: [PATCH] add amenity=toilet to amenity=toilets validator rule fixes #5952 --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 5b323b06a..1b2a973cc 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -64,6 +64,10 @@ "old": {"amenity": "swimming_pool"}, "replace": {"leisure": "swimming_pool"} }, + { + "old": {"amenity": "toilet"}, + "replace": {"amenity": "toilets"} + }, { "old": {"amenity": "vending_machine", "vending": "news_papers"}, "replace": {"amenity": "vending_machine", "vending": "newspapers"}