From 20d75a58218879368d9a87c185cbadaf24068ff2 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Sat, 27 Apr 2019 17:31:29 -0700 Subject: [PATCH] Deprecate lawyer=notary (re: #6248) --- data/deprecated.json | 4 ++++ data/taginfo.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/data/deprecated.json b/data/deprecated.json index c22c72da9..4e9d137ad 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -407,6 +407,10 @@ "old": {"landuse": "wood"}, "replace": {"natural": "wood"} }, + { + "old": {"lawyer": "notary"}, + "replace": {"office": "notary"} + }, { "old": {"leisure": "beach"}, "replace": {"natural": "beach"} diff --git a/data/taginfo.json b/data/taginfo.json index d918edfc0..c1048fe15 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -734,7 +734,7 @@ {"key": "office", "value": "insurance", "description": "🄿 Insurance Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"}, {"key": "office", "value": "it", "description": "🄿 Information Technology Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"}, {"key": "office", "value": "lawyer", "description": "🄿 Law Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-balance-scale.svg?sanitize=true"}, - {"key": "lawyer", "value": "notary", "description": "🄿 Notary Office (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"}, + {"key": "lawyer", "value": "notary", "description": "🄿 Notary Office (unsearchable), 🄳 ➜ office=notary", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"}, {"key": "office", "value": "moving_company", "description": "🄿 Moving Company Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-people-carry.svg?sanitize=true"}, {"key": "office", "value": "newspaper", "description": "🄿 Newspaper Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-newspaper.svg?sanitize=true"}, {"key": "office", "value": "ngo", "description": "🄿 NGO Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"},