You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Public transport platform quests (is there a bin, bench, shelter at this platform and similar) are not displayed for public_transport=platforms that are relations (typically type=multipolygon). Island platforms are often mapped as multipolygons, for instance, because the waiting area has an elevators, stairs to a passenger tunnel or similar within its perimeter. (I therefore consider this a bug rather than a feature request or a change).
This affects the following quests:
AddBenchStatusOnBusStop.kt
AddBusStopName.kt
AddBinStatusOnBusStop.kt
AddTactilePavingBusStop.kt
AddBusStopLit.kt
AddBusStopShelter.kt
maybe AddBusStopRef.kt (this one just filters for nodes, maybe it also should for ways and even relations?)
I drafted a pull request extending the quests on relations: #5183.
How to Reproduce
Consider this relation which is a railway platform in the main station of a fairly large city. Note that this relation was last edited 2 years ago, and does not have lit, bench, bin or shelter tags.
Open the location of the relation in SC and download the area's data.
There are no quests displayed that refer to the platform relation.
Expected Behavior
SC should display quests related to platforms even if those platforms are multipolygon relations.
Versions affected
I checked this with v53.1.
The text was updated successfully, but these errors were encountered:
Public transport platform quests (is there a bin, bench, shelter at this platform and similar) are not displayed for
public_transport=platform
s that are relations (typicallytype=multipolygon
). Island platforms are often mapped as multipolygons, for instance, because the waiting area has an elevators, stairs to a passenger tunnel or similar within its perimeter. (I therefore consider this a bug rather than a feature request or a change).This affects the following quests:
AddBenchStatusOnBusStop.kt
AddBusStopName.kt
AddBinStatusOnBusStop.kt
AddTactilePavingBusStop.kt
AddBusStopLit.kt
AddBusStopShelter.kt
AddBusStopRef.kt
(this one just filters for nodes, maybe it also should for ways and even relations?)I drafted a pull request extending the quests on relations: #5183.
How to Reproduce
lit
,bench
,bin
orshelter
tags.Expected Behavior
SC should display quests related to platforms even if those platforms are multipolygon relations.
Versions affected
I checked this with v53.1.
The text was updated successfully, but these errors were encountered: