Add additional condition for announcements #182
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently we are not asking announcements for platforms that do not have a
train=yes
tag like: https://www.openstreetmap.org/way/220720360 We do this, because we do not want to ask this question for tram platforms. If this tag is missing tram platforms are indistinguishable from train platforms because therailway
tag doesn't differentiate between them.So asking this question simply if
railway=platform
is set would show this question for a lot of tram stops like: https://www.openstreetmap.org/way/217791160As a compromise we could only ask this question for
railway=platform
if it is mapped as an area, because it is more likely to be a platform for trains then.