Moritz Kobitzsch
|
1544a08ea2
|
introduce roundabout-turns into instruction set
|
2016-04-27 12:13:42 +02:00 |
|
Moritz Kobitzsch
|
3ac061c546
|
fix guidance issues / improve tests
|
2016-04-26 10:34:39 +02:00 |
|
Moritz Kobitzsch
|
e59a7926a2
|
roundabout for segregated entry roads
|
2016-04-26 01:01:09 +02:00 |
|
Moritz Kobitzsch
|
7b32d3184c
|
remove unused instruction types
|
2016-04-25 19:24:59 +02:00 |
|
Moritz Kobitzsch
|
d770c35245
|
refactor guidance
|
2016-04-25 19:24:59 +02:00 |
|
Moritz Kobitzsch
|
fcbf527ba5
|
refactor of turn analysis into turn handlers
|
2016-04-08 18:14:43 +02:00 |
|
Moritz Kobitzsch
|
fa0a5040e5
|
adding tests for guidance
|
2016-04-08 10:43:22 +02:00 |
|
Moritz Kobitzsch
|
f2443c64db
|
adds distinction between rotaries/rounabouts
|
2016-04-05 22:59:14 +02:00 |
|
Moritz Kobitzsch
|
ef1fb08723
|
fix cucumber tests and issues
|
2016-04-05 22:59:14 +02:00 |
|
Moritz Kobitzsch
|
2219b6507c
|
correctly handle roundabouts in a wide set of special cases
|
2016-04-05 22:59:14 +02:00 |
|
Moritz Kobitzsch
|
253496c7ee
|
improves consistency of fork handling
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
5c01878542
|
get_name_for_id -> GetNameForID
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
7bab34eeda
|
fix division by zero
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
0cc23dec6f
|
restructured to only return valid turns to the outside + cleanup
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
71c0d5253d
|
less new names, forks consider road classes, api clean-up
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
a674028c37
|
implement basic turn handling
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
d7dd6acd9d
|
fix merging of turn instructions
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
b5739cb3d8
|
Include reverse edges again
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
ea93d56ca8
|
Formating and logging changes for turn classification
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
10097a946f
|
Handle case of dead-end edges by inserting an invalid turn
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
eb3f550e26
|
encapsulated into class
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
06aa6dedab
|
improving fork handling on three-way turns
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
f769478abe
|
fix comparison for ramps on three-way turns
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
0c276ac71e
|
fixes roundabout counting
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
9e95d1f1fd
|
fixes assignment for basic turn types / invalid ramp assignment
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
e7ea5f500d
|
Don't pass shared_ptr down to functions
"Don’t pass a smart pointer as a function parameter unless you want to
use or manipulate the smart pointer itself, such as to share or transfer
ownership."
Source:
http://herbsutter.com/2013/06/05/gotw-91-solution-smart-pointer-parameters/
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
aa4b786ab3
|
Hide functional road classification based on tags in implementation file
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
b47a532eb4
|
Fixes multi-line comment
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
bb06e044f5
|
Fix coodinate include and unused warnings
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
01318a08b4
|
start of four way turns
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
119487f1aa
|
improved fork handling
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
911427a361
|
Fix crash on extracting Berlin in guidance
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
58628a4bfc
|
bugfixing/classification
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
b08b360f38
|
Big Restructuring / Cleanup
|
2016-04-05 22:58:32 +02:00 |
|