<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">Hi Bruno,<br>
<br>
> There is more documentation about the Graphhopper? <br>
<br>
The unit tests and the wiki are for documentation<br>
<br>
<br>
> How can i change the routing for pedestrians instead of
routing for Cars?<br>
<br>
You can configure this in the config.properties or if you prefer
the Java API do<br>
hopper.setEncodingManager(new EncodingManager("FOOT")) <br>
or see the GraphHopperTest and how to specify the
osmreader.acceptWay property<br>
<br>
<br>
> Do i need to create the routing data specifically for
pedestrians before put the -gh info in the SD card?<br>
<br>
Only if you use the speed up technic 'contraction hierarchies',
which is the default. Disable it via config.properties or
hopper.disableCHShortcuts()<br>
<br>
Regards,<br>
Peter.<br>
<br>
<br>
</div>
<blockquote
cite="mid:CALKz0Ukba7t7vj=mXHDegS_hNevDewhZVnNY1wU=3hzn4qejyw@mail.gmail.com"
type="cite">
<div dir="ltr">Hello,
<div><br>
</div>
<div>I'm trying to create an app for android that show the route
for pedestrians.</div>
<div>I now have Graphhopper prepared and running in my Android
device as the examples are show in the Android Demo.</div>
<div><br>
</div>
<div>There is more documentation about the Graphhopper? </div>
<div>How can i change the routing for pedestrians instead of
routing for Cars?</div>
<div><br>
</div>
<div>I saw in the Low Level API "<span class=""
style="color:rgb(51,51,51);font-family:Consolas,'Liberation
Mono',Courier,monospace;font-size:13px;line-height:19px">EncodingManager</span><span
style="background-color:rgb(248,248,248);color:rgb(51,51,51);font-family:Consolas,'Liberation
Mono',Courier,monospace;font-size:13px;line-height:19px"> </span><span
class=""
style="color:rgb(51,51,51);font-family:Consolas,'Liberation
Mono',Courier,monospace;font-size:13px;line-height:19px">em</span><span
style="background-color:rgb(248,248,248);color:rgb(51,51,51);font-family:Consolas,'Liberation
Mono',Courier,monospace;font-size:13px;line-height:19px"> </span><span
class=""
style="color:rgb(51,51,51);font-family:Consolas,'Liberation
Mono',Courier,monospace;font-size:13px;line-height:19px;font-weight:bold">=</span><span
style="background-color:rgb(248,248,248);color:rgb(51,51,51);font-family:Consolas,'Liberation
Mono',Courier,monospace;font-size:13px;line-height:19px"> </span><span
class=""
style="color:rgb(51,51,51);font-family:Consolas,'Liberation
Mono',Courier,monospace;font-size:13px;line-height:19px;font-weight:bold">new</span><span
style="background-color:rgb(248,248,248);color:rgb(51,51,51);font-family:Consolas,'Liberation
Mono',Courier,monospace;font-size:13px;line-height:19px"> </span><span
class=""
style="color:rgb(51,51,51);font-family:Consolas,'Liberation
Mono',Courier,monospace;font-size:13px;line-height:19px">EncodingManager</span><span
class=""
style="color:rgb(51,51,51);font-family:Consolas,'Liberation
Mono',Courier,monospace;font-size:13px;line-height:19px;font-weight:bold">(</span><span
class="" style="font-family:Consolas,'Liberation
Mono',Courier,monospace;font-size:13px;line-height:19px;color:rgb(221,17,68)">"CAR"</span><span
class=""
style="color:rgb(51,51,51);font-family:Consolas,'Liberation
Mono',Courier,monospace;font-size:13px;line-height:19px;font-weight:bold">);"</span>,</div>
<div>do i need to do something like this but for pedestrian´s?
Do i need to create the routing data specifically for
pedestrians before put the -gh info in the SD card?</div>
<div><br>
</div>
<div>Sorry for the bad English and thanks in advance,</div>
<div><br>
</div>
<div>Best Regards,</div>
<div>Bruno</div>
<br>
</div>
</blockquote>
<br>
</body>
</html>