mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 06:58:32 +02:00
Deprecate building:height and building:min_height (close #7285)
This commit is contained in:
@@ -228,6 +228,14 @@
|
||||
"old": {"building:color": "*"},
|
||||
"replace": {"building:colour": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"building:height": "*"},
|
||||
"replace": {"height": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"building:min_height": "*"},
|
||||
"replace": {"min_height": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"building:roof:colour": "*"},
|
||||
"replace": {"roof:colour": "$1"}
|
||||
|
||||
@@ -1998,6 +1998,8 @@
|
||||
{"key": "building", "value": "home", "description": "🄳 ➜ building=house"},
|
||||
{"key": "building", "value": "household", "description": "🄳 ➜ building=house"},
|
||||
{"key": "building:color", "description": "🄳 ➜ building:colour=*"},
|
||||
{"key": "building:height", "description": "🄳 ➜ height=*"},
|
||||
{"key": "building:min_height", "description": "🄳 ➜ min_height=*"},
|
||||
{"key": "building:roof:colour", "description": "🄳 ➜ roof:colour=*"},
|
||||
{"key": "building:type", "description": "🄳 ➜ building=*"},
|
||||
{"key": "camp_site", "value": "camp_pitch", "description": "🄳 ➜ tourism=camp_pitch"},
|
||||
|
||||
Reference in New Issue
Block a user