Remove bridge tag deprecation warnings

This commit is contained in:
Quincy Morgan
2019-02-11 15:48:42 -05:00
parent fffdffead1
commit c8a556697d

View File

@@ -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": "*"}