Hi,
I cannot help you much you must do it yourself. Follows the
introduction at
code.google.com/p/google-maps-tsp-solver/ and it
should be fine. Building such a site is every expensive and the
economics is shit at the moment. I've done a similar site and it was 2
month of hard work. I don't recommend you to use this for learning or
professional anyway. You need to know what you do.
But I cannot recommend you other script either. This script is the
only free in the internet.
In short you need the bptspsolver.js because it contains the tsp
solver. You don't need tsp.js because it's just a copy from the
website optimap. You need to take some stuff from the tsp.js script to
make a similar website or what I saw in your image. Selenium is a test
framework for browser application. I don't thin that you will need it.
What you need is a good javascript debugger to step through the code
not more. Opera or chrome has good one.
I hope it helps.
Chi
2012/10/28, toh weichun <
weichu...@gmail.com>:
> BpTspSolver.js<
http://code.google.com/p/google-maps-tsp-solver/source/browse/trunk/BpTspSolver.js>
> and
> tsp.js<
http://code.google.com/p/google-maps-tsp-solver/source/browse/trunk/tsp.js>?