Deprecate various old wood-related tags (close #5958)

This commit is contained in:
Quincy Morgan
2019-02-25 09:20:47 -05:00
parent 9d7d04ed64
commit a26c3ae7a2

View File

@@ -299,6 +299,18 @@
"old": {"tourism": "bed_and_breakfast"},
"replace": {"tourism": "guest_house"}
},
{
"old": {"type": "broad_leaved"},
"replace": {"leaf_type": "broadleaved"}
},
{
"old": {"type": "conifer"},
"replace": {"leaf_type": "needleleaved"}
},
{
"old": {"type": "deciduous"},
"replace": {"leaf_cycle": "deciduous"}
},
{
"old": {"water": "intermittent"},
"replace": {"natural": "water", "intermittent": "yes"}
@@ -318,6 +330,22 @@
{
"old": {"waterway": "aqueduct"},
"replace": {"waterway": "canal", "bridge": "aqueduct"}
},
{
"old": {"wood": "coniferous"},
"replace": {"leaf_type": "needleleaved"}
},
{
"old": {"wood": "deciduous"},
"replace": {"leaf_cycle": "deciduous"}
},
{
"old": {"wood": "evergreen"},
"replace": {"leaf_cycle": "evergreen"}
},
{
"old": {"wood": "mixed"},
"replace": {"leaf_cycle": "mixed", "leaf_type": "mixed"}
}
]
}