<div dir="ltr"><div>Hello,<br></div>I use the last version of graphHopper from Git and In my app <br>I try to show the Instruction (Like Road Book) and my code is :<br><br>.......<br> GHResponse resp = hopper.route(req);<br><br> InstructionList il = resp.getInstructions();<br> TranslationMap SINGLETON = new TranslationMap().doImport();<br> Translation trad = SINGLETON.getWithFallBack(Locale.US);<br> And if i try this :<br> List<String> iList = il.createDescription(trad); I have an error because in the class instructionList.java i don't have the function " List<String> createDescription(Locale locale) " ... <br>Please,How make?<br> I follow <a href="https://github.com/graphhopper/graphhopper/blob/master/docs/core/routing.md">https://github.com/graphhopper/graphhopper/blob/master/docs/core/routing.md</a> and <a href="http://grepcode.com/file/repo1.maven.org/maven2/com.graphhopper/graphhopper/0.1/com/graphhopper/util/InstructionList.java/#InstructionList.createDescription%28java.util.Locale%29">http://grepcode.com/file/repo1.maven.org/maven2/com.graphhopper/graphhopper/0.1/com/graphhopper/util/InstructionList.java/#InstructionList.createDescription%28java.util.Locale%29</a><br>thank you <br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-15 10:42 GMT+02:00 Emux <span dir="ltr"><<a href="mailto:devemux86@gmail.com" target="_blank">devemux86@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><span class="">
<div>On 15/05/2015 11:05 πμ, Fred Laurent
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>Thank you , Can you Show (or explain ) me how to change the
default map rendering in graphHopper demo?<br>
</div>
</div>
</blockquote>
<br></span>
(This is a Mapsforge related so we should discuss it in Mapsforge <a href="https://groups.google.com/forum/#%21forum/mapsforge-dev" target="_blank">forum</a>)<br>
<br>
You just need to change the render theme from the internal
Osmarender to an external one.<br>
tileRendererLayer<span>.</span>setXmlRenderTheme(<span>new ExternalRenderTheme(renderThemeFile)</span>);<span class=""><br>
<br>
<div>-- <br>
<font color="#000000">Emux</font><br>
<a href="http://wiki.openstreetmap.org/wiki/Cruiser" target="_blank">Cruiser</a> -
<a href="http://wiki.openstreetmap.org/wiki/Atlas_%28navigation_application%29" target="_blank">Atlas</a></div>
</span></div>
<br>_______________________________________________<br>
GraphHopper mailing list<br>
<a href="mailto:GraphHopper@openstreetmap.org">GraphHopper@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/graphhopper" target="_blank">https://lists.openstreetmap.org/listinfo/graphhopper</a><br>
<br></blockquote></div><br></div>