|
fe0ccd0fca
|
working
|
2023-04-06 14:46:19 +02:00 |
|
|
dfc9ffeb2c
|
CustomAStar now returns ValueTuple with calctime and path as result
|
2023-04-06 14:46:08 +02:00 |
|
|
9c53c67763
|
Added /getClosestNode lat lon API
|
2023-04-06 14:33:00 +02:00 |
|
|
f266c6c7e6
|
ClosestNode no longer requires Region parameter, because regionmanager is passed.
|
2023-04-06 14:31:38 +02:00 |
|
|
8813023cd6
|
Created seperate PathNode class for Json Serialization
|
2023-04-06 14:27:25 +02:00 |
|
|
72b5511c26
|
better readability
|
2023-04-06 02:32:04 +02:00 |
|
|
f42e458048
|
Created GetSpeed method for uniform implementation
Changed Pathfinding class to static
Changed AStar to continue after path found.
|
2023-04-06 02:23:12 +02:00 |
|
|
3e23635cd1
|
Serialize Path for API
|
2023-04-06 02:22:03 +02:00 |
|
|
ed8558049c
|
Added first API.
|
2023-04-06 01:29:45 +02:00 |
|
|
20d4da9e6f
|
Changed to JsonSerialization to permanently store regions.
|
2023-04-06 01:29:30 +02:00 |
|
|
e9f1ba2e73
|
removed Dotsettings
|
2023-04-01 22:03:06 +02:00 |
|
|
5fe0acf0b4
|
Removed .idea
|
2023-04-01 22:02:14 +02:00 |
|
|
29189c5d8d
|
Removed dead files
|
2023-04-01 22:01:13 +02:00 |
|
|
7f06a6f880
|
working!
|
2023-04-01 18:28:26 +02:00 |
|
|
8dd63411ea
|
Changed some speedvalues for cars and pedestrians (to allow use of mis-qualified roads)
|
2023-04-01 18:28:21 +02:00 |
|
|
8f9f6f630e
|
stop within 10 meters of goal
|
2023-04-01 18:27:52 +02:00 |
|
|
2c5ab070a2
|
working
|
2023-04-01 18:10:26 +02:00 |
|
|
4600105b0b
|
Changed ClosestNodeToCoordinates to include only nodes that have connections for appropriate SpeedType (e.g. roads for cars, footways for pedestrians)
Changed toVisit to be a priorityqueue.
Search is aborted, if within 250m of goal.
|
2023-04-01 18:10:21 +02:00 |
|
|
0f0f4182ac
|
Region Size 0.025f
|
2023-04-01 18:08:59 +02:00 |
|
|
5ebe843048
|
Added Logging for plausability
|
2023-04-01 18:08:48 +02:00 |
|
|
03322ea143
|
Console time formatting
|
2023-04-01 18:08:31 +02:00 |
|
|
349ed9da94
|
Check if files for ways and tags exist upon import.
|
2023-04-01 15:54:35 +02:00 |
|
|
87e260562f
|
Changed Regionsize to 0.01f
|
2023-04-01 15:53:51 +02:00 |
|
|
82d2de1537
|
working
|
2023-04-01 14:43:22 +02:00 |
|
|
01deb02666
|
Adjusted to new Region Format
|
2023-04-01 14:43:05 +02:00 |
|
|
2826ff2502
|
Fixed deserialization issue with wrong default values
ToString() uniform
|
2023-04-01 14:42:49 +02:00 |
|
|
8cf13efae3
|
code clean
|
2023-04-01 14:21:58 +02:00 |
|
|
b3da6936da
|
Fixed return of GetTag to return value of searched Tag.
|
2023-04-01 14:21:39 +02:00 |
|
|
312536f0c0
|
ToString() adjustment
|
2023-04-01 14:21:11 +02:00 |
|
|
556d4b1ffb
|
ToString() adjustment
|
2023-04-01 14:19:36 +02:00 |
|
|
2d5ffabb5d
|
working
|
2023-04-01 13:19:02 +02:00 |
|
|
0bfc120ede
|
Region no longer contains ways. Ways are Edges added to nodes.
Combined outputfiles into single Regionfile.
|
2023-04-01 13:18:54 +02:00 |
|
|
806dcf98c9
|
Renamed OsmWay -> OsmEdge again
Prevented duplicate writes of Tags for way
|
2023-04-01 01:47:56 +02:00 |
|
|
c2cadd678c
|
Now working with tags
|
2023-04-01 01:32:31 +02:00 |
|
|
15628d3544
|
Loading Tags
|
2023-04-01 01:32:25 +02:00 |
|
|
452c5d3177
|
Removed TagType.EMPTY
|
2023-04-01 01:32:15 +02:00 |
|
|
9dc282253d
|
Removed TagType.EMPTY (now returns null instead)
AddTag(ulong, KeyValuePair) is now only Wrapper of AddTag(ulong, Tag)
AddTag now checks if tags already exist
|
2023-04-01 01:31:58 +02:00 |
|
|
f0cd97fbc7
|
working
|
2023-04-01 01:00:22 +02:00 |
|
|
3fce0f990a
|
Initial commit
|
2023-04-01 01:00:17 +02:00 |
|
|
102499891c
|
Moved id to tag storage
|
2023-04-01 01:00:10 +02:00 |
|
|
9ef1d4a978
|
Readbility through Methods
|
2023-04-01 00:52:13 +02:00 |
|
|
b12f959f48
|
Made Fields FileNames public
|
2023-04-01 00:40:06 +02:00 |
|
|
e7119b22ae
|
Added ways to Region
|
2023-04-01 00:39:49 +02:00 |
|
|
cd1584eee7
|
Adjusted ToString() to include startId
|
2023-04-01 00:39:37 +02:00 |
|
|
e2a50250b8
|
Fixed tagsFileName ("..tags")
|
2023-03-31 21:57:45 +02:00 |
|
|
b621ff632b
|
Rewrote XmlImporter to Write Region-files while reading from Stream
|
2023-03-31 21:56:27 +02:00 |
|
|
07ff9602b8
|
Temporary out of order
|
2023-03-31 21:55:54 +02:00 |
|
|
ac77708834
|
Renamed OsmEdge to OsmWay and added startnodeid (for serialization)
|
2023-03-31 21:55:43 +02:00 |
|
|
255d924dc4
|
Made GetRegionHashCode(Coordinates) wrapper
public static ulong GetRegionHashCode(Coordinates coordinates) now calls GetRegionHashCode(coordinates.latitude, coordinates.longitude)
|
2023-03-31 21:55:12 +02:00 |
|
|
0d4597c12c
|
Made Region Serializable
|
2023-03-31 21:54:32 +02:00 |
|