Project-OSRM / node-osrm

DEPRECATED Part of osrm-backend since 5.7. NodeJS bindings for OSRM
BSD 2-Clause "Simplified" License
141 stars 48 forks source link

Fix coordinate in example #275

Closed ramovsky closed 7 years ago

ramovsky commented 7 years ago

This fix URL in example.js comment. It's not google-maps, should be long,lat not lat,long :)

daniel-j-h commented 7 years ago

Hrm I thought we fixed those a couple of month ago. Seems like we forgot this.

Thanks for catching this!

Travis failing is unrelated due to some tbb lib copying issue cc @TheMarex @springmeyer

springmeyer commented 7 years ago

Travis failing is unrelated due to some tbb lib copying issue cc @TheMarex @springmeyer

@daniel-j-h this is ticketed at https://github.com/Project-OSRM/node-osrm/issues/274

ramovsky commented 7 years ago

Thank you for merge. I like pace of this project.