-
Notifications
You must be signed in to change notification settings - Fork 85
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
Lane connector: Separate road vs. tracked connections #354
Comments
In addition to different shape, we'd also need to offset (closer or further from junction) the track shapes from where the road shapes usually appear. Also there is possibility of a "lane area" containing two tracks, for example a monorail lane over tram lane over road lane. So possibly offset and shape would be based on network type? Some ideas on shapes (no idea if these are feasible):
|
We should use the alt modifier to hide road circle markers. This helps to select rectangular tracks. road selection takes priority. |
@aubergine10 @krzychu124 so far (in #1501) I have laid the foundation of the code such that trolleybuses use the same lane connection as cars vehicles and not track vehicles. That means trolleybuses will use the same lane connections as cars. is that OK? |
I think so. Perfect solution would be a dedicated lane connector (buses/trolleybuses) but I don't think there is a demand for it (they lived with limitations so...) |
I don't think it would be too hard to implement. we need a new transition group: bus. |
Also take in to consideration the intercity buses which essentially route themselves to their desired intercity bus stop - do they need handling different to other buses? |
- [Meta] This release adds a new language, updates translations, and improves lane routing - [New] Veitnamese translation #1551 (DucAnhLam) - [Updated] Separate road and track lane routing #1550 #1546 #1545 #354 (kianzarrin) - [Updated] Translations for multiple languages #1551 #1344 (Nguyễn Tài Đức, OldEj, AduitSSH, Chamëleon, 문주원, krzychu124, shg166, John Lok Ho, Márcio Saeger, DucAnhLam, DNSE, Arne Peirs, Neoone, Fatih YILDIRIM, Zeldslayer, GiorgioHerbie, krzychu124)
Description
Using lane connector tool, tram track lanes can only be connected to other tram track lanes.
However, in most cases the tram track lane is also a road or bus lane. It would be nice if we could connect the non-tram traffic to any other traffic lane.
Maybe we could have two shapes on incoming lanes:
This way we could still allow road vehicles to connect to any outgoing road lane, and the tracked (eg. tram, usually) vehicle would be limited to outgoing lanes containing same type of track.
Screenshots (Optional)
Example of a road that has tram+bus lanes - it's not possible to connect those bus lanes to the bus lanes on adjoining road.
tasks:
The text was updated successfully, but these errors were encountered: