mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Deprecate various maxspeed mistags (close #6478)
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user