Commit Graph

5277 Commits

Author SHA1 Message Date
Daniel Patterson
f87a13f5cf Adjust threshold when trimming steps (needs to be bigger).
Also, when trimming the last step, we need to copy name values from the new next-to-last step, otherwise
we can still end up with an arrive step on a different road to the last maneuver.
2016-03-31 16:09:12 -07:00
Patrick Niklaus
b52c8819f5 Fix some of the accidental forced loops in viaroute 2016-04-01 00:19:35 +02:00
Patrick Niklaus
af57742307 Remove unused detach parameter 2016-04-01 00:19:35 +02:00
Daniel Patterson
9859808d03 Add 'arrive' step to route descriptions. 2016-03-31 14:32:00 -07:00
Daniel Patterson
1f18dc300f Colorize test result diff output. 2016-03-31 13:29:41 -07:00
Lauren Budorick
23d41d584b unbreak the zombiekilling 2016-03-31 13:27:29 -07:00
Lauren Budorick
335be174d2 Fix routability now that we don't chop off a step 2016-03-31 13:21:14 -07:00
Patrick Niklaus
b3aca211d6 Remove arrive filter 2016-03-31 22:03:31 +02:00
Patrick Niklaus
d1b9c09c23 Remove leftover hello_world and timestamp plugins 2016-03-31 21:35:48 +02:00
Patrick Niklaus
fad3fc116e There is no timestamp service anymore 2016-03-31 21:35:48 +02:00
Lauren Budorick
eeefb24a8e Remove one more compass column; update polyline encoding tests 2016-03-31 12:33:48 -07:00
Patrick Niklaus
dfce2a64f4 .json hotfix 2016-03-31 21:32:44 +02:00
Patrick Niklaus
2a103c4362 Fix mathematical assumptions in StaticRTree
StaticRTree now uses projected coordinates internally. That means we can
use a euclidean distance measure (squared distance) for sorting the
query queue.
2016-03-31 19:03:57 +02:00
Moritz Kobitzsch
76d64f27cc fix same segment routes 2016-03-31 18:58:52 +02:00
Moritz Kobitzsch
3d9f1e5c66 Removed debug code 2016-03-31 18:58:52 +02:00
Moritz Kobitzsch
c7b0e5abc3 correctly handle roundabouts in a wide set of special cases 2016-03-31 18:58:52 +02:00
Daniel J. Hofmann
166aebbff4 Removes server-side support for POST requests. 2016-03-31 18:58:52 +02:00
Lauren Budorick
6ec5622ec5 Rm unnecessary io.write 2016-03-31 18:58:52 +02:00
Lauren Budorick
c36e8cc9ea Fix raster_source + tests 2016-03-31 18:58:52 +02:00
Lauren Budorick
7f3f98a264 return geometry from new API 2016-03-31 18:58:52 +02:00
Lauren Budorick
4fd68e3970 Fix route/bearing param 2016-03-31 18:58:52 +02:00
Lauren Budorick
94d3340d63 Fix double shutdown 2016-03-31 18:58:52 +02:00
Lauren Budorick
ee96cbfd00 Fix alternatives option test, chdirs on fail, spacing 2016-03-31 18:58:52 +02:00
Lauren Budorick
edb4b1366f Update pushing test to reflect better guidance 2016-03-31 18:58:52 +02:00
Patrick Niklaus
f29e92c776 Move osrm-components to BUILD_COMPONENTS flag 2016-03-31 18:58:52 +02:00
Patrick Niklaus
888f2e10e3 Fix staticrtree benchmark 2016-03-31 18:58:52 +02:00
Lauren Budorick
28a8079eef Fix trips + matchLocation 2016-03-31 18:58:52 +02:00
Jeff Miccolis
c630128281 make eslint happy 2016-03-31 18:58:52 +02:00
Jeff Miccolis
990ed90a2d Fix timestamp handling, restores testbot/matching test 2016-03-31 18:58:52 +02:00
Lauren Budorick
467d93ffff Status fixes 2016-03-31 18:58:52 +02:00
Lauren Budorick
d4e2b5a3b8 Distance matrix fixes 2016-03-31 18:58:52 +02:00
Lauren Budorick
e9369293dc rm console.log my bad 2016-03-31 18:58:52 +02:00
Lauren Budorick
e94384a5d9 Fix guidance/roundabout spacing 2016-03-31 18:58:52 +02:00
Lauren Budorick
d820ef0796 enter_roundabout -> roundabout-exit (these are still off by one @mokob ?) 2016-03-31 18:58:52 +02:00
karenzshea
b61beee95c parse for the right nearest output coordinate 2016-03-31 18:58:52 +02:00
Jeff Miccolis
dcb7651f40 Fix testbot turns 2016-03-31 18:58:52 +02:00
karenzshea
c6c7e1a478 console error which files are missing for osrm-routed 2016-03-31 18:58:52 +02:00
Jeff Miccolis
909be09ebf Matrix times are on seconds now. Removing POST matrix tests 2016-03-31 18:58:52 +02:00
Lauren Budorick
de2205cac7 head/destination -> depart/arrive to reflect guidance API changes; minor fixes for roundabout tests 2016-03-31 18:58:52 +02:00
karenzshea
73050c0503 update osrm-routed options menu 2016-03-31 18:58:52 +02:00
Jeff Miccolis
f54419d4dd Return first alternative in tests 2016-03-31 18:58:52 +02:00
Jeff Miccolis
99c8c4e7cb Remove compass direction test handling 2016-03-31 18:58:52 +02:00
Lauren Budorick
78bcaada6b #2155 is fixed 2016-03-31 18:58:52 +02:00
Jeff Miccolis
ee12704133 eslinting 2016-03-31 18:58:52 +02:00
Jeff Miccolis
848b3815bd Update alternatives flag 2016-03-31 18:58:52 +02:00
Jeff Miccolis
0fcdb4b8e6 test query params are an object 2016-03-31 18:58:52 +02:00
Jeff Miccolis
88a1a69c1b Removing unneeded stopgap 2016-03-31 18:58:52 +02:00
Jeff Miccolis
222d06850c Allow for different rounding in car-maxspeed fixture 2016-03-31 18:58:52 +02:00
Jeff Miccolis
a2612a1ebe Add stopgap for https://github.com/Project-OSRM/osrm-backend/pull/2159 2016-03-31 18:58:52 +02:00
Lauren Budorick
598c78200f Mode changes, guidance comments, fix turns 2016-03-31 18:58:52 +02:00