Don't offer to add train=yes to features with railway=platform but no other vehicle tags (close #7231)

This commit is contained in:
Quincy Morgan
2020-01-07 09:39:50 -05:00
parent c65b0a5784
commit 0faef9790b
4 changed files with 12 additions and 10 deletions
+4
View File
@@ -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"}