Rhonda Glennon
Rhonda Glennon
tl;dr - Rebuild transit layer by walking ways, relations, and master relations - Include `service` property, like the roads layer === This came in through support (see Desk 454) Currently...
This question came in through email support. I'm adding the user's question here to close the support ticket, and in case someone in the community has an answer or knows...
These are my notes as I went through documentation as part of #193. Some examples in the documentation list the results that are returned from the request. Because these were...
It looks like a few of these demos are missing API keys -- mostly, the simpler ones without configuration files. Let's fix up any of these that rely on keyless...
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.
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) ],...
suggested in https://github.com/valhalla/valhalla-docs/pull/100
Question came in through Twitter about how to get directions to closest facility. https://twitter.com/juanfrans/status/717460505737216000 Perhaps we add a note to the matrix docs that says something like...it returns a grid,...