3.0.2
版本发布时间: 2019-02-21 05:59:46
valhalla/valhalla最新发布版本:3.5.0(2024-08-22 01:56:35)
Release Date: 2019-01-14 Valhalla 3.0.2
-
Bug Fix
- FIXED: Transit update - fix dow and exception when after midnight trips are normalized #1682
- FIXED: valhalla_convert_transit segfault - GraphTileBuilder has null GraphTileHeader #1683
- FIXED: Fix crash for trace_route with osrm serialization. Was passing shape rather than locations to the waypoint method.
- FIXED: Properly set driving_side based on data set in TripPath.
- FIXED: A bad bicycle route exposed an issue with bidirectional A* when the origin and destination edges are connected. Use A* in these cases to avoid requiring a high cost threshold in BD A*.
- FIXED: x86 and x64 data compatibility was fixed as the structures weren't aligned.
- FIXED: x86 tests were failing due mostly to floating point issues and the aforementioned structure misalignment.
-
Enhancement
- Add a durations list (delta time between each pair of trace points), a begin_time and a use_timestamp flag to trace_route requests. This allows using the input trace timestamps or durations plus the begin_time to compute elapsed time at each edge in the matched path (rather than using costing methods).
- Add support for polyline5 encoding for OSRM formatted output.
-
Note
- Isochrones and openlr are both noted as not working with release builds for x86 (32bit) platforms. We'll look at getting this fixed in a future release