Moritz Kobitzsch
|
88208bfa5d
|
add testscases for mode changes / additional assertions
|
2016-11-09 12:55:28 +01:00 |
|
Moritz Kobitzsch
|
7073403f1b
|
rip out dedicated file for single function (minor refactor)
|
2016-11-09 12:52:39 +01:00 |
|
Michael Krasnyk
|
2501882adb
|
Remove duplicated linking of boost and tbb libraries
|
2016-11-09 12:44:49 +01:00 |
|
Michael Krasnyk
|
4f2bb19b0f
|
Use single precision values in vector<float> initializer list (#3270)
|
2016-11-08 21:06:55 -08:00 |
|
Daniel Patterson
|
d0543e6c3b
|
Changelog fix.
|
2016-11-08 14:38:15 -08:00 |
|
Daniel Patterson
|
cef53c4b56
|
Fix key/val offset bug.
|
2016-11-08 11:45:28 -08:00 |
|
Daniel Patterson
|
481b03baeb
|
Review changes.
|
2016-11-08 11:45:28 -08:00 |
|
Daniel Patterson
|
f96e61ee06
|
Construct adjacency list and properly traverse it.
|
2016-11-08 11:45:28 -08:00 |
|
Daniel Patterson
|
d21c8e3800
|
Add simple check for number of turns found in the tile.
|
2016-11-08 11:45:28 -08:00 |
|
Daniel Patterson
|
af7960a796
|
Fix buffering of query box - it was shrinking in the Y axis, rather than growing.
|
2016-11-08 11:45:28 -08:00 |
|
Daniel Patterson
|
4c6d6aeaa7
|
Fix retrieval of forward/reverse data.
|
2016-11-08 11:45:27 -08:00 |
|
Daniel J. Hofmann
|
ef2261661c
|
Remove {highway: type} fallback from bike / walk profile, fixes #3231
References:
- https://github.com/Project-OSRM/osrm-text-instructions/issues/62#issuecomment-257889721
- https://github.com/Project-OSRM/osrm-text-instructions/pull/63
|
2016-11-08 14:28:56 +01:00 |
|
Moritz Kobitzsch
|
9c11f4231c
|
add locations feature to allow testing turn locations, fix minor bug breaking the arrival location
|
2016-11-08 13:42:15 +01:00 |
|
Moritz Kobitzsch
|
837ab105ad
|
fix error in ordering arguments for requiresNameAnnounced versions
|
2016-11-08 12:14:23 +01:00 |
|
Daniel J. Hofmann
|
6ac9617d49
|
Adapt test to returning ref, Take Pronunciation into Account, Fixes name change heuristic usage in UTurn check
|
2016-11-08 12:14:23 +01:00 |
|
Moritz Kobitzsch
|
ccdebccde1
|
adjust sliproad handler for empty-name check, illustrate testcase
|
2016-11-08 12:14:23 +01:00 |
|
Daniel J. Hofmann
|
c1651ccb12
|
Uses Name Change Heuristic Instead of Comparing Name Ids
References:
- https://github.com/Project-OSRM/osrm-backend/issues/2857
- https://github.com/Project-OSRM/osrm-backend/pull/2900
- https://github.com/Project-OSRM/osrm-backend/issues/2909
|
2016-11-08 12:14:23 +01:00 |
|
Kajari Ghosh
|
f33180f092
|
request polyline with precision of 5 or 6 positions (#3220)
|
2016-11-07 15:11:21 -05:00 |
|
Moritz Kobitzsch
|
1b03b8df6d
|
raising timeout limit for cucumber on clang
|
2016-11-07 18:29:49 +01:00 |
|
Moritz Kobitzsch
|
3eeb3cb6c6
|
fix collapsing of roundabout instructions
|
2016-11-07 17:16:44 +01:00 |
|
Michael Krasnyk
|
3e18e31bc9
|
Added percent-encoding to URL parser
Reference:
https://tools.ietf.org/html/rfc1738
|
2016-11-07 14:16:51 +01:00 |
|
Moritz Kobitzsch
|
2fb40944bf
|
pull in intersection finder accumulator
|
2016-11-04 13:28:09 +01:00 |
|
Michael Krasnyk
|
b108d8ea21
|
Use explicit std::function for to_lane_count instead of auto
|
2016-11-04 10:46:24 +00:00 |
|
kerrick-lyft
|
79917d2c8e
|
Fix typo: Ẁaypoint -> Waypoint
|
2016-11-03 21:25:10 +00:00 |
|
Daniel J. Hofmann
|
d2cd4fac2d
|
Fixes Always-Zero Lane Count Introduced in #3237
|
2016-11-03 15:52:18 +01:00 |
|
Moritz Kobitzsch
|
cd03877c90
|
link ConnectedRoad and TurnOperation via class hierarchy
and empower intersection by adding basic functionality to pod type
refactor extractor/toolkit into intersection
|
2016-11-03 13:42:29 +01:00 |
|
Moritz Kobitzsch
|
388d84a89e
|
check for compatibility in post-processing (#3227)
|
2016-11-02 16:59:35 -06:00 |
|
Michael Krasnyk
|
9d24a4422a
|
FindOsmium invoke is required for MSVC build dependencies
The commit is aprtial revert of
87d09f7 | * make adjustments based on PR review from @themarex
because osmium requires ws2_32
|
2016-11-02 18:40:17 +00:00 |
|
Patrick Niklaus
|
9693f9269b
|
Add regression test
|
2016-11-02 17:52:41 +00:00 |
|
Patrick Niklaus
|
08a5648e3e
|
Use coorect osm ids for start/target segment
|
2016-11-02 17:52:41 +00:00 |
|
Daniel J. Hofmann
|
ccf5552406
|
Fixes Cucumber's Unknown Node Error Reporting
Before: `unknown node %s`
After: `unknown node t`
https://nodejs.org/api/util.html#util_util_format_format_args
|
2016-11-02 16:46:51 +00:00 |
|
Patrick Niklaus
|
b749d9bd2f
|
Address PR comments
|
2016-11-02 16:45:20 +00:00 |
|
Patrick Niklaus
|
d342a18324
|
Add regression test
|
2016-11-02 16:45:20 +00:00 |
|
Patrick Niklaus
|
8f00936790
|
Fix non-overlap logic for simplified geometries.
|
2016-11-02 16:45:20 +00:00 |
|
Moritz Kobitzsch
|
8a3aec301a
|
add a segment on turn restrictions to the cucumber guide
|
2016-11-02 16:06:37 +01:00 |
|
Moritz Kobitzsch
|
faa5185440
|
add node-based-graph traversal capabilities
|
2016-11-02 15:38:09 +01:00 |
|
Moritz Kobitzsch
|
4ba8ccfcce
|
add a geojson debugger that allows creating features for easy inspection
|
2016-11-02 14:54:00 +01:00 |
|
Kajari Ghosh
|
c30f43b148
|
added max_speed to the profiles (#3089)
|
2016-11-01 17:13:10 -04:00 |
|
Denis Koronchik
|
5da63998d6
|
Add support of custom ServiceHandler
|
2016-10-31 15:38:03 +01:00 |
|
Kajari Ghosh
|
6fc0609a62
|
Map matching test coverage fix (#3201)
* fixed map matching test coverage
|
2016-10-29 11:22:09 -04:00 |
|
Patrick Niklaus
|
f02b7b0910
|
[skip ci] Fix formating using format.sh
|
2016-10-28 14:45:05 -07:00 |
|
Dane Springmeyer
|
9435254661
|
Merge pull request #3119 from Project-OSRM/masonize
Masonize
|
2016-10-28 13:39:37 -07:00 |
|
Dane Springmeyer
|
de14a72931
|
adjust example build setup to new mason location
|
2016-10-28 12:48:20 -07:00 |
|
Michael Krasnyk
|
164f4ffc32
|
Updated cmake version to 3.7.0-rc2
|
2016-10-28 12:42:36 -07:00 |
|
Michael Krasnyk
|
b5c77de923
|
Fix msvc linking of boost libraries
|
2016-10-28 12:42:36 -07:00 |
|
Dane Springmeyer
|
6067fdf27f
|
tell mason.cmake where the mason command is
|
2016-10-28 12:34:34 -07:00 |
|
Dane Springmeyer
|
f39eb999e5
|
Merge commit 'a34a885031fcb1797621e8968497561a4837e06a' as 'third_party/mason'
|
2016-10-28 12:21:21 -07:00 |
|
Dane Springmeyer
|
a34a885031
|
Squashed 'third_party/mason/' content from commit 1b3085e
git-subtree-dir: third_party/mason
git-subtree-split: 1b3085e812b08ef092ba43945e3ab9f802632280
|
2016-10-28 12:21:21 -07:00 |
|
Dane Springmeyer
|
87d09f78e6
|
make adjustments based on PR review from @themarex
|
2016-10-28 12:18:13 -07:00 |
|
Dane Springmeyer
|
83b7d75121
|
Add support for building against mason-provided deps
|
2016-10-27 23:26:33 -07:00 |
|