osrm-backend/Contractor
Dennis Luxen f2ceeb35da fixes issue #1167, odd routing instructions
- the turn angle for compressed edges was not computed from the uncompressed geometry
- for a given turn (a,b,c) the last compressed node for edge (a,b) and the first packed node for (b,c) is returned
- adds a cucumber test to guard against regression
2014-10-16 15:58:58 +02:00
..
Contractor.h refactor SimpleLogger into simple_logger compile unit 2014-10-10 19:32:49 +02:00
EdgeBasedGraphFactory.cpp fixes issue #1167, odd routing instructions 2014-10-16 15:58:58 +02:00
EdgeBasedGraphFactory.h first round of replacing deprecated typedefs with much nicer using statements 2014-08-19 13:01:38 +02:00
GeometryCompressor.cpp retrieve first and last nodes of a compressed segment 2014-10-16 15:42:33 +02:00
GeometryCompressor.h retrieve first and last nodes of a compressed segment 2014-10-16 15:42:33 +02:00
Prepare.cpp replace raw ptrs with std::unique_ptr<> in Prepare 2014-10-16 12:10:12 +02:00
Prepare.h first round of replacing deprecated typedefs with much nicer using statements 2014-08-19 13:01:38 +02:00