Updates Changelog with Exit Numbers
This commit is contained in:
parent
ba2a0b3566
commit
2927b491c3
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,8 +1,12 @@
|
|||||||
# 5.9.0
|
# 5.9.0
|
||||||
- Changes from 5.8
|
- Changes from 5.8:
|
||||||
- Algorithm:
|
- Algorithm:
|
||||||
- Multi-Level Dijkstra:
|
- Multi-Level Dijkstra:
|
||||||
- Plugins supported: `table`
|
- Plugins supported: `table`
|
||||||
|
- API:
|
||||||
|
- Support for exits numbers and names. New member `exits` in `RouteStep`, based on `junction:ref` on ways
|
||||||
|
- Profiles:
|
||||||
|
- `result.exits` allows you to set a way's exit numbers and names, see [`junction:ref`](http://wiki.openstreetmap.org/wiki/Proposed_features/junction_details)
|
||||||
|
|
||||||
# 5.8.0
|
# 5.8.0
|
||||||
- Changes from 5.7
|
- Changes from 5.7
|
||||||
@ -11,9 +15,6 @@
|
|||||||
- new parameter `approaches` for `route`, `table`, `trip` and `nearest` requests. This parameter keep waypoints on the curb side.
|
- new parameter `approaches` for `route`, `table`, `trip` and `nearest` requests. This parameter keep waypoints on the curb side.
|
||||||
'approaches' accepts both 'curb' and 'unrestricted' values.
|
'approaches' accepts both 'curb' and 'unrestricted' values.
|
||||||
Note : the curb side depend on the `ProfileProperties::left_hand_driving`, it's a global property set once by the profile. If you are working with a planet dataset, the api will be wrong in some countries, and right in others.
|
Note : the curb side depend on the `ProfileProperties::left_hand_driving`, it's a global property set once by the profile. If you are working with a planet dataset, the api will be wrong in some countries, and right in others.
|
||||||
- Support for exits numbers and names. New member `exits` in `RouteStep`, based on `junction:ref` on ways
|
|
||||||
- Profiles:
|
|
||||||
- `result.exits` allows you to set a way's exit numbers and names, see [`junction:ref`](http://wiki.openstreetmap.org/wiki/Proposed_features/junction_details)
|
|
||||||
- NodeJs Bindings
|
- NodeJs Bindings
|
||||||
- new parameter `approaches` for `route`, `table`, `trip` and `nearest` requests.
|
- new parameter `approaches` for `route`, `table`, `trip` and `nearest` requests.
|
||||||
- Tools
|
- Tools
|
||||||
|
Loading…
Reference in New Issue
Block a user