Skip to content

Commit

Permalink
Fix subway platform presets to use subway=yes tag
Browse files Browse the repository at this point in the history
(closes #4862)
  • Loading branch information
bhousel committed Mar 8, 2018
1 parent ceaf7b6 commit a01ddf2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4558,7 +4558,7 @@ en:
# 'terms: monorail,platform,public transit,public transportation,rail,transit,transportation'
terms: '<translate with synonyms or related terms for ''Monorail Stop / Platform'', separated by commas>'
public_transport/linear_platform_subway:
# 'public_transport=platform, train=yes'
# 'public_transport=platform, subway=yes'
name: Subway Stop / Platform
# 'terms: metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground'
terms: '<translate with synonyms or related terms for ''Subway Stop / Platform'', separated by commas>'
Expand Down Expand Up @@ -4608,7 +4608,7 @@ en:
# 'terms: monorail,platform,public transit,public transportation,rail,transit,transportation'
terms: '<translate with synonyms or related terms for ''Monorail Stop / Platform'', separated by commas>'
public_transport/platform_subway:
# 'public_transport=platform, train=yes'
# 'public_transport=platform, subway=yes'
name: Subway Stop / Platform
# 'terms: metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground'
terms: '<translate with synonyms or related terms for ''Subway Stop / Platform'', separated by commas>'
Expand Down
12 changes: 6 additions & 6 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -13698,16 +13698,16 @@
],
"tags": {
"public_transport": "platform",
"train": "yes"
"subway": "yes"
},
"addTags": {
"public_transport": "platform",
"train": "yes",
"subway": "yes",
"railway": "platform"
},
"removeTags": {
"public_transport": "platform",
"train": "yes",
"subway": "yes",
"railway": "platform"
},
"reference": {
Expand Down Expand Up @@ -14126,16 +14126,16 @@
],
"tags": {
"public_transport": "platform",
"train": "yes"
"subway": "yes"
},
"addTags": {
"public_transport": "platform",
"train": "yes",
"subway": "yes",
"railway": "platform"
},
"removeTags": {
"public_transport": "platform",
"train": "yes",
"subway": "yes",
"railway": "platform"
},
"reference": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
],
"tags": {
"public_transport": "platform",
"train": "yes"
"subway": "yes"
},
"addTags": {
"public_transport": "platform",
"train": "yes",
"subway": "yes",
"railway": "platform"
},
"removeTags": {
"public_transport": "platform",
"train": "yes",
"subway": "yes",
"railway": "platform"
},
"reference": {
Expand Down
6 changes: 3 additions & 3 deletions data/presets/presets/public_transport/platform_subway.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
],
"tags": {
"public_transport": "platform",
"train": "yes"
"subway": "yes"
},
"addTags": {
"public_transport": "platform",
"train": "yes",
"subway": "yes",
"railway": "platform"
},
"removeTags": {
"public_transport": "platform",
"train": "yes",
"subway": "yes",
"railway": "platform"
},
"reference": {
Expand Down
4 changes: 2 additions & 2 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@
"value": "yes"
},
{
"key": "train",
"key": "subway",
"value": "yes"
},
{
Expand Down Expand Up @@ -2629,7 +2629,7 @@
"value": "yes"
},
{
"key": "train",
"key": "subway",
"value": "yes"
},
{
Expand Down

0 comments on commit a01ddf2

Please sign in to comment.