mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 08:50:32 +02:00
Deprecate "NOTE" in favor of "note"
This commit is contained in:
@@ -531,6 +531,10 @@
|
||||
"old": {"natural": "waterfall"},
|
||||
"replace": {"waterway": "waterfall"}
|
||||
},
|
||||
{
|
||||
"old": {"NOTE": "*"},
|
||||
"replace": {"note": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"nosquare": "*"},
|
||||
"replace": {"nonsquare": "$1"}
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user