mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Deprecate various old volcano-related tags
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user