[Routing] Bringing routing functionality to a web-mapping application - but how?
Lambertus
osm at na1400.info
Fri Jun 5 08:08:26 BST 2009
Frank Glück wrote:
> Which routing alternatives do you use for your web-mapping applications?
> How does for instance www.OpenRouteService.org solve this purpose?
>
I wrap a PHP page around the Gosmore routing engine [1] to make it's
routing capabilities accessible through a webbrowser. The PHP page
behaves like an API:
http://wiki.openstreetmap.org/wiki/YOURS#Route_calculation_API
Similar pages could be developed around other routing engines, but
Gosmore is chosen because it is the only opensource routing engine using
OSM data that is capable of providing routing worldwide on reasonable
hardware.
The website http://www.yournavigation.org uses that API to show the
routing results.
[1] http://wiki.openstreetmap.org/wiki/Gosmore
More information about the Routing
mailing list