hello , excuse me, I have a really problem to create My customer Flag encoder this is my class MyFlagEncoder
I run My app with :
GraphHopper tmpHopp = new GraphHopper().forMobile();
tmpHopp.setEncodingManager(new EncodingManager(new
MyFlagEncoder(5,5,0))); // Or (new MyFlagEncoder());
I have Error : Graphhopper config:
Mycar|speedFactor=5.0|speedBits=5|turnCosts=false|version=1
Graph:
car|speedFactor=5.0|speedBits=5|turnCosts=false|version=1,foot|speedFactor=1.0|speedBits=4|turnCosts=false|version=1,bike|speedFactor=2.0|speedBits=4|turnCosts=false|version=1,
dir:/storage/sdcard0/graphhopper/maps/XXX-gh/
Thank you All,
MyFlagEncoder
Description: Binary data
_______________________________________________ GraphHopper mailing list [email protected] https://lists.openstreetmap.org/listinfo/graphhopper
