[Routing] Fast Routing Engine - State of Play
Dennis Luxen
luxen at kit.edu
Thu Apr 1 16:09:32 BST 2010
> 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
More information about the Routing
mailing list