VROOM-Project / vroom-express

Out of the box Node-express server to use VROOM as a web API.
BSD 2-Clause "Simplified" License
70 stars 60 forks source link

Different computed route between vroom-express & vroom-frontend #86

Closed NeverVane closed 3 years ago

NeverVane commented 3 years ago

Hi, I built a json with n vehicles and x jobs, when loading the json on vroom-frontend and computing the road it successfully create multiple vehicles, but feeding the same file to the same vroom-express instance (with curl) it produce a route using just one vehicle.

How is that possible?

jcoupey commented 3 years ago

The short answer is that the frontend submits a different payload for demo purposes. You'll find details about this in https://github.com/VROOM-Project/vroom/issues/434.