[GraphHopper] Identify an edge's tags with an encoder

Peter graphhopper at gmx.de
Mon Dec 22 10:06:20 UTC 2014


(your question was a bit hidden, try to make it more clearer next time)

> Regarding the storage, what is the correct way to save my informations?

You can use a custom DataAccess (efficient way for graphhopper) but that
is probably to hard to develop so you can use MapDB or whatever storage
you like

Regards,
Peter


On 22.12.2014 11:02, Account Università Villa Luca wrote:
> Il 15/12/2014 17:39, Peter ha scritto:
>>> 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
>>
>>
>> _______________________________________________
>> GraphHopper mailing list
>> GraphHopper at openstreetmap.org
>> https://lists.openstreetmap.org/listinfo/graphhopper
> Regarding the storage, what is the correct way to save my informations?
>
> _______________________________________________
> GraphHopper mailing list
> GraphHopper at openstreetmap.org
> https://lists.openstreetmap.org/listinfo/graphhopper




More information about the GraphHopper mailing list