From 7e7c17dc1724b60f4c876ccd45655732799c7aa8 Mon Sep 17 00:00:00 2001 From: Winston Sung Date: Wed, 9 Oct 2024 23:01:26 +0800 Subject: [PATCH] Deprecate `room=class`; use `room=classroom` instead Bug: #1355 Change-Id: I90545a86f84877fea5908fd097334b87b98682e7 --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index b4a4206e..80b92f2b 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -1396,6 +1396,10 @@ "old": {"roof:shape": "half_hipped"}, "replace": {"roof:shape": "half-hipped"} }, + { + "old": {"room": "class"}, + "replace": {"room": "classroom"} + }, { "old": {"route": "ncn"}, "replace": {"route": "bicycle", "network": "ncn"}