From 68439498c947dfa02a9de9a7023b675a89b71ad4 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 31 Jul 2019 16:25:08 -0400 Subject: [PATCH] Deprecate roof:shape=half_hipped (close #6704) --- data/deprecated.json | 4 ++++ data/taginfo.json | 1 + 2 files changed, 5 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 9a4194077..bf75568d0 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -629,6 +629,10 @@ "old": {"roof:color": "*"}, "replace": {"roof:colour": "$1"} }, + { + "old": {"roof:shape": "half_hipped"}, + "replace": {"roof:shape": "half-hipped"} + }, { "old": {"route": "ncn"}, "replace": {"route": "bicycle", "network": "ncn"} diff --git a/data/taginfo.json b/data/taginfo.json index d5546f98e..f8c8b47ce 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1924,6 +1924,7 @@ {"key": "religion", "value": "catholic", "description": "🄳 ➜ religion=christian + denomination=catholic"}, {"key": "reservations", "description": "🄳 ➜ reservation=*"}, {"key": "roof:color", "description": "🄳 ➜ roof:colour=*"}, + {"key": "roof:shape", "value": "half_hipped", "description": "🄳 ➜ roof:shape=half-hipped"}, {"key": "route", "value": "ncn", "description": "🄳 ➜ route=bicycle + network=ncn"}, {"key": "shop", "value": "adult", "description": "🄳 ➜ shop=erotic"}, {"key": "shop", "value": "antique", "description": "🄳 ➜ shop=antiques"},