osrm-backend/unit_tests/library
Daniel Patterson 81bc2f41a6
When matching, ignore 'is_startpoint' propert, snap to any edge (#5297)
Includes all edges in the rtree, but adds an `is_startpoint` flag to each.  Most plugin behaviour remains unchanged (non-startpoint edges aren't used as snapping candidates), but for map matching, we allow snapping to any edge.  This fixes map-matching across previously non-is_startpoint edges, like ferries, private service roads, and a few others.
2018-12-13 17:10:32 -07:00
..
algorithm.cpp restore libosrm interface for corech, fallback to ch 2017-10-13 14:53:49 +01:00
contract.cpp Add basic facades for Extractor and Contractor run methods. 2017-03-08 22:48:03 +00:00
coordinates.hpp add unit test for split submatch waypoints indices 2018-01-19 13:55:05 +01:00
customize.cpp Add basic facades for Customizer and Partitioner run methods 2018-02-02 15:52:30 +01:00
equal_json.hpp fixing unit tests 2016-04-08 11:21:14 +02:00
extract.cpp Use GetPath with file names over accessing member variables 2017-07-20 12:01:05 +02:00
fixture.hpp Maintain storage_config exposed API 2017-07-20 12:01:05 +02:00
json.cpp Changes Single Coordinate Geoms from Point to LineString, closes #3425. 2016-12-09 11:53:06 +01:00
limits.cpp add osrm-routed and node-osrm flags to configure mapmatching radius limit (#4721) 2017-12-20 16:53:43 +05:30
match.cpp Fix warnings in unit tests 2018-02-09 17:51:58 +01:00
nearest.cpp Run scripts/format.sh 2017-10-19 15:26:37 +01:00
options.cpp Maintain storage_config exposed API 2017-07-20 12:01:05 +02:00
partition.cpp Add basic facades for Customizer and Partitioner run methods 2018-02-02 15:52:30 +01:00
route.cpp Include distance from input to snapped for all waypoints, not just on the nearest service. 2018-11-02 15:30:52 -07:00
table.cpp Unpack paths and return total distance in matrix plugin for CH (#4990) 2018-04-20 18:18:55 -04:00
tile.cpp When matching, ignore 'is_startpoint' propert, snap to any edge (#5297) 2018-12-13 17:10:32 -07:00
trip.cpp Back to Monaco for unit tests 2017-03-21 20:10:39 +00:00
waypoint_check.hpp Use mmap instead of read - it's a lot faster here. 2016-06-27 17:24:30 -07:00