Commit Graph

15 Commits

Author SHA1 Message Date
2b252e2b06 Cleanup of unnecessary code 2023-04-20 23:02:38 +02:00
fc5d388ecd Dispose of Region-filestream 2023-04-09 16:22:22 +02:00
20d4da9e6f Changed to JsonSerialization to permanently store regions. 2023-04-06 01:29:30 +02:00
0f0f4182ac Region Size 0.025f 2023-04-01 18:08:59 +02:00
87e260562f Changed Regionsize to 0.01f 2023-04-01 15:53:51 +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
e7119b22ae Added ways to Region 2023-04-01 00:39:49 +02:00
0d4597c12c Made Region Serializable 2023-03-31 21:54:32 +02:00
ac1ac62a00 Combining Datastructures and Serialization
//TODO
2023-03-30 18:24:57 +02:00
d7469aa190 Changed Regionhashing and OsmDatastructure with OsmDatastructure.Graph 2023-03-14 17:00:59 +01:00
e265c56bce Datastructure rewrite 2023-02-06 17:32:55 +01:00
3350d8e3b9 Added GetNode(Coordinates coordinates)
Added GetNode(ulong id)
Instead of returning null in LoadRegion now throw an exception when file is not found.
Added some Method descriptors
2023-02-05 20:02:22 +01:00
27cce159a4 Moved RegionManager inside of Importer as RegionStruct,
Moved Regionsize var to Region
2023-02-03 23:34:51 +01:00
311afcc02f Split into Datastructure, Added ByteConverter, Full Split & Load 2023-02-03 21:13:51 +01:00