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
I want to find possible intersections can be reached from a given location (with bearing) but I couldn't figure out how can I do it. Here is the my goal in detail:
User provides a location (in lat-lon) and bearing (in degrees).
The nearest road segment is found by given values.
The possible intersections can be reached from the road segment are listed. Intersections can be reached in opposite direction are ignored.
The illustration can be seen from below figure.
Using nearest function is suitable for the second step but I don't know how to proceed for step 3. As far as I inspected, route function provides intersections on the suggested route but I don't have a destination location to use in route request.
Finding intersections in depth 2 or 3 is enough for me. I'm sorry if this is already asked previously but I couldn't find a relevant issue.
The text was updated successfully, but these errors were encountered:
I want to find possible intersections can be reached from a given location (with bearing) but I couldn't figure out how can I do it. Here is the my goal in detail:
The illustration can be seen from below figure.
Using
nearest
function is suitable for the second step but I don't know how to proceed for step 3. As far as I inspected,route
function provides intersections on the suggested route but I don't have a destination location to use inroute
request.Finding intersections in depth 2 or 3 is enough for me. I'm sorry if this is already asked previously but I couldn't find a relevant issue.
The text was updated successfully, but these errors were encountered: