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

Inconsistent tile size on mac vs linux #263

Closed springmeyer closed 7 years ago

springmeyer commented 8 years ago

I'm seeing https://github.com/Project-OSRM/node-osrm/blob/08cc0cb4391168e617553eae8ce3aed463e7cf84/test/tile.js#L10 be 4 bytes smaller on linux (seen in local docker image) than OS X while working on #258.

Will need to figure out if this is a sign of a bug, or something expected that we'll need to adjust the test for.

/cc @danpat

danpat commented 8 years ago

@springmeyer Can you capture the tiles, convert to geojson and compare to see what feature is missing?

springmeyer commented 8 years ago

@danpat:

daniel-j-h commented 7 years ago

What's the state of this? Especially in the context of our planned 5.5 release in the coming days.

danpat commented 7 years ago

https://github.com/Project-OSRM/osrm-backend/issues/3343

springmeyer commented 7 years ago

Solved by https://github.com/Project-OSRM/osrm-backend/pull/3393

springmeyer commented 7 years ago

TODO:

springmeyer commented 7 years ago

Remaining todo moved to https://github.com/Project-OSRM/osrm-backend/issues/4177