osrm-backend/src/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.cpp When matching, ignore 'is_startpoint' propert, snap to any edge (#5297) 2018-12-13 17:10:32 -07:00
nearest.cpp Add error handling for avoid not implemented 2017-08-21 13:00:12 +02:00
table.cpp Include information on estimates in table response (#5259) 2018-12-11 12:21:57 -05:00
tile.cpp When matching, ignore 'is_startpoint' propert, snap to any edge (#5297) 2018-12-13 17:10:32 -07:00
trip.cpp Calculating durations is unavoidable due to tie-breaking minimums, but we can avoid accumulating distances if they're not requested. 2018-10-30 15:41:06 -07:00
viaroute.cpp Add error handling for avoid not implemented 2017-08-21 13:00:12 +02:00