-
-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treat busways mostly like roads #5749
Comments
I guess that adding busways to address quest would be a good first step... See https://github.com/streetcomplete/StreetComplete/blob/master/app/src/main/java/de/westnordost/streetcomplete/quests/surface/AddRoadSurface.kt
which ones except surface quest?
are these in Jawg vector tiles?
opening a new issue for quests and checking whether requirements are fulfilled would be a first step here |
BTW one can check Jawg vector tiles at https://streetcomplete.app/map-jawg/ to verify, but by my quick look at e.g. w344099422 it does not seems to render
As a note there, I'm (personally) afraid that asking quests on things which are invisible on the map could be quite confusing for average StreetComplete user; so getting Jawg to render |
Agreed
There might be bus stops on such ways, so quests like "is there a bench", "is there a bin", etc. In fact I do think most quests that apply to normal roads could be enabled on busway as well. There are only a few that do not apply to busways : speedlimits as those busway might use a different signalling system (like trams) that StreetComplete users aren't necessarily able to read, and maybe number of lanes (can't think of any busway that have more than 2 lanes). |
these are asked for bus stops, not roads with buses
asked for crossings, including crossing on busways IIRC
opening a new issue for quests and checking whether requirements are fulfilled would be a first step here |
then I will close it, pending streetcomplete/streetcomplete-mapstyle#147 (I added note there that at least surface quest could make sense - I guess that also support for if busway will be shown then this quests can be added there (and in overlay), until that happens this issue can be closed |
Yes, if Jawg implements And there are also some that use their specific filters (instead of |
Reopening as Jawg integrated busways in their tiles (see streetcomplete/streetcomplete-mapstyle#147 (comment)) |
Does it make sense to ask about it in sidewalk and cycleway quests? In my experience busways do not really have those |
I haven't got much IRL experience with dedicated busways so can't say how popular that is, but quick check shows there are at least some (e.g. Paris sidewalks and cycleways). Regarding latter, there is even separate tag cycleway=share_busway so apparently that is a thing that busways are sometimes intentionally cycleways too (although Given that |
Some do, for example in Rouen, France (https://www.openstreetmap.org/#map=18/49.44015/1.08954&layers=P) there is a busway in the city center (it works just like a tramway without rails, and in fact there's a project to turn it into a tramway). It is one of the main street of Rouen. It is also allowed to bikes (via A "road restricted to buses" is a |
|
See PR , review welcome. |
Sometimes that isn't true, I know most of the french busways use tram signage (so that when it's between two car lanes it can't be mistaken for the signage of those lanes I think ?). But that isn't something to worry about, people that are unable to read such signage will most likely click on "Not sure"
Great ! |
add support for highway=busway (fixes #5749)
TL;DR: I think it would make sense to ask on
Somewhat low-ish, but not zero - there are 354 cycleways + 856 sidewalks already tagged combinations on But then again there are only 23k
In those cases however it probably would not tagged with |
Use case
Busways (
highway=busway
) aren't rendered and aren't considered like roads. There aren't quests on them (while there may be crossroads, bus stops, bike lanes...). They should be treated just like normal roads for most of the quests, except some like number of lanes, speed limit...You can look at Rouen, France to see a busway in urban area (https://www.openstreetmap.org/#map=17/49.43990/1.09030&layers=P, do not change the layers, default OSM style doesn't render busways)
Rouen's busway is also allowed to bikes, a quest for busways asking if bicycles, taxis and/or deliveries are allowed could be added.
Here's a zoom onto a part of Rouen's main busway :
There is a busway in the blank, and a bus station below the building on which there's a clock quest
Proposed Solution
The text was updated successfully, but these errors were encountered: