Deprecate various values of the culvert key

This commit is contained in:
Quincy Morgan
2020-06-08 09:25:37 -04:00
parent 632849b509
commit 123b388cab
2 changed files with 15 additions and 0 deletions
+12
View File
@@ -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"}
+3
View File
@@ -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"},