From 67f0cae6bd7dea3f9367fde154f6cf33aac1eafa Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Sun, 24 Feb 2019 19:51:37 +0100 Subject: [PATCH] building:color -> building:colour deprecation --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 1b2a973cc..43b19c875 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -92,6 +92,10 @@ "old": {"building": "entrance"}, "replace": {"entrance": "*"} }, + { + "old": {"building:color": "*"}, + "replace": {"building:colour": "$1"} + }, { "old": {"building:roof:colour": "*"}, "replace": {"roof:colour": "$1"}