From 72c11891aa74bbefa25f5ebe646ae5382005491d Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Tue, 17 May 2022 19:47:09 +0200 Subject: [PATCH] new deprecation: building:roof:shape -> roof:shape (#337) fixes #117 --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index bfcfd4da..d09b6cb3 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -395,6 +395,10 @@ "old": {"building:roof:colour": "*"}, "replace": {"roof:colour": "$1"} }, + { + "old": {"building:roof:shape": "*"}, + "replace": {"roof:shape": "$1"} + }, { "old": {"building:type": "*"}, "replace": {"building": "$1"}