osrm-backend/include/engine/plugins
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
..
match.hpp add osrm-routed and node-osrm flags to configure mapmatching radius limit (#4721) 2017-12-20 16:53:43 +05:30
nearest.hpp Add abstraction to change the data facade at compile time 2017-07-17 11:40:55 +00:00
plugin_base.hpp When matching, ignore 'is_startpoint' propert, snap to any edge (#5297) 2018-12-13 17:10:32 -07:00
table.hpp Removed useless include. 2017-08-14 16:18:36 +02:00
tile.hpp Add abstraction to change the data facade at compile time 2017-07-17 11:40:55 +00:00
trip.hpp Add abstraction to change the data facade at compile time 2017-07-17 11:40:55 +00:00
viaroute.hpp Removed useless include. 2017-08-14 16:18:36 +02:00