vvim / routetool

Using Google Maps API to add locations and calculate the shortest route by Traveling Salesman Algorithm
1 stars 0 forks source link

Several versions of "optimal route" #43

Open vvim opened 8 years ago

vvim commented 8 years ago

When you open the route at localhost of 3rd January 2016:

When you click on “optimize route” there are 3 different versions: 2016-03-30--1459351159_1280x1024_scrot 2016-03-30--1459351192_1280x1024_scrot 2016-03-30--1459351208_1280x1024_scrot 2016-03-30--1459351223_1280x1024_scrot

Why??

vvim commented 8 years ago

-> guess: something to do with the distance_matrix? We noticed it generates a crash when we try to delete it (maybe an element is missing)