Markus Koch markus
markus deleted tag wip/bound-for from markus/lifo-dijkstraserv 2021-03-13 13:38:36 +01:00
markus pushed to wip/bound-for at markus/lifo-dijkstraserv 2021-03-13 13:38:36 +01:00
724a663a34 wip: bound for refactoring
6ffee116c7 Print cost in search result
e01245cb98 Do not use z-coordinate for speed on TRAINLINE or ACCESS
b12da0e421 Handle possible NULL-pointers for paths when rehashing the route
50c39a52bb Never intersect trainlines
markus opened issue markus/lifo-dijkstraserv#5 2021-03-13 13:12:18 +01:00
Display bound-for info when getting on a train.
markus commented on issue markus/lifo-dijkstraserv#4 2021-03-13 13:12:03 +01:00
Incorrect weight for trainlines / access lines

Bodge-fixed in e01245cb98b3bc4f07fe226df9ea5ac74dabab0b.

markus closed issue markus/lifo-dijkstraserv#4 2021-03-13 13:12:03 +01:00
Incorrect weight for trainlines / access lines
markus pushed to master at markus/lifo-dijkstraserv 2021-03-13 13:07:41 +01:00
6ffee116c7 Print cost in search result
markus pushed to master at markus/lifo-dijkstraserv 2021-03-13 13:06:58 +01:00
e01245cb98 Do not use z-coordinate for speed on TRAINLINE or ACCESS
markus commented on issue markus/lifo-dijkstraserv#3 2021-03-13 12:49:54 +01:00
Crash

Fixed in b12da0e421a16710bb653788f8b1ef00160328c2.

markus closed issue markus/lifo-dijkstraserv#3 2021-03-13 12:49:54 +01:00
Crash
markus opened issue markus/lifo-dijkstraserv#4 2021-03-13 12:49:30 +01:00
Incorrect weight for trainlines / access lines
markus pushed to master at markus/lifo-dijkstraserv 2021-03-13 12:08:51 +01:00
b12da0e421 Handle possible NULL-pointers for paths when rehashing the route
markus commented on issue markus/lifo-dijkstraserv#1 2021-03-13 11:28:11 +01:00
Invalid intersection of trainlines

Fixed in 50c39a52bbbafb38ea6cf3505ca05816af628c20.

markus closed issue markus/lifo-dijkstraserv#1 2021-03-13 11:28:11 +01:00
Invalid intersection of trainlines
markus pushed to master at markus/lifo-dijkstraserv 2021-03-13 11:27:56 +01:00
50c39a52bb Never intersect trainlines
markus deleted branch trainlines from markus/lifo-dijkstraserv 2021-03-13 11:20:19 +01:00
markus pushed to dev at markus/lifomapserver 2021-03-13 10:43:31 +01:00
034bef5e2a scripts: Fix typo
markus pushed to dev at markus/lifomapserver 2021-03-13 10:27:16 +01:00
8c7825d121 scripts: Add script to easily convert the latest map
markus opened issue markus/lifo-dijkstraserv#3 2021-03-12 20:58:14 +01:00
Crash
markus commented on issue markus/lifo-dijkstraserv#1 2021-03-12 20:49:25 +01:00
Invalid intersection of trainlines

Nope, I just literally forgot to exclude intersecting trainlines with each other...

markus commented on issue markus/lifo-dijkstraserv#1 2021-03-12 20:44:40 +01:00
Invalid intersection of trainlines

Hmm might there actually be an invalid "upgrade" of a trainline to an access path due to a bugged intersect/split?