1

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

  • 1
    are 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

1 Answers1

0

i have done code to show alternative roots Thanks karussell For Your Suggestion