mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Deprecate tunnel=1
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user