Daniel J. Hofmann
|
aeee565115
|
Formats all the files we touch..
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
8126793b18
|
Don't need to actually create a vector, we just write out all speeds from 0-127
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
6a2592421c
|
Optimize encoding of speed values. Only store 0-127, so we can efficiently pack into a byte. Speed and is_tiny values are now shared, so tiles should be much smaller.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
95bf81f528
|
Add a bunch of comments.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
ae802a8a83
|
No need to send a back to the client, km/h are specific enough.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
ee71d2fe5f
|
Don't need to static cast.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
8dd2447cc5
|
Don't round until necessary, this keeps coordinates in much better positions.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
26453af1b9
|
Add a distinct Buffer type for encoding binary data in JSON responses. Treated like a string, but allows other consumers (a-la node-osrm) to recognize and not break string encodings.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
5dc7b79bb6
|
Implements a vector tileserver so you can see what's going on inside
OSRM.
|
2016-03-01 23:51:25 +01:00 |
|