-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edge RTree resulting in no path found #78
Comments
can you share the query you ran against this? i also have had a few times where it just failed. note that this edge-based application configuration uses the edge-oriented search from SearchApp, which we haven't used up to this point. there could be a logic error in how that search handles its edge cases or otherwise translates to/from the vertex-oriented search. |
Oops, yeah, here's the query: {
"origin_name": "NREL",
"destination_name": "Comrade Brewing Company",
"origin_x": -105.1710052,
"origin_y": 39.7402804,
"destination_x": -104.9009913,
"destination_y": 39.6757025,
} |
hmm, i don't know what could be causing it, so i'm guessing this task really involves running the debugger with this input. |
Haven't seen this in a while, @nreinicke , maybe we close the issue? |
Yep just tested the above query and did not see any errors. |
When using the edge based rtree, with the following config:
Config
I get the error:
ERROR routee_compass] Error: "no path exists between vertices 57208 and 356583"
There are no restrictions being applied here and so it's not a problem with certain edges being excluded from the search. I wonder if the edge based RTree is starting the search at a terminal vertex?
The text was updated successfully, but these errors were encountered: