Commit Graph

7687 Commits

Author SHA1 Message Date
Michael Krasnyk
d5ffbc6a9a
Remove check unnamed check in sliproad handler 2017-12-26 16:21:39 +01:00
Michael Krasnyk
60551d209d
Test for sliproads to roads with empty names 2017-12-26 16:21:34 +01:00
Patrick Niklaus
57be7beb5d
Add test case for sliproads converted from forks 2017-12-26 16:21:29 +01:00
Patrick Niklaus
a8d0c115da Restore original intend of roundabout test
When doing the new Lua version refactor we changed the expectation to
use `continue uturn` instead of making a whole circle in the roundabout
as the original test case. This was only the shortest path since there
was no roundabout penalty.
2017-12-26 13:31:28 +00:00
Patrick Niklaus
d9fcf1ecf7 Make sure we only count turns as UTurns for the turn_function 2017-12-26 13:30:53 +00:00
karenzshea
1967701385 Update Changelog for 5.14.2 2017-12-18 12:05:00 +01:00
Patrick Niklaus
a2cdc063d4 Remove superflous sentinel in DynamicGraph, fixes #4738 2017-12-18 12:01:15 +01:00
Patrick Niklaus
6e06daff15 Remove code for checking the .core file, since we do not create it anymore 2017-12-18 12:00:48 +01:00
karenzshea
2b6bdaf727 add assert for untested sliproad cases, removed redundant empty_nameid checks 2017-12-18 11:54:16 +01:00
karenzshea
2347c0ada7 check for empty on string_ref, rather than string itself 2017-12-18 11:54:09 +01:00
karenzshea
65034612ff check for empty name_id before getting data 2017-12-18 11:53:37 +01:00
karenzshea
bd427e966d access way names through RouteStep in post processing 2017-12-18 11:53:22 +01:00
karenzshea
b777fb1052 check empty name string in roundabout handler 2017-12-18 11:53:10 +01:00
karenzshea
11d491e00f check empty name string in turn collapsing 2017-12-18 11:53:00 +01:00
karenzshea
aa51e8dadd check empty name string in turn handler 2017-12-18 11:52:50 +01:00
karenzshea
83ca62aa09 check empty name string in sliproad handler 2017-12-18 11:52:41 +01:00
karenzshea
a26695c04a check empty name string in motorway handler 2017-12-18 11:52:32 +01:00
karenzshea
4787fe30b7 check empty string name in mergable road detector 2017-12-18 11:52:24 +01:00
karenzshea
fdef3fdfd7 check empty name string in findBasicTurnType 2017-12-18 11:52:12 +01:00
Daniel J. Hofmann
f148810a1c Adds cucumber test for continue not taking ref into account when name is empty 2017-12-18 11:52:00 +01:00
karenzshea
9d5a4be2d9 5.14.2 2017-12-18 11:39:44 +01:00
Michael Krasnyk
5484118d77
Bump version to 5.14.1 2017-11-29 13:28:30 +01:00
Michael Krasnyk
2116cc68ca
Don't use removed alternative paths in filterPackedPathsByCellSharing 2017-11-29 13:21:54 +01:00
Daniel Patterson
531b281b73
Use the correct driving_side property on the arrive step. (#4708)
Use the correct driving_side property on the arrive step.
2017-11-27 13:17:03 -08:00
Daniel J. Hofmann
7137459fb0
Makes MLD default algorithm in example to avoid confusion, see #4702 2017-11-27 12:37:13 -08:00
brian lewis
f57fd4ffc3
Refer to Lua scripting language by its correct name 2017-11-27 12:37:04 -08:00
brian lewis
275f71a7d7
Fix typos in profiles documentation 2017-11-27 12:36:58 -08:00
Daniel Patterson
2c7d1ed48c
Add Macau and Hong Kong to the left-side driving polygon file. 2017-11-27 12:36:48 -08:00
Daniel Patterson
d67cd34edd
Enable building release candidate branch 2017-11-22 12:54:12 -08:00
Daniel Patterson
c8c3a49fb5
Set changelog to 5.14 2017-11-22 12:36:01 -08:00
Daniel Patterson
3ae313d35d
Make 5.14.0-rc.1 2017-11-22 12:35:30 -08:00
Daniel Patterson
9fca6987c9
Update CHANGELOG for 5.14 release prep 2017-11-22 12:34:03 -08:00
Michael Krasnyk
7361558c19 Allow single edge paths in MLD alternatives, #4691 2017-11-21 12:28:44 +01:00
karenzshea
834890cf0b construct extract/contract configs to disable conditional restriction parsing by default 2017-11-20 16:55:17 +00:00
vng
a53794f864 Code review fixes. 2017-11-16 15:08:30 +01:00
vng
8fa98ed27d Increase max segregated distances. 2017-11-16 15:08:30 +01:00
vng
111030864c Use segregated flag as a bit in EdgeBasedNode. 2017-11-16 15:08:30 +01:00
vng
90e361c3dc Use immutable node-based-graph for segregated edges. 2017-11-16 15:08:30 +01:00
vng
32e6ccb037 Code review fixes. 2017-11-16 15:08:30 +01:00
vng
258fcd8626 Fixed test tile test according to new algorithm output. 2017-11-16 15:08:30 +01:00
vng
92c4a228e1 Revert suppressSegregated routing. 2017-11-16 15:08:30 +01:00
vng
9eae1de9bc Fixes for segregated length threshold. 2017-11-16 15:08:30 +01:00
vng
76f793533a Use copressed node-based graph for segregated edges check. 2017-11-16 15:08:30 +01:00
vng
ec7e58e10e Pass edge-based node segregated flag to the post processing routine. 2017-11-16 15:08:30 +01:00
vng
ac5e095d17 Store and pass segregated flag to the data facade. 2017-11-16 15:08:30 +01:00
vng
ee7912f882 Calculating segregated node-based edges. 2017-11-16 15:08:30 +01:00
Denis Koronchik
f460a9f17e Add code to draw segregated nodes in a tile layer 2017-11-16 15:08:30 +01:00
vng
37685dae73 Added segregated test #4273. 2017-11-16 15:08:30 +01:00
Daniel Patterson
5b58445535 Expose driving_side as a property on RouteStep 2017-11-09 10:08:11 -05:00
Michael Krasnyk
5b79640b44 Don't compute new modifier for merge instructions in collapsing 2017-11-08 11:26:47 -05:00