github Project-OSRM/osrm-backend v5.10.0
OSRM v5.10.0

latest releases: v5.27.1, v5.27.0, v5.27.0-rc.1...
6 years ago

The v5.10 release comes with a major feature: via-way turn restrictions. These turn restrictions occur in OpenStreetMap in the form of a restriction relation: (fromWayId, viaWayId, toWayId) and prevent multiple specific turns depending on the way the driver is coming from and going to.

Below are some more notable changes. Please note that in the future we plan to speed up the release process to push out stable and tested releases more often.

Give it a try!

osrm-extract berlin.osm.pbf
osrm-partition berlin.osrm
osrm-customize berlin.osrm
osrm-routed --algorithm=MLD berlin.osrm

Features:

  • #2681 - We now handle (from, via, to) way restrictions where from, via and to are ways in addition to (from,via,to) node restrictions we always handled. These turn restrictions prevent turns from a way via a specific way onto a way:
  • #4333 - We now handle Throughabouts:
  • Emil Tin did large-scale profile refactoring work: a new version 2 profile API was added which cleans up a number of things and makes it easier to for profiles to include each other. Profiles using the old version 0 and 1 APIs are still supported.

Full Changelog

Don't miss a new osrm-backend release

NewReleases is sending notifications on new releases.