Deprecate various old volcano-related tags

This commit is contained in:
Quincy Morgan
2019-11-11 17:05:58 +01:00
parent c32cca2a71
commit 25772d22c4
2 changed files with 30 additions and 0 deletions
+24
View File
@@ -1081,6 +1081,10 @@
"old": {"type": "broad_leaved"},
"replace": {"leaf_type": "broadleaved"}
},
{
"old": {"type": "caldera"},
"replace": {"volcano:type": "caldera"}
},
{
"old": {"type": "conifer"},
"replace": {"leaf_type": "needleleaved"}
@@ -1089,10 +1093,30 @@
"old": {"type": "deciduous"},
"replace": {"leaf_cycle": "deciduous"}
},
{
"old": {"type": "extinct"},
"replace": {"volcano:status": "extinct"}
},
{
"old": {"type": "scoria"},
"replace": {"volcano:type": "scoria"}
},
{
"old": {"type": "shield"},
"replace": {"volcano:type": "shield"}
},
{
"old": {"type": "strato"},
"replace": {"volcano:type": "stratovolcano"}
},
{
"old": {"unnamed": "*"},
"replace": {"noname": "$1"}
},
{
"old": {"volcano": "extinct"},
"replace": {"volcano:status": "extinct"}
},
{
"old": {"wall_type": "noise_barrier"},
"replace": {"wall": "noise_barrier"}