routingjs icon indicating copy to clipboard operation
routingjs copied to clipboard

Library for consistent access to various vehicle routing APIs

Results 8 routingjs issues
Sort by recently updated
recently updated
newest added

The avoidLocations and avoidPolygons DirectionsOptions are not formatted as Valhalla expects them to be. ![image](https://github.com/gis-ops/routingjs/assets/19985451/d390aa63-0e42-4e80-b7ad-b8089c42e43c) When running with dryRun: true in order to see what's going on: ![image](https://github.com/gis-ops/routingjs/assets/19985451/0fd004fd-5900-4054-99bf-5bcd471e2dbf) 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...

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...

dependencies

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...

enhancement

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...

enhancement

The documentation link in the README.md gives a 404.