Matrix Computation

Does the opensource graphhopper include the matrix computation method?

I am trying to run a local copy via the -web flag and it seems to be working fine, however I don’t see what URL I should use for matrix distance/time requests. I have gotten http:/localhost:7777/route to work for individual distance, but haven’t gotten anything to work for the matrix calculations.

Thanks!

No, see the issue 131

What you can easily implement is a matrix calculation based on many one-to-one requests.

Thanks karussell. I will probably try implementing it on the server, since from what I’ve experienced, there is a ton of overhead that happens if I make a separate request for each pair.

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.