2.7.0
版本发布时间: 2018-09-14 21:09:47
valhalla/valhalla最新发布版本:3.5.0(2024-08-22 01:56:35)
-
Enhancement
- UPDATED: Refactor to use the pbf options instead of the ptree config #1428 This completes 1357
- UPDATED: Removed the boost/date_time dependency from baldr and odin. We added the Howard Hinnant date and time library as a submodule. #1494
- UPDATED: Fixed 'Drvie' typo #1505 This completes 1504
- UPDATED: Optimizations of GetSpeed for predicted speeds 1490
- UPDATED: Isotile optimizations
- UPDATED: Added stats to predictive traffic logging
- UPDATED: resample_polyline - Breaks the polyline into equal length segments at a sample distance near the resolution. Break out of the loop through polyline points once we reach the specified number of samplesthen append the last polyline point.
- UPDATED: added android logging and uses a shared graph reader
- UPDATED: Do not run a second pass on long pedestrian routes that include a ferry (but succeed on first pass). This is a performance fix. Long pedestrian routes with A star factor based on ferry speed end up being very inefficient.
-
Bug Fix
- FIXED: A* destination only
- FIXED: Fixed through locations weren't honored #1449