diff --git a/data/deprecated.json b/data/deprecated.json index 85a4a3db8..30dadaf07 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -1255,6 +1255,10 @@ "old": {"townhall:village": "yes"}, "replace": {"amenity": "townhall", "townhall:type": "village"} }, + { + "old": {"tunnel": "1"}, + "replace": {"tunnel": "yes"} + }, { "old": {"type": "audio", "amenity": "studio"}, "replace": {"studio": "audio"} diff --git a/data/taginfo.json b/data/taginfo.json index 7e9e6494a..3a07d687f 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -2225,6 +2225,7 @@ {"key": "tower:type", "value": "anchor", "description": "🄳 ➜ line_attachment=anchor"}, {"key": "tower:type", "value": "suspension", "description": "🄳 ➜ line_attachment=suspension"}, {"key": "townhall:village", "value": "yes", "description": "🄳 ➜ amenity=townhall + townhall:type=village"}, + {"key": "tunnel", "value": "1", "description": "🄳 ➜ tunnel=yes"}, {"key": "type", "value": "broad_leaved", "description": "🄳 ➜ leaf_type=broadleaved"}, {"key": "type", "value": "caldera", "description": "🄳 ➜ volcano:type=caldera"}, {"key": "type", "value": "conifer", "description": "🄳 ➜ leaf_type=needleleaved"},