Hello,

I generated the graph changing the properties without problem.

Then, when I try to load the graph I get this error:

Version of edges unsupported: 9, expected:5

Am I doing something wrong?

The code that reads the graph is:

GraphHopper tHopp = new GraphHopper().forMobile();
tHopp.disableCHShortcuts();
tHopp.setEncodingManager(new EncodingManager("FOOT"));
tHopp.load(new File(mapsFolder, currentArea).getAbsolutePath());



Thanks!!


On 31 December 2014 at 16:22, Emux <[email protected]> wrote:

>  As instructions inside the config say you need to set:
>
> prepare.chWeighting=no
> graph.flagEncoders=foot
>
>  --
> Emux
> Cruiser <http://wiki.openstreetmap.org/wiki/Cruiser> - Atlas
> <http://wiki.openstreetmap.org/wiki/Atlas_%28navigation_application%29>
>
> _______________________________________________
> GraphHopper mailing list
> [email protected]
> https://lists.openstreetmap.org/listinfo/graphhopper
>
>
_______________________________________________
GraphHopper mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/graphhopper

Reply via email to