Deprecate tunnel=1

This commit is contained in:
Quincy Morgan
2020-01-31 14:12:26 -05:00
parent 103be60112
commit 3f5374e154
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -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"}
+1
View File
@@ -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"},