<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 Andrey,<br>
<br>
you can create the routing files yourself via<br>
./graphhopper.sh import <osmfile><br>
<br>
If you want fast routing via CH algorithm - which is the default -
you do:<br>
prepare.chShortcuts=fastest<br>
but then only one vehicle is possible e.g.:<br>
osmreader.acceptWay=BIKE<br>
in the config.properties<br>
<br>
If you don't need a algorithm you can do:<br>
prepare.chShortcuts=no<br>
osmreader.acceptWay=CAR,BIKE,FOOT<br>
<br>
Regards,<br>
Peter.<br>
<br>
</div>
<blockquote cite="mid:1380181342.461620149@f73.i.mail.ru"
type="cite">
Hi Peter,<br>
Can I download version with routing by foot and bike? Git version
allow to use only cars. <br>
<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="https://lists.openstreetmap.org/listinfo/graphhopper">https://lists.openstreetmap.org/listinfo/graphhopper</a>
</pre>
</blockquote>
<br>
</body>
</html>