Michael Krasnyk
|
c1ac2bd6cd
|
Make distance_between_roads symmetrical
|
2018-01-02 21:16:03 +01:00 |
|
Michael Krasnyk
|
e6eb86e5cf
|
Still use low precision bearings
|
2018-01-02 21:16:03 +01:00 |
|
Michael Krasnyk
|
6e6f53cfb2
|
Add low precision intersection views back
|
2018-01-02 21:16:02 +01:00 |
|
Michael Krasnyk
|
fb4170af25
|
Adjust to review findings
|
2018-01-02 21:16:02 +01:00 |
|
Michael Krasnyk
|
8c87ca735a
|
Remove handling of U-turns on motorways
|
2018-01-02 21:16:02 +01:00 |
|
Michael Krasnyk
|
74b0b64b8d
|
Move roads re-ordering to convertToIntersectionView
|
2018-01-02 21:16:02 +01:00 |
|
Michael Krasnyk
|
dcbc40cf55
|
Remove IntersectionGenerator
|
2018-01-02 20:58:43 +01:00 |
|
Michael Krasnyk
|
2abcad0afd
|
Remove GetConnectedRoads from IntersectionGenerator
|
2018-01-02 20:44:29 +01:00 |
|
Michael Krasnyk
|
49c2c3f975
|
Remove usage of IntersectionGenerator in EBGF
|
2018-01-02 20:44:29 +01:00 |
|
Michael Krasnyk
|
d959318521
|
Free functions for guidance intersections analysis
|
2018-01-02 20:44:29 +01:00 |
|
Michael Krasnyk
|
a5353c7179
|
Use consistent EBG node weights in duplicated via nodes
|
2018-01-02 14:26:35 +01:00 |
|
Michael Krasnyk
|
3dec680058
|
Remove check unnamed check in sliproad handler
|
2017-12-26 16:18:27 +01:00 |
|
Patrick Niklaus
|
12d1d84b11
|
Add test case for sliproads converted from forks
|
2017-12-26 16:18:27 +01:00 |
|
Patrick Niklaus
|
e45d44cb8e
|
Make sure we only count turns as UTurns for the turn_function
|
2017-12-26 13:28:12 +00:00 |
|
karenzshea
|
9a8ed30e95
|
add assert for untested sliproad cases, removed redundant empty_nameid checks
|
2017-12-11 15:37:56 +00:00 |
|
karenzshea
|
4166b1ebbf
|
check for empty on string_ref, rather than string itself
|
2017-12-11 15:37:56 +00:00 |
|
karenzshea
|
89080fb2b0
|
check for empty name_id before getting data
|
2017-12-11 15:37:56 +00:00 |
|
karenzshea
|
d5232d5f5c
|
check empty name string in roundabout handler
|
2017-12-11 15:37:56 +00:00 |
|
karenzshea
|
24562acd30
|
check empty name string in turn handler
|
2017-12-11 15:37:56 +00:00 |
|
karenzshea
|
8bce061691
|
check empty name string in sliproad handler
|
2017-12-11 15:37:56 +00:00 |
|
karenzshea
|
701c5f853d
|
check empty name string in motorway handler
|
2017-12-11 15:37:56 +00:00 |
|
karenzshea
|
d1e4ba373a
|
check empty string name in mergable road detector
|
2017-12-11 15:37:56 +00:00 |
|
karenzshea
|
8cf8f0d7d6
|
check empty name string in findBasicTurnType
|
2017-12-11 15:37:56 +00:00 |
|
Patrick Niklaus
|
994fae0ef6
|
Fix formating
|
2017-12-05 19:09:06 +00:00 |
|
Patrick Niklaus
|
88ee51ba2e
|
const-correctness
|
2017-12-05 19:09:06 +00:00 |
|
Patrick Niklaus
|
25ee26de3b
|
Refactor segregated intersection classification to right module
|
2017-12-05 19:09:06 +00:00 |
|
vng
|
8fa98ed27d
|
Increase max segregated distances.
|
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
|
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
|
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 |
|
Daniel J. Hofmann
|
9b83649a03
|
Fixes AppVeyor tests
|
2017-11-06 14:38:21 -05:00 |
|
Daniel J. Hofmann
|
aed7bd852d
|
Prints turn types and modifiers as strings
|
2017-11-06 14:38:21 -05:00 |
|
Daniel J. Hofmann
|
c5b48e3506
|
Adds a statistics handler for turn types and modifiers
|
2017-11-06 14:38:21 -05:00 |
|
Kajari Ghosh
|
73f4e1d45a
|
update changelog
|
2017-11-06 13:34:02 -05:00 |
|
Kajari Ghosh
|
cbc96ec492
|
refactor ExtractionTurn and ProcessTurn c++ code
|
2017-11-06 13:34:02 -05:00 |
|
Denis Koronchik
|
0fc6903d7e
|
Fix issue #4585
|
2017-10-25 14:11:33 +02:00 |
|
Moritz Kobitzsch
|
23fd27422b
|
normalise angles only if an improvement
|
2017-10-25 10:17:14 +02:00 |
|
Moritz Kobitzsch
|
910ee0829f
|
make circular detection covered again
|
2017-10-23 09:06:59 +02:00 |
|
Moritz Kobitzsch
|
704cf314d4
|
explicitly check for 90 degree turns / turning onto segregated roads
|
2017-10-23 09:06:59 +02:00 |
|
Moritz Kobitzsch
|
b8651bfac9
|
do not merge segregated highways in if there is actual turns involved
|
2017-10-23 09:06:59 +02:00 |
|
Denis Koronchik
|
895f072425
|
Work on forward/backward ref's support
|
2017-10-19 15:18:25 +01:00 |
|
Michael Krasnyk
|
088d4edc6b
|
Prevent merging of circular-shaped roads
|
2017-10-17 11:27:09 +02:00 |
|
Denis Koronchik
|
4b8daac104
|
Fix formatting
|
2017-10-16 12:15:12 +01:00 |
|
Denis Koronchik
|
4e5f74aebe
|
Fix after merge
|
2017-10-16 12:15:12 +01:00 |
|
Denis Koronchik
|
fc9a89ea8b
|
Support some cases for supperrelations in car.lua
|
2017-10-16 12:15:12 +01:00 |
|
Denis Koronchik
|
832cdbf566
|
Some fixes
|
2017-10-16 12:15:12 +01:00 |
|
Denis Koronchik
|
c42e247d87
|
Work on relation extract refactoring to support recursive relations (superrelations)
|
2017-10-16 12:15:12 +01:00 |
|