directions-api-js-client icon indicating copy to clipboard operation
directions-api-js-client copied to clipboard

JavaScript client for the GraphHopper Directions API

Results 7 directions-api-js-client issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

very simple addition to allow searching for specific `osm_tag`s in geocoding requests

If someone wants to know all surface or street name information per "leg" (one leg is between via points) the current process is a bit ugly, see [this tutorial](https://discuss.graphhopper.com/t/tutorial-how-to-associate-path-details-with-legs/2704).

enhancement

Provide option to avoid creating the point array per instruction to reduce memory usage https://github.com/graphhopper/directions-api-js-client/blob/master/src/GraphHopperRouting.js#L185

* code examples for MapMatching (workaround: use live examples page) * instead of generating a GPX string and passing that into the ghMapMatching.doRequest(gpxString) we could try to make it more...

We should resolve the indices of the PathDetails with actual coordinates similar to what we are doing with the instructions. This will make it easier for consumers to use the...

enhancement

There are tools that allow automated testing in different browsers and OS: https://saucelabs.com/open-source https://www.browserstack.com Both are free for open-source software. Would be nice to know in which browsers the lib...