Re: [OSRM-talk] About Indoor Routing

2016-02-15 Thread Daniel Patterson
Hi C.C.Tang, You will almost certainly need to modify the foot.lua profile. I have not really looked at the indoor tagging before, but it seems like there are lots of tags that will be used that the current foot profile does not know about. For (1), I mean that there is no support for indo

Re: [OSRM-talk] About Indoor Routing

2016-02-15 Thread C.C.Tang
Hi Daniel, Many thanks for your reply. I am going to try and see if it works. But I come up with several new questions after reading your response: 1. >> like "take the stairs" and "take the elevator to the Nth floor". Do you mean I need to work around it by tagging staris and elevator different

Re: [OSRM-talk] About Indoor Routing

2016-02-15 Thread Daniel Patterson
Hi, While it can work in theory, OSRM is missing some of the indoor-specific guidance that you will need for changing levels, like "take the stairs" and "take the elevator to the Nth floor". We are working on a big refactor at the moment that might improve this, but I don't know if anyone ha

[OSRM-talk] About Indoor Routing

2016-02-15 Thread C.C.Tang
Dear List Moderator, Please kindly ignore my previous post having the same mail subject. I sent it with wrong From address. Hi all, I am doing a project that require (multi floor/level) indoor routing capability. I was wondering if OSRM supports processing indoor related tags and suggest route a

Re: [OSRM-talk] RunQuery Output

2016-02-15 Thread Daniel Patterson
James, There's an updated example client here: https://github.com/Project-OSRM/osrm-backend/blob/develop/example/ If you look inside the "route_summary" member of the JSON response, you'll find both the "total_time" a

[OSRM-talk] RunQuery Output

2016-02-15 Thread James Grant
Hi there. I'm building some code based heavily around the "simpleclient.cpp" example in the tools section of the source code. I'm trying to simply extract the driving distance and time from the returned JSON object. This could be achieved by taking the object returned and manipulating it whi