From e0647e742342e281a3d9e9d473d75be463d59f73 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Thu, 6 Jan 2022 15:03:42 +0100 Subject: [PATCH] new deprecation: building:roof:shape -> roof:shape fixes #117 --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 8c27763d5..04a49ad9e 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -383,6 +383,10 @@ "old": {"building:roof:colour": "*"}, "replace": {"roof:colour": "$1"} }, + { + "old": {"building:roof:shape": "*"}, + "replace": {"roof:shape": "$1"} + }, { "old": {"building:type": "*"}, "replace": {"building": "$1"}