Add changelog entries for exclude flags

This commit is contained in:
Patrick Niklaus 2017-08-16 20:42:18 +00:00 committed by Patrick Niklaus
parent d09f5c0e3a
commit bd068ff2a6

View File

@ -2,6 +2,18 @@
- Changes from 5.11: - Changes from 5.11:
- Guidance - Guidance
- now announcing turning onto oneways at the end of a road (e.g. onto dual carriageways) - now announcing turning onto oneways at the end of a road (e.g. onto dual carriageways)
- HTTP:
- New query parameter for route/table/match/trip plugings:
`exclude=` that can be used to exclude certain classes (e.g. exclude=motorway, exclude=toll).
This is configurable in the profile.
- NodeJS:
- New query option `exclude` for the route/table/match/trip plugins. (e.g. `exclude: ["motorway", "toll"]`)
- Profile:
- New property for profile table: `excludable` that can be used to configure which classes are excludable at query time.
- New optional property for profile table: `classes` that allows you to specify which classes you expect to be used.
We recommend this for better error messages around classes, otherwise the possible class names are infered automatically.
- Infrastructure:
- New file `.osrm.cell_metrics` created by `osrm-customize`.
# 5.11.0 # 5.11.0
- Changes from 5.10: - Changes from 5.10: