From 123b388cab8e35dfbbd6f7f4fa05b01afe1b903a Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 8 Jun 2020 09:25:37 -0400 Subject: [PATCH] Deprecate various values of the `culvert` key --- data/deprecated.json | 12 ++++++++++++ data/taginfo.json | 3 +++ 2 files changed, 15 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 313a11c06..a22b49942 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -338,6 +338,18 @@ "old": {"cuisine": "vegetarian"}, "replace": {"diet:vegetarian": "*"} }, + { + "old": {"culvert": "culvert"}, + "replace": {"tunnel": "culvert"} + }, + { + "old": {"culvert": "tunnel"}, + "replace": {"tunnel": "culvert"} + }, + { + "old": {"culvert": "yes"}, + "replace": {"tunnel": "culvert"} + }, { "old": {"curb": "*"}, "replace": {"kerb": "$1"} diff --git a/data/taginfo.json b/data/taginfo.json index e7cc3de4d..5332ba263 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -2070,6 +2070,9 @@ {"key": "cuisine", "value": "kosher", "description": "🄳 ➜ diet:kosher=*"}, {"key": "cuisine", "value": "vegan", "description": "🄳 ➜ diet:vegan=*"}, {"key": "cuisine", "value": "vegetarian", "description": "🄳 ➜ diet:vegetarian=*"}, + {"key": "culvert", "value": "culvert", "description": "🄳 ➜ tunnel=culvert"}, + {"key": "culvert", "value": "tunnel", "description": "🄳 ➜ tunnel=culvert"}, + {"key": "culvert", "value": "yes", "description": "🄳 ➜ tunnel=culvert"}, {"key": "curb", "description": "🄳 ➜ kerb=*"}, {"key": "diaper", "value": "1", "description": "🄳 ➜ changing_table=yes + changing_table:count=1"}, {"key": "diaper", "value": "no", "description": "🄳 ➜ changing_table=no"},