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 |
|
Patrick Niklaus
|
ba5f0af5a4
|
Minor auto iterator cleanup
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
5e5f72ae57
|
Don't pass down unsnapped coordinates. All information is already there
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
f36037ebf2
|
Fix camMergeTrivially
|
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
|
e00bda37a5
|
Add edge id assertions
|
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
|
90add9f840
|
Moves route assembly into implementation file
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
15752335f4
|
Puts step maneuver handling into implementation file
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
3e4b48e206
|
Removes penalizing move
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
25c685527a
|
Uses static_casts for underlying type in post processing
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
fbabd137c2
|
Fix asymmetry in min/max from using -max
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
6e7cf68164
|
Adapts MakeResponse to not pass vector by pointer
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
b47a532eb4
|
Fixes multi-line comment
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
7c30ea32bf
|
Runs scripts/format.sh
|
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 |
|
Moritz Kobitzsch
|
adb8d0e845
|
starting on conflict resolution
|
2016-04-05 22:58:32 +02:00 |
|
Lauren Budorick
|
e0f009b3b9
|
Fixes for gcc compiling, temporary hacks to remove later
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
f1aa03c360
|
handle segregated roads (merge for turn analysis)
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
2ba417cf9f
|
structural changes, motorway handling
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
d8af074ff6
|
enter and exit roundabout feature - currently not showing turn
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
daf2bbf991
|
migrated out of edge based graph factory
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
6605f293b4
|
relative waypoint locations
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
482e18ccdb
|
handling of roundabouts (simple version)
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
ef1e0e14ec
|
advanced guidance on 5.0
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
33f083b213
|
Fix numerical problems with polyline
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
00d75ece64
|
Return NoMatch
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
58fb633df3
|
Add support for tile plugin
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
36f9366f3f
|
Preliminary integration of the tile plugin
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
70fb12b10e
|
Fixes ownership semantics and forwarding references misplacements in the JSON factory
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
86de53eb9a
|
Passes coordinates by value
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
e1616953db
|
Asserts on unknown TurnInstruction
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
c1dbab50fe
|
Fixes header includes in the JSON factory
|
2016-04-05 22:58:32 +02:00 |
|
Dane Springmeyer
|
b6bb6a92a9
|
fix compile of osrm-components
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
8eb98982f3
|
Fix travel mode passing from profiles up to the API
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
1090339331
|
Fix geometries type in steps
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
51e8318224
|
Fix behaviour of table if sources/destinations arrays are empty
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
0d38a50dba
|
Fuck. this. shit.
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
1bd67943bb
|
Fix stream operator for coordinate
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
9bb31678a6
|
Add euclideanDistance to coordinate_calculation
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
d9d4742130
|
First round of lat,lng -> lng,lat switcheroo
|
2016-04-05 22:58:32 +02:00 |
|