Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.34k stars 3.36k forks source link

foot profile is not working on develop... #737

Closed kesipyc closed 11 years ago

kesipyc commented 11 years ago

In foot.lua - way_function doesn't have numberOfNodesInWay parameter any more, but it's using it in it's body...

DennisOSRM commented 11 years ago

Thx for reporting. Please try again if the latest develop branch fixes this issue.

kesipyc commented 11 years ago

much better :)

DennisOSRM commented 11 years ago

Cool, thanks for feedback.

emiltin commented 11 years ago

hi @ kesipyc, i updated the foot profile, porting newer code from the bike profile. i added several tests covering functionality ilke access tags on ways and nodes, surfaces, names, ferries, restrictions, etc.

kesipyc commented 11 years ago

sweet... I'll check it out later