-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 26.03.2010 11:34, schrieb Camillo Anania: > Hi guys, I have an ordered collection of points with the associated > latitude and longitude that represents a path. I obtain those list > of nodes from a routing algorithm I wrote. Now I have the necessity > to route through those nodes (those nodes are nodes of an osm map > where I applied the routing algorithm). I'm a newbie of > OpenStreetMap but I like the idea very much. > > Can you please give me a direction on how I can route through > those nodes? There are some applications that I can use > immediately? Any suggestion is appreciated. > > Thank you. > > Camillo
What do you mean with "route through these nodes"? You already have a route from your routing algorithm. Or do you mean NAVIGATE through these nodes, giving instructions to a driver, showing a map, ...? You could implement the IRouter-interface in Traveling Salesman and get all the navigation (map, instructions, re-routing if the driver misses a turn, estimated travel time, voice, ...) immediately. Marcus -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkusj1MACgkQf1hPnk3Z0cRCpwCfagmVJIo+w46h23nZwslXMURb SzAAoMGJsPzJ/0DXUNsJFFsZx1eIH816 =BpFD -----END PGP SIGNATURE----- _______________________________________________ Routing mailing list [email protected] http://lists.openstreetmap.org/listinfo/routing
