Patrick Niklaus
4c66fcafaa
Fix shared memory
2016-03-18 17:33:05 +01:00
Daniel Patterson
f6de8f3444
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-18 17:33:05 +01:00
Daniel J. Hofmann
6856f00074
Runs scripts/format.sh
2016-03-18 17:33:03 +01:00
Patrick Niklaus
0724c4a2d8
Big Restructuring / Cleanup
2016-03-18 17:33:02 +01:00
Moritz Kobitzsch
8753590f59
advanced guidance on 5.0
2016-03-18 17:33:02 +01:00
Patrick Niklaus
fed2a67e42
First round of lat,lng -> lng,lat switcheroo
2016-03-18 17:33:00 +01:00
Patrick Niklaus
68eeb20c5c
Add viaroute suport for new API
2016-03-18 17:32:58 +01:00
Patrick Niklaus
2f3b4373f9
Also exclude the compressed flag from the data format
2016-03-18 17:30:13 +01:00
Patrick Niklaus
1b25bebeac
Remove geometry indicator
2016-03-18 17:30:13 +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