• Joined on 2023-02-08
glax pushed to master at glax/OSMServer 2023-04-23 15:07:30 +02:00
ec6725a5c5 Removed unnecessary factors
886ccaa8dc removed nodeAngleFactor
af1d9baf4f Testsetup for cariable testing
e2332847cd Adjust priority in weight calculation with factor.
dca4d56866 Keep searching for the same amount of time already search to get shorter path.
Compare 29 commits »
glax pushed to master at glax/OSMServer 2023-04-21 13:49:52 +02:00
95c0088b73 Added function to mass-test the heuristic variables.
cd3905915b Cleanup
dd37430761 Moved RoadPriority Function to RegionManager
42e915ee05 Added distance and duration to PathResult.
7d769a064f Parallel reading of regionfiles.
Compare 16 commits »
glax pushed to master at glax/OSMServer 2023-04-20 19:41:49 +02:00
b87d8a0300 Changed calls to new backend.
23429c8a00 Renderer now renders 3 different layers over each other: Area (Regions), gScore-Weights (as blobs) and PathResult path.
946fa0206b Made Pathfinder non-static to enable field-usage in other methods/classes.
5a1dce9883 PathResult now only includes Path and calcTime.
Compare 4 commits »
glax pushed to master at glax/Gamakay-ISO-layout 2023-04-20 16:50:39 +02:00
8a723bd411 Update 'README.md'
glax pushed to master at glax/Gamakay-ISO-layout 2023-04-20 16:49:46 +02:00
45f6a23bb7 update readme with heading
glax pushed to master at glax/Gamakay-ISO-layout 2023-04-20 16:48:18 +02:00
6271c1d17b Changed keybinds
glax pushed to master at glax/OSMServer 2023-04-19 22:55:57 +02:00
619cad61ee Adjusted to new Functions and return values.
bfb117164e Added Area-render (Renders all loaded nodes and edges)
208c000577 Changed values for heuristic and weight functions, as well as increased priority for type1-roads (motorways).
5212e43897 Add regionManager to PathResult for internal use
6fb88b5c9c Include RegionManager in result for internal use
Compare 6 commits »
glax pushed to master at glax/Gamakay-ISO-layout 2023-04-19 21:06:29 +02:00
3ac23e6660 table
glax pushed to master at glax/Gamakay-ISO-layout 2023-04-19 21:05:29 +02:00
f2a7ec187c table
glax pushed to master at glax/Gamakay-ISO-layout 2023-04-19 21:00:30 +02:00
a7803ebe83 added readme
glax created branch master in glax/Gamakay-ISO-layout 2023-04-19 20:56:02 +02:00
glax pushed to master at glax/Gamakay-ISO-layout 2023-04-19 20:56:02 +02:00
252d5f94ba initial
glax created repository glax/Gamakay-ISO-layout 2023-04-19 20:55:20 +02:00
glax pushed to master at glax/OSMServer 2023-04-13 19:18:31 +02:00
055a751c9d Save Pathfinding result to file.
glax pushed to master at glax/OSMServer 2023-04-13 01:13:11 +02:00
08ebc9a26b Changed some display values
d35aab9c39 More logging
08e3da6fe3 Render result to png after every routing
367e9cfde0 Removed API
a70284aa87 Added visualization to confirm paths
Compare 7 commits »
glax pushed to master at glax/OSMServer 2023-04-11 01:04:21 +02:00
308579279b Working. Weight calculation is still wonky, as well as heuristic needing tuning.
2131ac4afe Still requires tuning
428fcb9bf8 fixed return type for tagtypes name, tagref
6b496957d7 Fixes for oneway-change
874d60992e Try improving priority
Compare 10 commits »
glax pushed to master at glax/OSMServer 2023-04-09 20:41:37 +02:00
c238a9eed3 Implemented "smart" routing through priority:
932465a564 changed some speeds
a0d2284e45 whitespace
6938c86ce2 moved to correct namespacefolder
6e836db79b changed speeds and return type to byte
Compare 7 commits »
glax pushed to master at glax/OSMServer 2023-04-09 18:27:57 +02:00
0f53ae579c Made speedtype any generic.
d8f8a41dcc Renamed PathNode distance and weight to include "delta".
Compare 2 commits »
glax pushed to master at glax/OSMServer 2023-04-09 17:47:50 +02:00
6eab23ff16 bug: forgot to exchange from distance to weight during copy & paste
206f9c5811 Added weight and distance delta to pathnode
e0bb3ce3de Added Method for path-return (returns the path from current graph).
2904be84f0 changed NONE speeds
13beaeaf73 removed old method, changed some speeds
Compare 17 commits »
glax pushed to master at glax/OSMServer 2023-04-06 14:46:23 +02:00
fe0ccd0fca working
dfc9ffeb2c CustomAStar now returns ValueTuple with calctime and path as result
9c53c67763 Added /getClosestNode lat lon API
f266c6c7e6 ClosestNode no longer requires Region parameter, because regionmanager is passed.
8813023cd6 Created seperate PathNode class for Json Serialization
Compare 5 commits »