Moritz Kobitzsch
1c1bfd7541
Fix routing when start and target are on the same segment
...
Fixes issue #1864 . Given the simple set-up:
a --> b --> c
^-----------|
This would translate into an edge based graph (ab) -> (bc),
(bc) -> (ca), (ca) -> (ab).
Starting at the end of the one-way street (ab) and going to
the beginning, the query has to find a self-loop within the
graph (ab) -> (bc) -> (ca) -> (ab), as both nodes map to the
same segment (ab).
2016-01-19 23:26:19 +01:00
..
2015-11-30 12:37:58 -08:00
2015-09-23 15:54:23 +02:00
2014-10-13 10:58:03 +02:00
2014-10-13 10:58:03 +02:00
2015-12-09 21:17:18 +01:00
2014-10-13 10:58:03 +02:00
2014-04-01 14:56:25 +02:00
2015-08-25 00:06:57 +02:00
2014-10-13 10:58:03 +02:00
2016-01-19 23:26:19 +01:00
2014-11-17 14:58:34 +01:00
2013-08-29 19:29:13 +02:00
2014-04-01 15:30:55 +02:00
2014-10-13 10:58:03 +02:00
2015-05-10 20:09:09 +02:00
2014-04-01 14:56:25 +02:00
2014-10-13 10:58:03 +02:00
2014-10-16 15:58:58 +02:00
2014-04-01 15:30:55 +02:00
2014-10-14 15:35:14 +02:00
2015-06-18 00:18:54 +02:00
2015-12-09 21:17:18 +01:00
2015-09-03 17:02:34 +02:00
2014-04-01 14:56:25 +02:00
2015-08-12 13:02:18 +02:00
2014-10-15 11:33:43 +02:00
2014-04-25 15:24:18 +02:00
2014-10-13 10:58:03 +02:00
2013-09-05 20:00:42 +02:00
2014-10-13 10:58:03 +02:00
2014-10-13 10:58:03 +02:00
2015-12-09 23:37:05 +01:00
2014-10-13 10:58:03 +02:00
2014-05-20 15:40:14 +02:00
2014-04-01 15:30:55 +02:00
2015-12-16 22:51:01 +01:00
2014-04-25 15:24:18 +02:00
2015-12-18 18:18:48 +01:00
2014-10-13 10:58:03 +02:00
2016-01-19 17:36:29 +01:00
2014-10-13 10:58:03 +02:00
2014-10-13 10:58:03 +02:00
2016-01-15 19:56:39 +01:00
2016-01-19 23:26:19 +01:00