Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement routing for multiple locations #201

Closed
5 tasks done
mkao006 opened this issue Aug 23, 2016 · 6 comments
Closed
5 tasks done

Implement routing for multiple locations #201

mkao006 opened this issue Aug 23, 2016 · 6 comments
Assignees

Comments

@mkao006
Copy link
Collaborator

mkao006 commented Aug 23, 2016

  • Return multiple locations from generate_new_destination.
  • Turn off zooming after the routing.
  • Remove previous routing after new routes has been generated.
  • Remove the direction information.
  • Order the routes
@mkao006 mkao006 self-assigned this Aug 23, 2016
@mkao006
Copy link
Collaborator Author

mkao006 commented Aug 23, 2016

Routes are ordered using Routing.Plan

@mkao006
Copy link
Collaborator Author

mkao006 commented Aug 23, 2016

zooming turned off setting useZoomParameter to true.

@mkao006
Copy link
Collaborator Author

mkao006 commented Aug 24, 2016

The direction information is removed, however, there is still a small box on the top right hand corner. The instruction as per this issue suggested modifying the css file, however, it does not appear to work.

The button also exist even if we specify collapsible as false, which means no button is added.

@mkao006
Copy link
Collaborator Author

mkao006 commented Aug 25, 2016

multiple location added at 4b6becd

@mkao006
Copy link
Collaborator Author

mkao006 commented Aug 25, 2016

Now we need to add the route back in.

@mkao006
Copy link
Collaborator Author

mkao006 commented Aug 25, 2016

route added at 1055ecc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant