v5.10.0
版本发布时间: 2017-08-07 22:33:36
Project-OSRM/osrm-backend最新发布版本:v5.27.1(2022-10-15 00:25:38)
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:
-
https://github.com/Project-OSRM/osrm-backend/issues/2681 - We now handle
(from, via, to)
way restrictions wherefrom
,via
andto
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: - https://github.com/Project-OSRM/osrm-backend/pull/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.