Block a user
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
0f53ae579c
Made speedtype any generic.
d8f8a41dcc
Renamed PathNode distance and weight to include "delta".
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
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
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.
7f06a6f880
working!
8dd63411ea
Changed some speedvalues for cars and pedestrians (to allow use of mis-qualified roads)
8f9f6f630e
stop within 10 meters of goal
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
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.
2d5ffabb5d
working
0bfc120ede
Region no longer contains ways. Ways are Edges added to nodes.
c2cadd678c
Now working with tags
15628d3544
Loading Tags
452c5d3177
Removed TagType.EMPTY
9dc282253d
Removed TagType.EMPTY (now returns null instead)
f0cd97fbc7
working
3fce0f990a
Initial commit
102499891c
Moved id to tag storage
9ef1d4a978
Readbility through Methods
b12f959f48
Made Fields FileNames public
b621ff632b
Rewrote XmlImporter to Write Region-files while reading from Stream
07ff9602b8
Temporary out of order
ac77708834
Renamed OsmEdge to OsmWay and added startnodeid (for serialization)
255d924dc4
Made GetRegionHashCode(Coordinates) wrapper
0d4597c12c
Made Region Serializable
080d0e5f1c
created variables for easy switching of PCIe paths
89350ee4e2
Add Readme