itinero / routing

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

Problems with calculating route from contracted graph #375

Open Matyz24 opened 1 month ago

Matyz24 commented 1 month ago

Hello, I want to calculate route and show the result on map in MAUI App. So I need to calculate the route fast even on mobile phone. To achieve this, firstly I run my app on PC, which:

No edge found from 576420 to 0.

I tried a lot of variants to solve this, but nothing works. Also, calculating the route on mobile without previously adding contracted graph to the file works correctly, but takes too long when calculating slightly longer distances. So I need to make it faster. I don't know where is the problem or what I am doing wrong. I would appreciate any advice. I hope someone could help me.