mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00: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"}
|
||||
|
||||
@@ -2114,9 +2114,15 @@
|
||||
{"key": "tower:type", "value": "suspension", "description": "🄳 ➜ line_attachment=suspension"},
|
||||
{"key": "townhall:village", "value": "yes", "description": "🄳 ➜ amenity=townhall + townhall:type=village"},
|
||||
{"key": "type", "value": "broad_leaved", "description": "🄳 ➜ leaf_type=broadleaved"},
|
||||
{"key": "type", "value": "caldera", "description": "🄳 ➜ volcano:type=caldera"},
|
||||
{"key": "type", "value": "conifer", "description": "🄳 ➜ leaf_type=needleleaved"},
|
||||
{"key": "type", "value": "deciduous", "description": "🄳 ➜ leaf_cycle=deciduous"},
|
||||
{"key": "type", "value": "extinct", "description": "🄳 ➜ volcano:status=extinct"},
|
||||
{"key": "type", "value": "scoria", "description": "🄳 ➜ volcano:type=scoria"},
|
||||
{"key": "type", "value": "shield", "description": "🄳 ➜ volcano:type=shield"},
|
||||
{"key": "type", "value": "strato", "description": "🄳 ➜ volcano:type=stratovolcano"},
|
||||
{"key": "unnamed", "description": "🄳 ➜ noname=*"},
|
||||
{"key": "volcano", "value": "extinct", "description": "🄳 ➜ volcano:status=extinct"},
|
||||
{"key": "wall_type", "value": "noise_barrier", "description": "🄳 ➜ wall=noise_barrier"},
|
||||
{"key": "water", "value": "intermittent", "description": "🄳 ➜ natural=water + intermittent=yes"},
|
||||
{"key": "water", "value": "riverbank", "description": "🄳 ➜ natural=water + water=river"},
|
||||
|
||||
Reference in New Issue
Block a user