mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00: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"}
|
||||
|
||||
@@ -1654,6 +1654,9 @@
|
||||
{"key": "amenity", "value": "youth_centre", "description": "🄳 ➜ amenity=community_centre + community_centre:for=juvenile"},
|
||||
{"key": "barrier", "value": "wire_fence", "description": "🄳 ➜ barrier=fence + fence_type=chain"},
|
||||
{"key": "barrier", "value": "wood_fence", "description": "🄳 ➜ barrier=fence + fence_type=wood"},
|
||||
{"key": "building", "value": "family_house", "description": "🄳 ➜ building=house"},
|
||||
{"key": "building", "value": "home", "description": "🄳 ➜ building=house"},
|
||||
{"key": "building", "value": "household", "description": "🄳 ➜ building=house"},
|
||||
{"key": "building:color", "description": "🄳 ➜ building:colour=*"},
|
||||
{"key": "building:roof:colour", "description": "🄳 ➜ roof:colour=*"},
|
||||
{"key": "building:type", "description": "🄳 ➜ building=*"},
|
||||
|
||||
Reference in New Issue
Block a user