mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 21:48:03 +02:00
Deprecate building=home, building=family_house, and building=household
This commit is contained in:
@@ -92,6 +92,18 @@
|
||||
"old": {"building": "entrance"},
|
||||
"replace": {"entrance": "*"}
|
||||
},
|
||||
{
|
||||
"old": {"building": "family_house"},
|
||||
"replace": {"building": "house"}
|
||||
},
|
||||
{
|
||||
"old": {"building": "home"},
|
||||
"replace": {"building": "house"}
|
||||
},
|
||||
{
|
||||
"old": {"building": "household"},
|
||||
"replace": {"building": "house"}
|
||||
},
|
||||
{
|
||||
"old": {"building:color": "*"},
|
||||
"replace": {"building:colour": "$1"}
|
||||
|
||||
Reference in New Issue
Block a user