From 66580a1e794d2467d884eb4aee7cf8d559aca70f Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 20 Mar 2019 16:02:03 -0400 Subject: [PATCH] Deprecate building=home, building=family_house, and building=household --- data/deprecated.json | 12 ++++++++++++ data/taginfo.json | 3 +++ 2 files changed, 15 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 07eedbc89..ae0507fc0 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -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"} diff --git a/data/taginfo.json b/data/taginfo.json index 80c5f4d6e..53ccbe1e2 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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=*"},