mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 03:41:33 +00:00
Deprecate bridge=1
This commit is contained in:
@@ -211,6 +211,10 @@
|
||||
"old": {"bicycle:oneway": "*"},
|
||||
"replace": {"oneway:bicycle": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"bridge": "1"},
|
||||
"replace": {"bridge": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"building": "entrance"},
|
||||
"replace": {"entrance": "*"}
|
||||
|
||||
@@ -1999,6 +1999,7 @@
|
||||
{"key": "barrier", "value": "wire_fence", "description": "🄳 ➜ barrier=fence + fence_type=wire"},
|
||||
{"key": "barrier", "value": "wood_fence", "description": "🄳 ➜ barrier=fence + fence_type=wood"},
|
||||
{"key": "bicycle:oneway", "description": "🄳 ➜ oneway:bicycle=*"},
|
||||
{"key": "bridge", "value": "1", "description": "🄳 ➜ bridge=yes"},
|
||||
{"key": "building", "value": "family_house", "description": "🄳 ➜ building=house"},
|
||||
{"key": "building", "value": "home", "description": "🄳 ➜ building=house"},
|
||||
{"key": "building", "value": "household", "description": "🄳 ➜ building=house"},
|
||||
|
||||
Reference in New Issue
Block a user