Patrick Niklaus
dc26ea2672
Update changelog
2017-03-29 22:08:39 +00:00
Michael Krasnyk
af94b3aebf
Flip source and target coordinates for segments in only backward direction
2017-03-29 22:06:34 +00:00
Michael Krasnyk
fd1d8052ac
Fix unnecessary duplication of backward segments for non-split edges
...
for edges with the split flag false and in_backward_direction true
if in_forward_direction is also true backward segments can be incorrectly duplicated
2017-03-29 22:06:22 +00:00
Kajari Ghosh
3b0b896501
throw errors after every write stream ( #3843 )
2017-03-21 13:43:48 -07:00
Patrick Niklaus
cc0c28f366
Fix formating for cherry-picked commit
2017-03-09 12:05:01 +00:00
Michael Krasnyk
66cc99703c
Compute correct speed values in tile plugin
2017-03-09 11:49:10 +00:00
Patrick Niklaus
f7fbca3e5e
Update changelog
2017-03-03 17:27:28 +00:00
Patrick Niklaus
9695eaa28a
Fix tile datasize check
2017-03-03 16:03:47 +00:00
Patrick Niklaus
0d7546a510
Only allow restricted access for road of certain highway type
2017-03-03 16:03:36 +00:00
Michael Krasnyk
9dc8136240
Fix incorrect forward datasources getter in facade
2017-03-03 10:52:53 +00:00
Patrick Niklaus
a02a83f8bd
Other flakey test
2017-03-02 15:24:38 +00:00
Patrick Niklaus
9b18f55d29
Update changelog
2017-03-02 15:00:49 +00:00
Patrick Niklaus
a3434e7ae9
Mark test as flaky and track in own issue.
2017-03-02 14:59:10 +00:00
Patrick Niklaus
64b15028e4
Print 0 rate
2017-03-02 14:58:14 +00:00
karenzshea
d8e466fdaa
simplify test, add intersection turn test
2017-03-02 14:58:01 +00:00
karenzshea
43bbe8f2ae
add restricted penalty on NoTurn turns
2017-03-02 14:57:49 +00:00
karenzshea
b5c10b1fbf
clamp speed value to js max
2017-02-22 16:13:01 +00:00
Daniel J. Hofmann
57d93fc5dc
Updates TBB to latest stable version for 5.6 release
2017-02-20 13:55:42 +00:00
karenzshea
3aba2bc2d0
expose data about turning onto restricted roads to turn function
2017-02-20 13:55:19 +00:00
Daniel J. Hofmann
c42478f0ee
Updates sol2 to v2.15.8, resolves #3733
2017-02-20 10:14:17 +00:00
Moritz Kobitzsch
ea583a77ff
reduce verbosity of use-lane in combination with lane-anticipation
2017-02-15 21:57:58 +00:00
Kajari Ghosh
dd999e112e
Update http.md
...
Clarify where optional rotary properties will be added
2017-02-15 21:56:30 +00:00
Daniel Patterson
69c54bef72
Allow routing on toll roads by default ( #3712 )
2017-02-14 20:02:15 -08:00
karenzshea
cfee0f1109
add unit test for annotations=true returning all annotations
2017-02-13 18:11:47 +00:00
karenzshea
c7ce758e1c
parse parameters.annotations into AnnotationsType::All
2017-02-13 18:11:03 +00:00
Karen Shea
3ac4fb5933
add error logging for missing osrm file to library tests ( #3704 )
2017-02-13 17:22:42 +00:00
karenzshea
2afe5e971b
use qi - parser to work with 0 speed file lines
2017-02-13 17:22:42 +00:00
karenzshea
519b744502
clang format
2017-02-13 17:22:42 +00:00
karenzshea
d3c2ac671f
round speed to 1 decimal place
2017-02-13 17:22:42 +00:00
karenzshea
07a1a907f8
add unit test to check that speeds are equal to distance/duration
2017-02-13 17:22:42 +00:00
karenzshea
062cae82a0
return speed annotations
2017-02-13 17:22:42 +00:00
Quinn Chrzan
316c7781a3
Unit testing docs ( #3698 )
...
* Updating library-tests and associated documentation to be more informative
* Fixing heading markup for updated unit testing docs
2017-02-13 17:22:42 +00:00
Karen Shea
e11bcfece5
Update http.md
2017-02-13 17:22:42 +00:00
Moritz Kobitzsch
cb8dee3e60
comments
2017-02-13 17:22:42 +00:00
Moritz Kobitzsch
a1abe71d9f
fix handling none-tags in presence of multiple turns within
2017-02-13 17:22:42 +00:00
Moritz Kobitzsch
d54c837e51
add failing test
2017-02-13 17:22:42 +00:00
Patrick Niklaus
106d17541d
Fix side road penalties and add test
2017-02-13 17:22:42 +00:00
Michael Krasnyk
ad29b237e3
make annotations={true|false|(values)+} grammar
2017-02-13 17:22:42 +00:00
Patrick Niklaus
febefb4684
Enable 5.6 travis builds
2017-02-10 14:40:33 +00:00
Patrick Niklaus
d28713b845
Make rate support code a little bit more obvious
2017-02-10 14:27:28 +00:00
Patrick Niklaus
2e6428e917
Fix HOV lane support with penalties
2017-02-10 14:27:28 +00:00
karenzshea
1f3a8d4538
remove units from rate columns in routability testing
2017-02-10 14:27:28 +00:00
karenzshea
140f1ad923
convert speed to meters per second when used to set rate
2017-02-10 14:27:28 +00:00
karenzshea
1c25070572
provide rate and weight headers for checking in routability tests
2017-02-10 14:27:28 +00:00
karenzshea
24fe881d03
hov_penalty, use min penalty rather than aggregate
2017-02-10 14:27:28 +00:00
karenzshea
25ab51f4f0
remove calls to handlers now in handle_penalties
2017-02-10 14:27:28 +00:00
karenzshea
46f96af360
fix merge conflicts
2017-02-10 14:27:28 +00:00
Michael Krasnyk
ce685da92c
use weight_multiplier to convert fallback durations to weights
2017-02-10 13:24:01 +00:00
Kajari Ghosh
2218658969
Trip with Fixed Start and End points (TFSE) ( #3408 )
...
* fixed start and end trip feature to trip service
2017-02-10 05:13:20 -05:00
Michael Krasnyk
3e2db47cc8
cleanup in facade GetUncompressed members
2017-02-10 09:22:24 +00:00