Deprecate various maxspeed mistags (close #6478)

This commit is contained in:
Quincy Morgan
2019-06-06 08:52:02 -04:00
parent 6d6c92fd22
commit e12d4c298e
2 changed files with 20 additions and 0 deletions
+16
View File
@@ -781,6 +781,22 @@
"old": {"sloped_curb": "yes"},
"replace": {"kerb": "lowered"}
},
{
"old": {"speed_limit": "*"},
"replace": {"maxspeed": "$1"}
},
{
"old": {"speedlimit": "*"},
"replace": {"maxspeed": "$1"}
},
{
"old": {"SpeedLimit": "*"},
"replace": {"maxspeed": "$1"}
},
{
"old": {"SPEEDLIMIT": "*"},
"replace": {"maxspeed": "$1"}
},
{
"old": {"sport": "horse_shoes"},
"replace": {"sport": "horseshoes"}
+4
View File
@@ -1926,6 +1926,10 @@
{"key": "sloped_curb", "value": "low", "description": "🄳 ➜ kerb=lowered"},
{"key": "sloped_curb", "value": "no", "description": "🄳 ➜ kerb=raised"},
{"key": "sloped_curb", "value": "yes", "description": "🄳 ➜ kerb=lowered"},
{"key": "speed_limit", "description": "🄳 ➜ maxspeed=*"},
{"key": "speedlimit", "description": "🄳 ➜ maxspeed=*"},
{"key": "SpeedLimit", "description": "🄳 ➜ maxspeed=*"},
{"key": "SPEEDLIMIT", "description": "🄳 ➜ maxspeed=*"},
{"key": "sport", "value": "horse_shoes", "description": "🄳 ➜ sport=horseshoes"},
{"key": "sport", "value": "horseshoe", "description": "🄳 ➜ sport=horseshoes"},
{"key": "sport", "value": "shuffle_board", "description": "🄳 ➜ sport=shuffleboard"},