From e13e4800d03c81de0ba5921112347127cade9d6b Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Sat, 10 Dec 2022 12:00:43 +0100 Subject: [PATCH] Update deprecated.json Add deprecation rule replacing site_type=* with archaeological_site=* See #677 --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 9bcb1f17d..75fa32c20 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -746,6 +746,10 @@ "old": {"highway": "unsurfaced"}, "replace": {"highway": "road", "surface": "unpaved"} }, + { + "old": {"historical": "archaeological_site", "site_type": "*"}, + "replace": {"historical": "archaeological_site", "archaeological_site": "$1"} + }, { "old": {"information": "citymap"}, "replace": {"tourism": "information", "information": "map", "map_type": "street", "map_size": "city"}