randomwalker-io / random_walker

This is the repository for the web application Random Walker
2 stars 1 forks source link

Add a function to sort way points #203

Open mkao006 opened 8 years ago

mkao006 commented 8 years ago

In order for the routing to appear aesthetically pleasing, we should sort the generated location.

We can recursively sort them by calculating the distance to the previous location. However, we should also consider the fact that people want to return to the same location, in which the last location should be close to home.

mkao006 commented 8 years ago

Should also create tags for the sequence