to simplify the display an horizontal merge of X stop_points could be done.
before :
1 | stop_point1 | - | 13:00 | - | 15:01
2 | stop_point1 | - | - | 15:00 | -
after :
1 | stop_point1 | - | 13:00 | 15:00
Two stop with the same name are merged into one
Priority given to the most regular stop point.
notes
- this feature need to be disable or even better, handle with a plugin system.
to simplify the display an horizontal merge of X stop_points could be done.
before :
1 | stop_point1 | - | 13:00 | - | 15:01
2 | stop_point1 | - | - | 15:00 | -
after :
1 | stop_point1 | - | 13:00 | 15:00
Two stop with the same name are merged into one
Priority given to the most regular stop point.
notes