One-way edge is acting as undirected (both ways) in pgr_dijkstra. #1884
veenits123
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I'm passing
directed => falsethe one-way edge is acting as undirected (both ways edge). But, passingdirected => trueworks fine.Why it's happening like that?
I'm using the function pgr_dijkstra.
Beta Was this translation helpful? Give feedback.
All reactions