<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">0.1-SNAPSHOT could refer to two
different snapshots, yes.<br>
<br>
I'm not sure were you got the jars, but you could build them
locally via:<br>
mvn clean install<br>
<br>
Regards,<br>
Peter.<br>
<br>
</div>
<blockquote
cite="mid:CAC0z2bRC_O36Yyk-S1_ULhqbxwOv4d0CRBiXfi+0h+6fs1yFkw@mail.gmail.com"
type="cite">
<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 moz-do-not-send="true"
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
moz-do-not-send="true"
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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
GraphHopper mailing list
<a class="moz-txt-link-abbreviated" href="mailto:GraphHopper@openstreetmap.org">GraphHopper@openstreetmap.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openstreetmap.org/listinfo/graphhopper">http://lists.openstreetmap.org/listinfo/graphhopper</a>
</pre>
</blockquote>
<br>
</body>
</html>