[OSRM-talk] OSRM trip service (TSP) limitation
Julien Coupey
osm at coupey.fr
Sat Oct 7 12:49:13 UTC 2017
Hi Sasha,
For the record, you can read the ticket[1] where fixed start/end
implementation has been discussed.
TL;DR: the same kind of approach should allow to serve your use-case
(fix start but end at any location that is preferable for optimization).
This is how I did it myself anyway, see link in the ticket or this demo[2].
Hope that helps,
Julien
Le 06/10/2017 à 16:17, Sasha Khapyorsky a écrit :
> Hi Guys,
>
> I've tried to use OSRM recently. Great stuff!
>
> When using OSRM trip service, I've figured out that this call is
> limited by option combintions:
>
> rountrip=true&* or roundtrip=false&source=first&destination=last
>
> And rest combinations (such as
> roundtrip=false&source=first&destination=any , which I'm looking for)
> marked as not implemented.
>
> Do you have any idea about when such implementation is planned?
>
> I'm very new with osrm-backend code (yet), but after commenting out
> this limitation and using roundtrip=false&source=first&destination=any
> options OSRM provides the similar and valid paths (at least in couple
> of tests, didn't check it in deep yet).
>
> Any ideas, suggestions?
>
> Many Thanks,
> Sasha
>
> _______________________________________________
> OSRM-talk mailing list
> OSRM-talk at openstreetmap.org
> https://lists.openstreetmap.org/listinfo/osrm-talk
>
More information about the OSRM-talk
mailing list