diff --git a/data/deprecated.json b/data/deprecated.json index 5b323b06ac..1b2a973cc9 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"}