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
-
If I'm passing
directed => false
the one-way edge is acting as undirected (both ways edge). But, passingdirected => true
works fine.Why it's happening like that?
I'm using the function pgr_dijkstra.
Beta Was this translation helpful? Give feedback.
All reactions