> Is it possible to return tripels of NodeID+WayID+NodeID instead if > lat+lon from this engine > or are it´s internal datastructures too far from the original map?
That's certainly possible, but memory consumption might rise. The NodeIDs are already present. The WayIDs are currently thrown away at preprocessing. Keeping them in memory as well takes up some space. I think it will be bearable. On the other hand, the ID of the way can be easily queried from the original data, since source and target node of each segment is already known. I put this feature on the todo list. --Dennis _______________________________________________ Routing mailing list [email protected] http://lists.openstreetmap.org/listinfo/routing
