<div dir="ltr">hello,<div><br></div><div>I'm running the same code with the same dependencies:</div><div>"com.graphhopper" % "graphhopper" % "0.1-SNAPSHOT",</div><div><br></div><div>on two different machines and on one I need to specify the enconding manager:</div>

<div>   val ram = new RAMDirectory("graphhopper.map", true)<br></div><div><div>    val encodingmanager = new EncodingManager("CAR")</div><div>    val carEncoder = encodingmanager.getEncoder("CAR")</div>

<div>    val graph = new LevelGraphStorage(ram, encodingmanager)</div><div><br></div><div>while on the other he doesn't know what an encoding manager is and </div><div><br></div><div><div>    val graph = new LevelGraphStorage(new RAMDirectory("graphhopper.map", true))</div>

</div><div><br></div><div>is enought.</div><div><br></div><div>Am i using two different versions of graphhoper ? If so were does this difference comes from? or is there a local parameter that is defined differently? </div>

-- <br><div dir="ltr"><span style="color:rgb(136,136,136)">-- </span><br style="color:rgb(136,136,136)"><div dir="ltr" style="color:rgb(136,136,136)"><div><div style="font-size:small;font-family:arial">Dr Alexandre Vallette, PhD</div>

</div><div style="font-size:small;font-family:arial">SNIPS</div><div style="font-size:small;font-family:arial">co-founder</div><br style="font-size:small;font-family:arial"><span style="font-size:small;font-family:arial">+ 33 (0) 6 71358943</span><br style="font-size:small;font-family:arial">

<font><a href="mailto:alexandre.vallette@snips.net" style="color:rgb(17,85,204)" target="_blank">alexandre.vallette@snips.net</a></font><br style="font-size:small;font-family:arial"><span style="font-size:small;font-family:arial">skype: vallettea</span></div>

<div dir="ltr" style="color:rgb(136,136,136)">linkedIn: <a href="http://fr.linkedin.com/in/vallettea/" title="View public profile" name="SafeHtmlFilter_webProfileURL" style="margin:0px 10px 0px 0px;padding:0px 0px 0px 19px;border:0px;outline:0px;font-size:11px;font-family:Helvetica,Arial,sans-serif;vertical-align:middle;text-decoration:none;color:rgb(0,115,178);line-height:13.1875px;display:inline-block;zoom:1;background-image:url(http://s.c.lnkd.licdn.com/scds/common/u/images/apps/profile/sprite/sprite_profile_top_card_v7.png);background-color:rgb(246,246,246);background-repeat:no-repeat no-repeat" target="_blank">fr.linkedin.com/in/vallettea/</a><br style="font-size:small;font-family:arial">

<span style="font-size:small;font-family:arial">twitter: @vallettea</span><br></div></div>
</div></div>