You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is 'side' relative to in this function? In my scenario, if I click on the map and get a point, then pass that to pgr_findClosetEdges with no cap arg, I get an edge id, a side, and a frac. I think that frac is the % down the length edge that the point is closest to, relative to the lowest vertex? Is that correct? I'm making an assumption that frac is always from the vertex with the lowest value. Also, what is side useful for? 'l' and 'r' are relative to what? Is side relative to the orientation of the edge?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What is 'side' relative to in this function? In my scenario, if I click on the map and get a point, then pass that to pgr_findClosetEdges with no cap arg, I get an edge id, a side, and a frac. I think that frac is the % down the length edge that the point is closest to, relative to the lowest vertex? Is that correct? I'm making an assumption that frac is always from the vertex with the lowest value. Also, what is side useful for? 'l' and 'r' are relative to what? Is side relative to the orientation of the edge?
Beta Was this translation helpful? Give feedback.
All reactions