You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've built a latest 5.17.2 version with the Berlin map following the Readme
But any request outside of the Berlin will kill the docker with
/usr/local/share/.config/yarn/global/node_modules/isochrone/node_modules/@turf/helpers/index.js:213
throw new Error("Each LinearRing of a Polygon must have 4 or more Positions.");
^
Error: Each LinearRing of a Polygon must have 4 or more Positions.
at Object.polygon (/usr/local/share/.config/yarn/global/node_modules/isochrone/node_modules/@turf/helpers/index.js:213:19)
at makePolygon (/usr/local/share/.config/yarn/global/node_modules/isochrone/index.js:39:18)
at Object.keys.reduce (/usr/local/share/.config/yarn/global/node_modules/isochrone/index.js:46:16)
at Array.reduce (<anonymous>)
at makePolygons (/usr/local/share/.config/yarn/global/node_modules/isochrone/index.js:43:33)
at options.osrm.table (/usr/local/share/.config/yarn/global/node_modules/isochrone/index.js:104:26)
I've built a latest 5.17.2 version with the Berlin map following the Readme
But any request outside of the Berlin will kill the docker with
https://github.com/urbica/galton/blob/master/src/index.js#L37
And I was expecting 500 response (400 will more suite for that exact problem, but....)
The text was updated successfully, but these errors were encountered: