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"},