diff --git a/data/deprecated.json b/data/deprecated.json index 84f806ded..df3f1941e 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -1390,6 +1390,22 @@ "old": {"toilets:disposal": "pit_latrine"}, "replace": {"toilets:disposal": "pitlatrine"} }, + { + "old": {"toilets:type": "flush"}, + "replace": {"toilets:disposal": "flush"} + }, + { + "old": {"toilets:type": "pit"}, + "replace": {"toilets:disposal": "pitlatrine"} + }, + { + "old": {"toilets:type": "pitlatrine"}, + "replace": {"toilets:disposal": "pitlatrine"} + }, + { + "old": {"toilets:type": "pit latrine"}, + "replace": {"toilets:disposal": "pitlatrine"} + }, { "old": {"tourism": "bed_and_breakfast"}, "replace": {"tourism": "guest_house", "guest_house": "bed_and_breakfast"} diff --git a/data/taginfo.json b/data/taginfo.json index 5b94a2cdf..aa63944fd 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -2314,6 +2314,10 @@ {"key": "TODO", "description": "🄳 ➜ fixme=*"}, {"key": "toilets:disposal", "value": "longdrop", "description": "🄳 ➜ toilets:disposal=pitlatrine"}, {"key": "toilets:disposal", "value": "pit_latrine", "description": "🄳 ➜ toilets:disposal=pitlatrine"}, + {"key": "toilets:type", "value": "flush", "description": "🄳 ➜ toilets:disposal=flush"}, + {"key": "toilets:type", "value": "pit", "description": "🄳 ➜ toilets:disposal=pitlatrine"}, + {"key": "toilets:type", "value": "pitlatrine", "description": "🄳 ➜ toilets:disposal=pitlatrine"}, + {"key": "toilets:type", "value": "pit latrine", "description": "🄳 ➜ toilets:disposal=pitlatrine"}, {"key": "tourism", "value": "bed_and_breakfast", "description": "🄳 ➜ tourism=guest_house + guest_house=bed_and_breakfast"}, {"key": "tower:type", "value": "power", "description": "🄳 ➜ power=tower"}, {"key": "tower:type", "value": "anchor", "description": "🄳 ➜ line_attachment=anchor"},