This PR adds support for light rail routes that have partial tram tagging as a first step of full tram support (#16).
The way I implemented this requires 'tram' to be added as mode to networks for it to consider tram stops (this does not make the generator look for tram routes, I think we should keep that to the overground mode). Another option would be to make it enabled by default, but I think that would just cause unnescessary processing.
While it works on my end I'm not sure if this is ready for merging, so i've marked it as WIP, but, if possible, a test run would be nice to be sure I'm not breaking anything unexpected.
I also saw that I've been working a bit in parallel with @jeanbaptisteC so I'm not sure what the best workflow would be here.
Signed-off-by: Bovi887 bovi887@noreply.codeberg.org
This PR adds support for light rail routes that have partial tram tagging as a first step of full tram support (#16).
The way I implemented this requires 'tram' to be added as mode to networks for it to consider tram stops (this does not make the generator look for tram routes, I think we should keep that to the overground mode). Another option would be to make it enabled by default, but I think that would just cause unnescessary processing.
While it works on my end I'm not sure if this is ready for merging, so i've marked it as WIP, but, if possible, a test run would be nice to be sure I'm not breaking anything unexpected.
I also saw that I've been working a bit in parallel with @jeanbaptisteC so I'm not sure what the best workflow would be here.
Signed-off-by: Bovi887 <bovi887@noreply.codeberg.org>