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
Hi,
as Wiki says, a Bus route should have relation members in this order:
bus stops (in the direction the bus is going)
roads (in the direction of the bus)
So iD should keep bus stops at the top of the list. That should be relatively easy, i suppose.
Options are:
still just one “window” for all members;
splitting the existing “window” into two, one containing stops, the other containing roads.
It would be really nice to have the stops ordered automatically by the iD. If it could analyze the route and sort the bus stops that sit along. And again, two options:
supporting all types of mapping (the simple one, with just public_transport=platform beside the road;
supporting only routes that are mapped by public_transport=platform along with public_transport=stop_position.
Also, there is a name for route=bus “Bus Route.” But there is none for “route=trolleybus,” as it is just a “Route” in iD.
The text was updated successfully, but these errors were encountered:
Add Trolleybus Route preset (re: #7498)
Remove Level field from Stop Position presets (close#7499)
Add Stop Number field to transit platform-as-point presets (close#7492)
Add Distance and Color fields to more route presets
Use field inheritance for several more route presets
Also, there is a name for route=bus “Bus Route.” But there is none for “route=trolleybus,” as it is just a “Route” in iD.
Okay, I added a Trolleybus Route preset.
It would be really nice to have the stops ordered automatically by the iD.
iD could definitely be smarter about placing new members when adding them to route relations. But I'm not sure if it should be reordering existing members or not.
But I'm not sure if it should be reordering existing members or not.
Validator could suggest, that lines are not in order (there is a gap / members are not in the right order). If it should be automatically sorted, I don't know.
Though it could be automatically putting all the stops and stopping positions above lines/roads, in the list. I don't see any situation when somebody would not want that to happen or wanted to keep it sorted differently.
Hi,
as Wiki says, a Bus route should have relation members in this order:
So iD should keep bus stops at the top of the list. That should be relatively easy, i suppose.
Options are:
It would be really nice to have the stops ordered automatically by the iD. If it could analyze the route and sort the bus stops that sit along. And again, two options:
Also, there is a name for route=bus “Bus Route.” But there is none for “route=trolleybus,” as it is just a “Route” in iD.
The text was updated successfully, but these errors were encountered: