<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">yes, the routing works as the graph is
always a routing graph :)<br>
<br>
but as I said: the node look up needs to be extended to include a
3rd dimension<br>
<br>
Regards,<br>
Peter.<br>
<br>
</div>
<blockquote
cite="mid:CAJZ9HpRP64N3zV_1L_1qg1rA+1Ycf02Atgb_cHKkoH7R=y-5xQ@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>I can guess that I have to modify your code at the reading
phase of the osm file to create an edge when I find an
elevator / stair in the osm file.</div>
<div><br>
</div>
<div>After that the routing works on different floors, is it
right? </div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">2013/8/28 Peter K <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:peathal@yahoo.de"
target="_blank">peathal@yahoo.de</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">
<div>You'll have to do create an edge (via
graph.edge(someNode,someOtherNode, distance)) for the
connection of the floors yourself. There is currently no
special import logic implemented for this. Let us know
if you come up with something.<br>
<br>
Regards,<br>
Peter.<br>
<br>
</div>
<div>
<div class="h5">
<blockquote type="cite">
<p dir="ltr">I haven't done yet the osm file but I
think to follow the guide line of open street map
( <a moz-do-not-send="true"
href="http://wiki.openstreetmap.org/wiki/IndoorOSM"
target="_blank">http://wiki.openstreetmap.org/wiki/IndoorOSM</a>)
or something else you think is better for
graphhopper engine.<br>
How graphhopper can use the stairs or elevators to
calcolate path between floors?</p>
<div class="gmail_quote">Il giorno 28/ago/2013
12:24, "Peter K" <<a moz-do-not-send="true"
href="mailto:peathal@yahoo.de" target="_blank">peathal@yahoo.de</a>>
ha scritto:<br type="attribution">
<blockquote class="gmail_quote" style="margin:0 0
0 .8ex;border-left:1px #ccc
solid;padding-left:1ex"> Is indoor data
available from OSM?<br>
<br>
You feed graphhopper with your indoor data and
apply a dijkstra to it.<br>
You could have a look into GraphStorage3D to get
a feeling how you can<br>
do it. The tricky thing is to get the correct
location+height indoor<br>
from your device. And then if you have that
you'll probably need to<br>
change the node lookup a bit (via
Location2IDIndex).<br>
<br>
Regards,<br>
Peter.<br>
<br>
> How can I use the graphhopper engine to
calculate the path in an<br>
> indoor map between two points from
different level? I would like to<br>
> use my osm file as map model. In this file
there is some elevators.<br>
><br>
> Thank you!<br>
><br>
> aGO!<br>
<br>
<br>
_______________________________________________<br>
GraphHopper mailing list<br>
<a moz-do-not-send="true"
href="mailto:GraphHopper@openstreetmap.org"
target="_blank">GraphHopper@openstreetmap.org</a><br>
<a moz-do-not-send="true"
href="http://lists.openstreetmap.org/listinfo/graphhopper"
target="_blank">http://lists.openstreetmap.org/listinfo/graphhopper</a><br>
</blockquote>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
GraphHopper mailing list
<a moz-do-not-send="true" href="mailto:GraphHopper@openstreetmap.org" target="_blank">GraphHopper@openstreetmap.org</a>
<a moz-do-not-send="true" href="http://lists.openstreetmap.org/listinfo/graphhopper" target="_blank">http://lists.openstreetmap.org/listinfo/graphhopper</a>
</pre>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
GraphHopper mailing list<br>
<a moz-do-not-send="true"
href="mailto:GraphHopper@openstreetmap.org">GraphHopper@openstreetmap.org</a><br>
<a moz-do-not-send="true"
href="http://lists.openstreetmap.org/listinfo/graphhopper"
target="_blank">http://lists.openstreetmap.org/listinfo/graphhopper</a><br>
<br>
</blockquote>
</div>
<br>
</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>