urbica / galton

Lightweight Node.js isochrone map server
https://galton.urbica.co
MIT License
271 stars 36 forks source link

Nodejs v6 no longer supported by OSRM #200

Closed MichielDeMey closed 6 years ago

MichielDeMey commented 6 years ago

I briefly looked into upgrading the OSRM module for this project and it seems they dropped support for Nodejs v6 since OSRM 5.16.0, updated the OSRM module to 5.16.4 and bumped the Nodejs version to v8 on my branch and works like a charm.

Commit: https://github.com/MichielDeMey/galton/commit/da199de0490fb334b351b885a2bef6a850b0102e

Build: https://travis-ci.org/MichielDeMey/galton/builds/360972031

Not saying you should upgrade right away, but something to take into account going forward.

stepankuzmin commented 6 years ago

Thanks for the issue, @MichielDeMey!

I've updated OSRM dependency to 5.16.4 and published new Galton version v5.16.4.