mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
Remove bridge tag deprecation warnings
This commit is contained in:
@@ -80,30 +80,6 @@
|
||||
"old": {"barrier": "wood_fence"},
|
||||
"replace": {"barrier": "fence", "fence_type": "wood"}
|
||||
},
|
||||
{
|
||||
"old": {"bridge": "arch"},
|
||||
"replace": {"bridge": "yes", "bridge:structure": "arch"}
|
||||
},
|
||||
{
|
||||
"old": {"bridge": "beam"},
|
||||
"replace": {"bridge": "yes", "bridge:structure": "beam"}
|
||||
},
|
||||
{
|
||||
"old": {"bridge": "humpback"},
|
||||
"replace": {"bridge": "yes", "bridge:structure": "humpback"}
|
||||
},
|
||||
{
|
||||
"old": {"bridge": "lift"},
|
||||
"replace": {"bridge": "yes", "bridge:movable": "lift"}
|
||||
},
|
||||
{
|
||||
"old": {"bridge": "pontoon"},
|
||||
"replace": {"bridge": "yes", "bridge:structure": "floating"}
|
||||
},
|
||||
{
|
||||
"old": {"bridge": "suspension"},
|
||||
"replace": {"bridge": "yes", "bridge:structure": "suspension"}
|
||||
},
|
||||
{
|
||||
"old": {"building": "entrance"},
|
||||
"replace": {"entrance": "*"}
|
||||
|
||||
Reference in New Issue
Block a user