• Joined on 2023-02-08
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 »
glax pushed to master at glax/OSMServer 2023-04-06 02:32:08 +02:00
72b5511c26 better readability
f42e458048 Created GetSpeed method for uniform implementation
3e23635cd1 Serialize Path for API
ed8558049c Added first API.
20d4da9e6f Changed to JsonSerialization to permanently store regions.
Compare 5 commits »
glax pushed to master at glax/OSMServer 2023-04-01 22:03:16 +02:00
e9f1ba2e73 removed Dotsettings
5fe0acf0b4 Removed .idea
Compare 2 commits »
glax pushed to master at glax/OSMServer 2023-04-01 22:01:22 +02:00
29189c5d8d Removed dead files
glax pushed to master at glax/OSMServer 2023-04-01 18:28:36 +02:00
7f06a6f880 working!
8dd63411ea Changed some speedvalues for cars and pedestrians (to allow use of mis-qualified roads)
8f9f6f630e stop within 10 meters of goal
Compare 3 commits »
glax pushed to master at glax/OSMServer 2023-04-01 18:10:33 +02:00
2c5ab070a2 working
4600105b0b Changed ClosestNodeToCoordinates to include only nodes that have connections for appropriate SpeedType (e.g. roads for cars, footways for pedestrians)
0f0f4182ac Region Size 0.025f
5ebe843048 Added Logging for plausability
03322ea143 Console time formatting
Compare 7 commits »
glax pushed to master at glax/OSMServer 2023-04-01 14:43:30 +02:00
82d2de1537 working
01deb02666 Adjusted to new Region Format
2826ff2502 Fixed deserialization issue with wrong default values
8cf13efae3 code clean
b3da6936da Fixed return of GetTag to return value of searched Tag.
Compare 7 commits »
glax pushed to master at glax/OSMServer 2023-04-01 13:19:10 +02:00
2d5ffabb5d working
0bfc120ede Region no longer contains ways. Ways are Edges added to nodes.
Compare 2 commits »
glax pushed to master at glax/OSMServer 2023-04-01 01:48:02 +02:00
806dcf98c9 Renamed OsmWay -> OsmEdge again