Deprecate "NOTE" in favor of "note"

This commit is contained in:
Quincy Morgan
2019-06-06 14:51:14 -04:00
parent d0ae7815bb
commit 1d1c97927c
2 changed files with 5 additions and 0 deletions

View File

@@ -531,6 +531,10 @@
"old": {"natural": "waterfall"},
"replace": {"waterway": "waterfall"}
},
{
"old": {"NOTE": "*"},
"replace": {"note": "$1"}
},
{
"old": {"nosquare": "*"},
"replace": {"nonsquare": "$1"}

View File

@@ -1872,6 +1872,7 @@
{"key": "mining_resource", "description": "🄳 ➜ resource=*"},
{"key": "natural", "value": "marsh", "description": "🄳 ➜ natural=wetland + wetland=marsh"},
{"key": "natural", "value": "waterfall", "description": "🄳 ➜ waterway=waterfall"},
{"key": "NOTE", "description": "🄳 ➜ note=*"},
{"key": "nosquare", "description": "🄳 ➜ nonsquare=*"},
{"key": "office", "value": "real_estate", "description": "🄳 ➜ office=estate_agent"},
{"key": "oneway", "value": "1", "description": "🄳 ➜ oneway=yes"},