From 4f0aa4cf85567ecdee50663e07005922d5aeabb7 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Wed, 16 Sep 2020 13:34:30 -0400 Subject: [PATCH] Deprecate amenity=notice_board --- data/deprecated.json | 4 ++++ data/taginfo.json | 1 + 2 files changed, 5 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 273752dd5..bce2e0f6d 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -115,6 +115,10 @@ "old": {"amenity": "kiosk"}, "replace": {"shop": "kiosk"} }, + { + "old": {"amenity": "notice_board"}, + "replace": {"advertising": "board"} + }, { "old": {"amenity": "nursery"}, "replace": {"amenity": "kindergarten"} diff --git a/data/taginfo.json b/data/taginfo.json index 2e0aa5173..a3754482d 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -2046,6 +2046,7 @@ {"key": "amenity", "value": "gym", "description": "🄳 ➜ leisure=fitness_centre"}, {"key": "amenity", "value": "hotel", "description": "🄳 ➜ tourism=hotel"}, {"key": "amenity", "value": "kiosk", "description": "🄳 ➜ shop=kiosk"}, + {"key": "amenity", "value": "notice_board", "description": "🄳 ➜ advertising=board"}, {"key": "amenity", "value": "nursery", "description": "🄳 ➜ amenity=kindergarten"}, {"key": "amenity", "value": "preschool", "description": "🄳 ➜ amenity=kindergarten + preschool=yes"}, {"key": "amenity", "value": "public_building", "description": "🄳 ➜ building=public"},