Compare commits
1 Commits
master
...
v5.11.0-rc
Author | SHA1 | Date | |
---|---|---|---|
|
1a89ea2a9f |
@ -18,6 +18,8 @@
|
||||
- Fix a pre-processing bug where incorrect directions could be issued when two turns would have similar instructions and we tried to give them distinct values (https://github.com/Project-OSRM/osrm-backend/pull/4375)
|
||||
- The entry bearing for correct the cardinality of a direction value (https://github.com/Project-OSRM/osrm-backend/pull/4353
|
||||
- Change timezones in West Africa to the WAT zone so they're recognized on the Windows platform
|
||||
- Use the correct angle modifier at forks
|
||||
- Issue a `continue` instead of a `turn` when an end-of-road situation (e.g. T-intersection) puts you on the same-named road
|
||||
|
||||
# 5.10.0
|
||||
- Changes from 5.9:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "osrm",
|
||||
"version": "5.11.0-rc.2",
|
||||
"version": "5.11.0-rc.3",
|
||||
"private": false,
|
||||
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user