This repository has been archived by the owner on Sep 3, 2019. It is now read-only.
OsmSharp v4.0.4.627
- Added a way to serialize/deserialize vehicle profiles by ID and registration.
- Added a HugeHashSet to get around object size limitations.
- Small fix in IsRestriction in OsmRoutingInterpreter.
- Added ExpandWith to GeoCoordinateBox to resize an existing box.
- Optimized network loading step for live graph.
- Added a performance test for the live routing.
- Added a live preprocessor to compress the routing graph.
- Routing speed improvement when using the live routing flavour.
- Fixed resolving end point bugs.
- Partial fix of LayerTile problem.
- Added extra functionality to calculate information about a route. Fixes #70.
- Added extra unittests for the RouteTracker.
- LayerTile optimizations.
- Optimized LayerTile to start loading tiles at the center.
- Fixed unittests that failed because of incorrectly mapped data. OsmSharp can now handle this data.
- Added the possibility to serialize routing graph to one big flatfile and load them again from disk.