If you were Registered and logged in, you could reply and use other advanced thread options
I would like to display highway travel times between cities on an
intranet application, with an option to display the full driving
directions. Is there an open-source tool that is available for
performing this type of calculation?
I don't think this type of capability is available through the
GoogleMaps API, although I would love to be corrected.
intranet application, with an option to display the full driving
directions. Is there an open-source tool that is available for
performing this type of calculation?
I don't think this type of capability is available through the
GoogleMaps API, although I would love to be corrected.
wrote:
There are many open source toolkits that will allow you to compute the
driving directions. But the catch is that, you'll need the source
data. None of the freely available datasets is comprehensive enough to
allow driving directions. If you get access to data, you can try GIS
toolkit to write your application. http://gistoolkit.sourceforge.net/
.
-Ujaval
http://gisindia.blogspot.com
There are many open source toolkits that will allow you to compute the
driving directions. But the catch is that, you'll need the source
data. None of the freely available datasets is comprehensive enough to
allow driving directions. If you get access to data, you can try GIS
toolkit to write your application. http://gistoolkit.sourceforge.net/
.
-Ujaval
http://gisindia.blogspot.com
> There are many open source toolkits that will allow you to compute the
> driving directions.
> driving directions.
Please mention one.
> But the catch is that, you'll need the source
> data. None of the freely available datasets is comprehensive enough to
> allow driving directions. If you get access to data, you can try GIS
> toolkit to write your application. http://gistoolkit.sourceforge.net/
> data. None of the freely available datasets is comprehensive enough to
> allow driving directions. If you get access to data, you can try GIS
> toolkit to write your application. http://gistoolkit.sourceforge.net/
This one has no functionality for driving directions. It is a GIS viewer
kind of application. It is almost like saying shapelib will do driving
directions.
Regards
Uffe Kousgaard
wrote:
To perform the driving directions calculation, you must solve the
transportation problem.
So you need two things to perform the calculation:
1. A database of roads with distances between points
2. A TSP solver
After you have solved the transportation problem, then you need to
display the solution.
These things may be useful:
http://sourceforge.net/projects/myway/
http://jopt-net-vehicle-routing-software-library.dna.qarchive.org/
> I would like to display highway travel times between cities on an
> intranet application, with an option to display the full driving
> directions. Is there an open-source tool that is available for
> performing this type of calculation?
> I don't think this type of capability is available through the
> GoogleMaps API, although I would love to be corrected.
> intranet application, with an option to display the full driving
> directions. Is there an open-source tool that is available for
> performing this type of calculation?
> I don't think this type of capability is available through the
> GoogleMaps API, although I would love to be corrected.
To perform the driving directions calculation, you must solve the
transportation problem.
So you need two things to perform the calculation:
1. A database of roads with distances between points
2. A TSP solver
After you have solved the transportation problem, then you need to
display the solution.
These things may be useful:
http://sourceforge.net/projects/myway/
http://jopt-net-vehicle-routing-software-library.dna.qarchive.org/






> intranet application, with an option to display the full driving
> directions. Is there an open-source tool that is available for
> performing this type of calculation?
> I don't think this type of capability is available through the
> GoogleMaps API, although I would love to be corrected.