3.0.9
版本发布时间: 2019-11-23 00:52:32
valhalla/valhalla最新发布版本:3.5.0(2024-08-22 01:56:35)
Release Date: 2019-11-21 Valhalla 3.0.9
-
Bug Fix
- FIXED: Changed reachability computation to consider both directions of travel wrt candidate edges #1965
- FIXED: toss ways where access=private and highway=service and service != driveway. #1960
- FIXED: Fix search_cutoff check in loki correlate_node. #2023
- FIXED: Computes notion of a deadend at runtime in bidirectional a-star which fixes no-route with a complicated u-turn. #1982
- FIXED: Fix a bug with heading filter at nodes. #2058
- FIXED: Bug in map matching continuity checking such that continuity must only be in the forward direction. #2029
- FIXED: Allow setting the time for map matching paths such that the time is used for speed lookup. #2030
- FIXED: Don't use density factor for transition cost when user specified flag disables flow speeds. #2048
- FIXED: Map matching trace_route output now allows for discontinuities in the match though multi match is not supported in valhalla route output. #2049
- FIXED: Allows routes with no time specified to use time conditional edges and restrictions with a flag denoting as much #2055
- FIXED: Fixed a bug with 'current' time type map matches. #2060
- FIXED: Fixed a bug with time dependent expansion in which the expansion distance heuristic was not being used. #2064
-
Enhancement
- ADDED: Establish pinpoint test pattern #1969
- ADDED: Suppress relative direction in ramp/exit instructions if it matches driving side of street #1990
- ADDED: Added relative direction to the merge maneuver #1989
- ADDED: Refactor costing to better handle multiple speed datasources #2026
- ADDED: Better usability of curl for fetching tiles on the fly #2026
- ADDED: LRU cache scheme for tile storage #2026
- ADDED: GraphTile size check #2026
- ADDED: Pick more sane values for highway and toll avoidance #2026
- ADDED: Refactor adding predicted speed info to speed up process #2026
- ADDED: Allow selecting speed data sources at request time #2026
- ADDED: Allow disabling certain neighbors in connectivity map #2026
- ADDED: Allows routes with time-restricted edges if no time specified and notes restriction in response #1992
- ADDED: Runtime deadend detection to timedependent a-star. #2059