[GraphHopper] Which tags influence the routing?

graphhopper graphhopper at gmx.de
Tue Jun 17 08:36:30 UTC 2014


Hello Lukas,

several tags are supported, depending on the vehicle. See the
FlagEncoder implementations:
https://github.com/graphhopper/graphhopper/tree/master/core/src/main/java/com/graphhopper/routing/util

lanes and turn is not supported but turn will be in the near future.
width and maxwidth is interesting for e.g. trucks or buses and they will
be added soon but will probably need tuning.


> (and so useful that it makes sense to add them to OSM).

What do you mean here?


> And: Are there other tags supported by Graphhopper that I’ve missed?

Yes, e.g. highway and others. See again the code.

Regards,
Peter.


> Hello.
>
> I want to add in OSM some tags in Ivory Coast to make routing better.
> In the wiki, I’ve found various things that maybe could be useful:
>
> oneway
> incline
> lanes
> surface
> smoothness
> access
> maxspeed
> turn
> minspeed
> surface
> destination
> width
> maxwidth
>
> Now I would like to know which of these tags are supported by
> Graphhopper (and so useful that it makes sense to add them to OSM).
>
> And: Are there other tags supported by Graphhopper that I’ve missed?
>
> Regards
>
> Lukas Sommer




More information about the GraphHopper mailing list