mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
Deprecate various old wood-related tags (close #5958)
This commit is contained in:
@@ -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"}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user