systragroup / quetzal-network-editor

Graphical user interface to edit, run and visualize Quetzal Models
https://systragroup.github.io/quetzal-network-editor/
Other
6 stars 1 forks source link

routing oneway same road bug #524

Open sboivinsystra opened 1 month ago

sboivinsystra commented 1 month ago

mapmatch (routing in js) oneway not ok if 1 road (same exact node to mapmatch?)

example here. in red are the virtuals links creates for DIjkstra. and we route from pt1 to pt2. They will route from B to B as it is the shortest path. Then the links will be added. but those are not possible as they are one way in the other dir. we would need to route from a to c...

image

sboivinsystra commented 1 month ago

fixed. if oneway. only route from b to a