mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Don't offer to add train=yes to features with railway=platform but no other vehicle tags (close #7231)
This commit is contained in:
@@ -908,6 +908,10 @@
|
||||
"old": {"railway": "station"},
|
||||
"replace": {"railway": "station", "public_transport": "station"}
|
||||
},
|
||||
{
|
||||
"old": {"railway": "platform"},
|
||||
"replace": {"railway": "platform", "public_transport": "platform"}
|
||||
},
|
||||
{
|
||||
"old": {"recommended_speed": "*"},
|
||||
"replace": {"maxspeed:advisory": "$1"}
|
||||
|
||||
Reference in New Issue
Block a user