Daniel Patterson
f11dc9b978
Enables the use of multiple segment-speed-files on the osrm-contract
...
command line, and exposes the file name used for each edge in the debug
tiles.
2016-03-17 22:59:52 +01:00
Daniel J. Hofmann
2a454c4272
Runs scripts/format.sh
2016-03-17 22:57:40 +01:00
Patrick Niklaus
6aa12b1dd6
Big Restructuring / Cleanup
2016-03-17 22:53:43 +01:00
Moritz Kobitzsch
4b46dec169
advanced guidance on 5.0
2016-03-17 22:37:58 +01:00
Patrick Niklaus
eb179af1ce
First round of lat,lng -> lng,lat switcheroo
2016-03-17 22:15:10 +01:00
Patrick Niklaus
8b2b153465
Add viaroute suport for new API
2016-03-17 21:57:32 +01:00
Patrick Niklaus
26ffdf2dcb
Also exclude the compressed flag from the data format
2016-03-17 17:23:36 +01:00
Patrick Niklaus
3377bf8faf
Remove geometry indicator
2016-03-17 16:40:08 +01:00
Daniel J. Hofmann
ac0279aa83
RAII for auto-closing file streams
...
Small fixes I didn't want to include in unrelated PRs.
There are a few left in `storage.cpp` but since it's a single function
in 600 lines of code, I didn't want to touch the mess. The others are
safe to remove, cucumber and test run on Finland gives 👍 .
2016-03-09 17:46:02 +01:00
Daniel Patterson
49441fe204
Make forward/reverse weight/offset calculated at query time,
...
rather than being cached in the StaticRTree. This means we
can freely apply traffic data and not have stale values lying
around. It reduces the size of the RTree on disk, at the expense
of some additional data in RAM.
2016-03-03 10:49:12 -08:00
Daniel J. Hofmann
64b36807d3
Transforms osrm_exception to exception
2016-02-12 15:46:24 -08:00
Daniel J. Hofmann
bb06bfbbd7
Same undefined behavior from shifting into the sign bit in Storage
2016-02-08 11:47:44 -08:00
Patrick Niklaus
439eb9da3d
Create public facing libraries for extractor, contractor and datastore
...
New libraries libosrm_extract, libosrm_contract, libosrm_store
2016-01-21 06:47:34 +01:00