Skip to content

Releases: valhalla/valhalla

Release 2.4.6

26 Jan 18:57
c92f243
Compare
Choose a tag to compare

Release Date: 2017-01-26 Valhalla 2.4.6

  • Enhancement
    • Elevation library will lazy load RAW formatted sources

Release 2.4.5

25 Jan 14:53
5558d4c
Compare
Choose a tag to compare

Release Date: 2017-01-25 Valhalla 2.4.5

  • Enhancement
    • Elevation packing utility can unpack lz4hc now
  • Bug Fix
    • Fixed broken darwin builds

Release 2.4.4

19 Jan 18:05
0f9c8d6
Compare
Choose a tag to compare

Release Date: 2017-01-19 Valhalla 2.4.4

  • Enhancement
    • Elevation service speed improvments and the ability to serve lz4hc compressed data
    • Basic support for downloading routing tiles on demand
    • Deprecated valhalla_route_service, now all services (including elevation) are found under valhalla_service

Release 2.4.3

11 Dec 16:17
Compare
Choose a tag to compare

Release Date: 2017-12-11 Valhalla 2.4.3

  • Enhancement
    • Remove union from GraphId speeds up some platforms
    • Use SAC scale in pedestrian costing
    • Expanded python bindings to include all actions (route, matrix, isochrone, etc)
  • Bug Fix
    • French translation typo fixes
  • Data Producer Update
    • Handling shapes that intersect the poles when binning
    • Handling when transit shapes are less than 2 points

Release 2.4.1

09 Nov 17:34
e4d6bf7
Compare
Choose a tag to compare

Release Date: 2017-11-09 Valhalla 2.4.1

  • Data Producer Update
    • Added kMopedAccess to modes for complex restrictions. Remove the kMopedAccess when auto access is removed. Also, add the kMopedAccess when an auto restriction is found.

Release 2.4.0

08 Nov 18:53
fdd3a4b
Compare
Choose a tag to compare

Release Date: 2017-11-08 Valhalla 2.4.0

  • Data Producer Update
    • Added logic to support restriction = x with a the except tag. We apply the restriction to everything except for modes in the except tag.
    • Added logic to support railway_service and coach_service in transit.
  • Bug Fix
    • Return proper edge_walk path for requested shape_match=walk_or_snap
    • Skip invalid stateid for Top-K requests

Release 2.3.9

07 Nov 18:38
Compare
Choose a tag to compare

Release Date: 2017-11-07 Valhalla 2.3.9

  • Enhancement
    • Top-K map matched path generation now only returns unique paths and does so with fewer iterations
    • Navigator call outs for both imperial and metric units
    • The surface types allowed for a given bike route can now be controlled via a request parameter avoid_bad_surfaces
    • Improved support for motorscooter costing via surface types, road classification and vehicle specific tagging
  • Bug Fix
    • Connectivity maps now include information about transit tiles
    • Lane counts for singly digitized roads are now correct for a given directed edge
    • Edge merging code for assigning osmlr segments is now robust to partial tile sets
    • Fix matrix path finding to allow transitioning down to lower levels when appropriate. In particular, do not supersede shortcut edges until no longer expanding on the next level.
    • Fix optimizer rotate location method. This fixes a bug where optimal ordering was bad for large location sets.
  • Data Producer Update
    • Duration tags are now used to properly set the speed of travel for a ferry routes

2.3.9-rc1

24 Oct 14:46
Compare
Choose a tag to compare

updates for topk map matching to exclude paths which arent unique

Release 2.3.8

17 Oct 11:09
Compare
Choose a tag to compare

Release Date: 2017-10-17 Valhalla 2.3.8

  • Bug Fix
    • Fixed the roundabout exit count for bicycles when the roundabout is a road and not a cycleway
    • Enable a pedestrian path to remain on roundabout instead of getting off and back on
    • Fixed the penalization of candidate locations in the uni-directional A* algorithm (used for trivial paths)
  • Data Producer Update
    • Added logic to set bike forward and tag to true where kv["sac_scale"] == "hiking". All other values for sac_scale turn off bicycle access. If sac_scale or mtb keys are found and a surface tag is not set we default to kPath.
    • Fixed a bug where surface=unpaved was being assigned Surface::kPavedSmooth.

2.3.7

08 Sep 18:51
Compare
Choose a tag to compare

Release Date: 2017-9-11 Valhalla 2.3.7

  • Bug Fix
    • Update bidirectional connections to handle cases where the connecting edge is one of the origin (or destination) edges and the cost is high. Fixes some pedestrian route issues that were reported.
  • Data Producer Update
    • Added support for motorroad tag (default and per country).
    • Update OSMLR segment association logic to fix issue where chunks wrote over leftover segments. Fix search along edges to include a radius so any nearby edges are also considered.