Moritz Kobitzsch
|
59fbb289b9
|
fix initial maneuvers
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
e82bc20422
|
post processing moved onto route-steps, looses sync with geometry segments
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
1e753e98ce
|
Simplify the timestamp handling
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
39b3cab1da
|
Check all streams
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
87fbfc6475
|
std::string -> boost::filesystem::path
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
cb8bfa027e
|
Only allow to specify the common base path
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
1b1274fd56
|
print -> io.write
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
38db495879
|
Address PR comments
Renamed lua_function_exists and removes unused print function
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
a781c36876
|
Use uturn default from .properties file
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
71c336d9dd
|
Adds .properties file to osrm-extract ouput
This file contains global properties set by the lua
profile, such as enabling uturns at vias and penalties.
This file will be consumed by the server.
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
e10e8910f3
|
Use global uturns parameter.
Instead of previously per-via settings like uturns=true;false;true;; it
now only supports a global setting uturns=true.
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
253496c7ee
|
improves consistency of fork handling
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
30a3ab68c0
|
Make gcc 4.8 happy and disable protected because of lambdas
|
2016-04-05 22:58:32 +02:00 |
|
Daniel Patterson
|
663a7c52c7
|
Properly clip lines so that we don't get crazy coords with long linestrings (relative to tile coords)
|
2016-04-05 22:58:32 +02:00 |
|
Daniel Patterson
|
4e8ccd6f7d
|
Include edge duration information.
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
879ccfc8c2
|
Implement viewport code to fix simplification
This fixes #2083
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
a77574b3d7
|
Add tests for coordinate transformation
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
50738f8ce0
|
Consolidate math functions
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
5c01878542
|
get_name_for_id -> GetNameForID
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
ea93f6f560
|
Simplfy name change announcement
|
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
|
29fff4f51b
|
implements relative position feature based on coordinates
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
4309ccfa02
|
Don't sum up durations of merged steps since we do that in a different place now
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
4e8fe89faa
|
Fix foward/backwad swap
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
8218d5a47e
|
Limit zoomlevel to 18
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
4bbb587280
|
Fix shared memory
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
0f04fe75bd
|
Fixup for last commit
|
2016-04-05 22:58:32 +02:00 |
|
Daniel Patterson
|
11b356e55f
|
Enables the use of multiple segment-speed-files on the osrm-contract
command line, and exposes the file name used for each edge in the debug
tiles.
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
80f008684d
|
Fix ingestion fixed duration values from UnpackPath
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
c9c2d8133c
|
Fix durations in UnpackPath
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
ac9a4d1e0d
|
fixes a broken assertion
|
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
|
c439594403
|
report depart/arrive in addition to waypoint
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
29cf9e05db
|
Only install necessary headers
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
298f68c966
|
Adds the license preamble for all publicly installed eaders, closes #2036
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
0b3289ea37
|
Remove the encoder/decoder dependecy from Hint
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
5f457bff12
|
Rename alternative -> alternatives
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
6c00ccca9a
|
Remove obsolete debug information
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
7e679ab252
|
Just return NoSegment in map matching if all candidates are empty
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
0ca21dbc91
|
Add failing test for map matching of outlier
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
d2590f1078
|
Fix missing capitalization of error codes
|
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 |
|