Kevin Kreiser
Kevin Kreiser
since mapzen was disbanded we no longer maintain resources that depended on that specific domain. we could work with the folks that are left maintaining it but i dont think...
@benstadin we are somewhat in flux at the moment. currently we are experimenting with docker as a means of running valhalla. i personally prefer this method and hope we can...
this happens automatically for me with gcc 4.9 and gcc 4.8 (on ubuntu). what compiler were you using?
we have plenty of decoding examples and a demo: http://valhalla.github.io/demos/polyline/ https://github.com/valhalla/valhalla-docs/blob/master/decoding.md encoding shoudn't be too much work to port around. i'm pretty sure we have it in c++ and javascript
If the request is too large you'll get back an http 413 from this code: https://github.com/kevinkreiser/prime_server/blob/master/src/http_protocol.cpp#L404 Most importantly though this size limit applies to both POST and GET (and any...
also, can you get us a request that produces this behavior so we can investigate what is going on?
I'm wondering if the url encoded polyline is somehow tripping this up. like perhaps undefined behavior can occur when the url decoded polyline gets polyline decoded into bogus values. have...
did you run out of space on the device? that error happens you try to memory map a file and the files size doesnt match the size of the objects...
You dont need both settings. But its convenient to have them. Basically what we do is we have a config generation tool which is self documenting. The way it achieves...
for the bus issue above we end up keeping that little `Bahnsteig` because it has `bus=yes` which makes us assume that buses can drive on it and therefore its routable....