<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 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 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 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 href="mailto:GraphHopper@openstreetmap.org" target="_blank">GraphHopper@openstreetmap.org</a><br>
<a 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 href="mailto:GraphHopper@openstreetmap.org" target="_blank">GraphHopper@openstreetmap.org</a>
<a 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 href="mailto:GraphHopper@openstreetmap.org">GraphHopper@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/graphhopper" target="_blank">http://lists.openstreetmap.org/listinfo/graphhopper</a><br>
<br></blockquote></div><br></div>