Moritz Kobitzsch
|
5905708111
|
expose lanes as enums, adjusted for comments
|
2016-06-27 11:12:02 +02:00 |
|
Moritz Kobitzsch
|
5d91b759d1
|
Implement Turn Lane Api
|
2016-06-27 10:07:48 +02:00 |
|
Moritz Kobitzsch
|
efa29edf09
|
basic turn lane handling
|
2016-06-27 10:07:41 +02:00 |
|
Daniel J. Hofmann
|
448f8377fb
|
Sync with Clang38 Format
|
2016-06-02 13:14:33 +02:00 |
|
Daniel J. Hofmann
|
6edc565c01
|
Add destinations API feature
|
2016-06-02 12:00:23 +02:00 |
|
Patrick Niklaus
|
0a53775fb3
|
Expose pronunciation in RouteStep
Uses name:pronunciation by default for cars.
|
2016-06-01 23:17:57 +02:00 |
|
Patrick Niklaus
|
6e16eab6ec
|
Format with clang-format 3.8
|
2016-05-27 21:05:04 +02:00 |
|
Patrick Niklaus
|
d6de2ca71c
|
Really place annotations in RouteLeg and not Route
|
2016-05-27 16:46:28 +02:00 |
|
Daniel Patterson
|
3d03797e53
|
Distinguish between offramps and sliproads.
|
2016-05-26 21:31:04 +02:00 |
|
Michael Krasnyk
|
b5225f07cb
|
Fix #2413 by converting enums to unsigned char constants
|
2016-05-23 18:33:24 +02:00 |
|
Patrick Niklaus
|
95af72c70c
|
Make intersection backwards compatible
For `depart` and `arrive` `step.intersections[0].{bearings|entry}` will have
only one entry.
|
2016-05-19 16:44:31 +02:00 |
|
Moritz Kobitzsch
|
9c8bf820de
|
adjusted to in/out. only emit one of them for depart/arrive
|
2016-05-19 16:44:31 +02:00 |
|
Moritz Kobitzsch
|
4d9aa65e78
|
intersection classes with variable degree of discretization
|
2016-05-19 16:44:31 +02:00 |
|
Moritz Kobitzsch
|
ba074b0116
|
initial version of intersection classification
|
2016-05-19 16:43:46 +02:00 |
|
Moritz Kobitzsch
|
6018fcf490
|
Introduce on_ramp and off_ramp, deprecate ramp
|
2016-05-04 12:09:54 +02:00 |
|
Moritz Kobitzsch
|
1544a08ea2
|
introduce roundabout-turns into instruction set
|
2016-04-27 12:13:42 +02:00 |
|
Moritz Kobitzsch
|
7b32d3184c
|
remove unused instruction types
|
2016-04-25 19:24:59 +02:00 |
|
Patrick Niklaus
|
da6dbd2159
|
Revert "Removes summary from legs property"
This adds the summary back to the RouteLeg, it now depends on if
`steps=true`.
This reverts commit eaf9993dd9 .
|
2016-04-21 22:39:16 +02:00 |
|
karenzshea
|
58c13d2c07
|
remove movable bridge travel mode references
|
2016-04-19 12:59:33 -04:00 |
|
Patrick Niklaus
|
dbd4ecf89b
|
Remove boost::irange
|
2016-04-12 18:11:08 +02:00 |
|
Moritz Kobitzsch
|
f2443c64db
|
adds distinction between rotaries/rounabouts
|
2016-04-05 22:59:14 +02:00 |
|
Daniel J. Hofmann
|
eaf9993dd9
|
Removes summary from legs property
|
2016-04-05 22:59:14 +02:00 |
|
Patrick Niklaus
|
f4cfde719d
|
Round integers to remove fake precision
|
2016-04-05 22:59:14 +02:00 |
|
Moritz Kobitzsch
|
51a4cf5e46
|
syncronize geometry and steps after post-processing
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
2472c5d6a1
|
added list of intersections to the step-maneuver, not in api so far
|
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 |
|
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
|
c439594403
|
report depart/arrive in addition to waypoint
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
7c30ea32bf
|
Runs scripts/format.sh
|
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 |
|
Lauren Budorick
|
e0f009b3b9
|
Fixes for gcc compiling, temporary hacks to remove later
|
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
|
ef1e0e14ec
|
advanced guidance on 5.0
|
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 |
|
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
|
d9d4742130
|
First round of lat,lng -> lng,lat switcheroo
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
fcd7b05900
|
Adapt to feedback in #519
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
f3e72623e9
|
Add viaroute suport for new API
|
2016-04-05 22:58:32 +02:00 |
|