[GraphHopper] Identify an edge's tags with an encoder
Peter
graphhopper at gmx.de
Mon Dec 15 16:39:24 UTC 2014
> The information is already stored in a particular class, or do I need
> to create a new one? And in what way GraphHopper can extract these
> informations?
>
Currently you have to build everything yourself and hook a storage e.g.
into encoder.applyWayTags( OSMWay way, EdgeIteratorState edge )
We'll add a helper TagStorage in the very near future
Peter
More information about the GraphHopper
mailing list