valhalla-docs
valhalla-docs copied to clipboard
DEPRECATED: The up-to-date documentation for valhalla can be found in the main repository.
github provides a place for documenting your code called a wiki. we should take the content here and cram it into the wiki on the valhalla repo as that is...
Add some code samples to encode/decode Valhalla polylines (6 degree precision). Link to these code samples in the API docs
Add instructions for adding Mapbox access_token to the sample URLs. Link back to Mapbox API section within: https://www.mapbox.com/api-documentation Change sample URLs to hit Mapbox.
Scrub references to Mapzen. For any links to demos - link to github.io pages if they can be configured to run with localhost. Demos that reference MobilityExplorer may be OK...
We need to make a few updates to the README, such as: - [ ] links to formatted version on mapzen.com - [ ] new APIs like isochrone, map-matching, and...
We have had a couple of support tickets recently (such as Desk 1295) where users have missed the syntax for costing options, usually because they are not including the model...
The current iteration uses only a start and end point. Add an exercise on how to add multiple stops or through points with lrm-valhalla.
Hi! On the route response you include the shape as a polyline. It is highly detailed with many points. Is there a way to request the shape of an 'overview'...
Currently the Mobility docs don't link out, and the are confusing with the API key (copy pasting them into the URL bar will generate a 429 error). For example, this...
Some feedback from @burritojustice for the tutorial (source file: https://github.com/valhalla/valhalla-docs/blob/master/add-routing-to-a-map.md) 1. Show how to switch languages. Code from tutorial is something like this: ``` L.Routing.control({ waypoints: [ L.latLng(41.8758,-87.6189), L.latLng(33.8128,-117.9259) ],...