这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: nikolaypetrikov/osrm-backend

Tags

v5.3.0-rc.2

Toggle v5.3.0-rc.2's commit message
Changes from 5.3.0-rc.1

    - Bugfixes
        - Fixes invalid checks in the lane-extraction part of the car profile

v5.3.0-rc.1

Toggle v5.3.0-rc.1's commit message
Release 5.3.0 RC1

- API
 - Introduces new `TurnType` in the form of `use lane`. The type indicates that you have to stick to a lane without turning
 - Introduces lanes to the route response. The lane data contains both the markings at the intersection and a flag indicating their involvement in the turn

- Infrastructure
 - BREAKING: The new turn type changes the turn-type order. This breaks the **data format**.
 - BREAKING: Turn lane data introduces a new file (osrm.tld). This breaks the fileformat for older versions.

v5.2.6

Toggle v5.2.6's commit message
Release v5.2.6

Bugfixes
  - Fix numeric overflow in roundabout center calculation which throws an exception

v5.2.5

Toggle v5.2.5's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
 - Bugfixes

     - Fixes a segfault caused by incorrect trimming logic for very short steps.

v5.2.4

Toggle v5.2.4's commit message
Release 5.2.4

Changes from 5.2.3:
- Bugfixes:
  - Fixed a crash that arised on roundabouts in combination with intermediate intersections and sliproads
  - Fixed Project-OSRM#2518: Invalid bilinear interpolation when using raster data
  - Fixed Project-OSRM#2546: The geometry returned by the match service was missing the last coordinate.

BREAKING: The data format changed between 5.2.3 and 5.2.4, you need to reprocess.

v5.2.3

Toggle v5.2.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release 5.2.3

  - Bugfixes:
    - Fixed an issue with name changes in roundabouts that could result in crashes

v5.2.2

Toggle v5.2.2's commit message
OSRM v5.2.2

v5.2.1

Toggle v5.2.1's commit message
Release 5.2.1

  Changes from 5.2.0
  Bugfixes:
    - Removed debug statement that was spamming the console

v5.2.0

Toggle v5.2.0's commit message
Release 5.2.0

Changes form 5.2.0 RC2
 - Bugfixes:
   - Fixed crash when loading shared memory caused by invalid OSM IDs segment size.
   - Various small instructions handling fixes

Changes from 5.1.0
 - API:
   - new parameter `annotations` for `route`, `trip` and `match` requests.  Returns additional data about each
     coordinate along the selected/matched route line per `RouteLeg`:
       - duration of each segment
       - distance of each segment
       - OSM node ids of all segment endpoints
   - Introducing Intersections for Route Steps. This changes the API format in multiple ways.
       - `bearing_before`/`bearing_after` of `StepManeuver` are now deprecated and will be removed in the next major release
       - `location` of `StepManeuvers` is now deprecated and will be removed in the next major release
       - every `RouteStep` now has property `intersections` containing a list of `Intersection` objects.
   - Support for destination signs. New member `destinations` in `RouteStep`, based on `destination` and `destination:ref`
   - Support for name pronunciations. New member `pronunciation` in `RouteStep`, based on `name:pronunciation`

 - Profile changes:
   - duration parser now accepts P[n]DT[n]H[n]M[n]S, P[n]W, PTHHMMSS and PTHH:MM:SS ISO8601 formats.
   - `result.destinations` allows you to set a way's destinations
   - `result.pronunciation` allows you to set way name pronunciations
   - `highway=motorway_link` no longer implies `oneway` as per the OSM Wiki

 - Infrastructure:
   - BREAKING: Changed the on-disk encoding of the StaticRTree to reduce ramIndex file size. This breaks the **data format**
   - BREAKING: Intersection Classification adds a new file to the mix (osrm.icd). This breaks the fileformat for older versions.
   - Better support for osrm-routed binary upgrade on the fly [UNIX specific]:
     - Open sockets with SO_REUSEPORT to allow multiple osrm-routed processes serving requests from the same port.
     - Add SIGNAL_PARENT_WHEN_READY environment variable to enable osrm-routed signal its parent with USR1 when it's running and waiting for requests.
   - Disable http access logging via DISABLE_ACCESS_LOGGING environment variable.

 - Guidance:
   - BREAKING: modifies the file format with new internal identifiers
   - improved detection of turning streets, not reporting new-name in wrong situations
   - improved handling of sliproads (emit turns instead of 'take the ramp')
   - improved collapsing of instructions. Some 'new name' instructions will be suppressed if they are without alternative and the segment is short

 - Bugfixes
   - fixed broken summaries for very short routes

v5.2.0-rc.2

Toggle v5.2.0-rc.2's commit message
OSRM v5.2.0-rc.2