diff --git a/data/deprecated.json b/data/deprecated.json index 25e273425..85c4e2808 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -531,6 +531,10 @@ "old": {"natural": "waterfall"}, "replace": {"waterway": "waterfall"} }, + { + "old": {"NOTE": "*"}, + "replace": {"note": "$1"} + }, { "old": {"nosquare": "*"}, "replace": {"nonsquare": "$1"} diff --git a/data/taginfo.json b/data/taginfo.json index 58e8a3419..08b971723 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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"},