routingjs
routingjs copied to clipboard
Library for consistent access to various vehicle routing APIs
The avoidLocations and avoidPolygons DirectionsOptions are not formatted as Valhalla expects them to be.  When running with dryRun: true in order to see what's going on:  I dug...
re: Issue #31 - Added call to _buildLocations when settings exclude_locations in direction request options. - Added alternative type of ValhallaLocation[] to exclude_locations definition - Created test No changes made...
closes #23
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Valhalla servers typically expose an [`/expansion` endpoint](https://valhalla.github.io/valhalla/api/expansion/api-reference/). We could implement a method that conveniently accesses it. In routingpy, we [implemented it](https://github.com/gis-ops/routingpy/blob/b708fc37fcad544cf1cf8be2d3b21666bf48bfe7/routingpy/routers/valhalla.py#L703) last year or so, so should be straight forward...
As of now, I've adapted an approach similar to routingpy's when it comes to parsing the response and making the returned coordinates easily accessible. I think that in browsers, memory...
Hi, I found this package when searching for a TypeScript library to use with OpenRouteService. It is fairly featured, but doesn't support ORS' optimization endpoint, which is unfortunately the only...
The documentation link in the README.md gives a 404.