I have working on routing application . I need to draw alternative route . Please suggest me how to possible it to change code or some thing else
Asked
Active
Viewed 582 times
1
-
1are you using the dev branch https://github.com/graphhopper/graphhopper/pull/420 or what is your setup? – Karussell Aug 01 '15 at 13:03
-
@karussell yes I am also using same setup – Aug 03 '15 at 04:38
-
As the branch is not yet finished. You'll need to refactor the code because the alternative routes are returned as one Path. – Karussell Aug 04 '15 at 06:26
-
Hm, I thought that GH has special branch `alternative_route` for that. What is its status, is it finished? – Mixaz Oct 21 '15 at 06:23