lifo-dijkstraserv/src
Markus Koch 36f4f48287 Fix path intersection algorithm
I forgot that, when splitting a path, I need to also check the newly
generated ("right") segment against all (following) existing path
segments because the original segment is now shrunk to the size of
the new "left" one, and will therefore not intersect every possible
line. (But you still need to keep checking with it because there is
not guarantee that the line we just intersected with was the physi-
cally closest to the starting point, it was just the first in memory.)
2021-02-04 23:36:37 +01:00
..
dijkstragraph.c Fix path intersection algorithm 2021-02-04 23:36:37 +01:00
dijkstragraph.h Fix path intersection algorithm 2021-02-04 23:36:37 +01:00
dijkstrasearch.c Fix walking direction heading for real this time 2020-05-06 14:52:13 +02:00
dijkstrasearch.h Implement HTTP server for requests 2020-05-03 19:59:12 +02:00
dijkstraserv.c Set request limit to 40 characters 2020-05-05 19:40:42 +02:00
dijkstraserv.h Implement HTTP server for requests 2020-05-03 19:59:12 +02:00
geojson.c Add height support 2021-02-04 20:49:45 +01:00
geojson.h Rename dijkstrasearch to dijkstragraph 2020-05-02 17:02:26 +02:00
logging.c Implement GeoJson loader 2020-05-02 16:27:44 +02:00
logging.h Implement GeoJson loader 2020-05-02 16:27:44 +02:00
main.c Add height support 2021-02-04 20:49:45 +01:00