itinero / routing

The routing core of itinero.
Apache License 2.0
220 stars 70 forks source link

Probably too far from closest road or outside of the loaded network #331

Open zhongshuiyuan opened 3 years ago

zhongshuiyuan commented 3 years ago

Hi, I run the "Sample.Shape" sample and the result route path, Itinero.Exceptions.ResolveFailedException:“Could not resolve point at [52.95472, 6.338811]. Probably too far from closest road or outside of the loaded network.”. How can i tell the routing to use match coords with points in source shape file?

Thank you.