Patrick Niklaus
4d8a9c7262
Bump osrm version
2016-04-03 01:08:08 +02:00
Patrick Niklaus
5de5dd0906
Update changelog to 5.0.0 RC1
2016-04-03 01:07:32 +02:00
Daniel Patterson
4293997406
Exclude new node_modules folder that might be around if test cases have been run.
2016-04-01 23:59:12 +02:00
Daniel J. Hofmann
ef0ef90a19
Initial libosrm API docs
2016-04-01 23:59:12 +02:00
Daniel Patterson
b95faabefb
Remove leftover debug output.
2016-04-01 12:41:19 -07:00
Daniel Patterson
7f1f044fa0
Fix context returned in JSON error (had null bytes).
...
Update status test cases to match new API.
2016-04-01 10:42:49 -07:00
Moritz Kobitzsch
7f7d7816e5
fix duration of direct connection
2016-04-01 18:15:11 +02:00
Moritz Kobitzsch
144536a09d
fix cucumber tests and issues
2016-04-01 17:13:13 +02:00
Daniel Patterson
6a4abfffda
Add missing arrival instruction.
2016-03-31 18:37:08 -07:00
Lauren Budorick
0084f54f0d
Add arrival instruction
2016-03-31 17:46:27 -07:00
Daniel Patterson
34337ec3c9
Add missing arrival instruction.
2016-03-31 17:30:47 -07:00
Daniel Patterson
83134c4cbd
Add missing arrival instruction.
2016-03-31 17:28:30 -07:00
Daniel Patterson
909d341eb8
Add missing arrival instruction.
2016-03-31 17:27:30 -07:00
Daniel Patterson
a5de5451f8
Add missing arrival instruction.
2016-03-31 17:25:37 -07:00
Daniel Patterson
93dd806913
Add missing arrival instruction. This test was incorrect.
2016-03-31 17:23:43 -07:00
Lauren Budorick
cab023726c
Add missing arrival instructions
2016-03-31 17:23:12 -07:00
Daniel Patterson
c75c22e652
Add missing arrive instruction.
2016-03-31 17:20:43 -07:00
Daniel Patterson
c7c46d3ff6
Add missing arrive instruction.
2016-03-31 17:20:03 -07:00
Daniel Patterson
55c6bc49d4
Add missing arrive instruction.
2016-03-31 17:17:34 -07:00
Daniel Patterson
6a72e61497
Add missing arrive instruction.
2016-03-31 17:15:56 -07:00
Daniel Patterson
a5cdb85d79
Add missing arrive instruction to distance feature.
2016-03-31 17:13:58 -07:00
Daniel Patterson
f32a21b02c
Fix missing arrive instruction on bearing tests.
2016-03-31 17:08:55 -07:00
Daniel Patterson
0a12aab97b
Add missing arrive instructions to time tests.
2016-03-31 16:56:50 -07:00
Lauren Budorick
52af0a615d
start updating testbot fixtures (TODO: the rest)
2016-03-31 16:48:06 -07:00
Lauren Budorick
964c002b47
Update raster features to reflect not cutting off arrive instruction
2016-03-31 16:46:47 -07:00
Lauren Budorick
d3dea9439a
Update foot features to reflect not cutting off arrive instruction
2016-03-31 16:45:03 -07:00
Lauren Budorick
5de8f57549
Update car features to reflect not cutting off arrival instruction
2016-03-31 16:39:31 -07:00
Patrick Niklaus
da525eb8dc
Fix code of InternalError
2016-04-01 01:30:40 +02:00
Patrick Niklaus
6e2b4d3cc3
Fix some via tests
2016-04-01 01:30:40 +02:00
Daniel Patterson
0a06641c2c
Fix bearing param tests. Have not yet fixed the cause of the two failing cases.
2016-03-31 16:29:12 -07:00
Lauren Budorick
9eda7d3845
Update bicycle tests to reflect not cutting off arrive step
2016-03-31 16:25:08 -07:00
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