Update changelog.

This commit is contained in:
Daniel Patterson 2017-09-19 14:12:13 -07:00 committed by Patrick Niklaus
parent 3fd961a551
commit 7851de9af8

View File

@ -2,6 +2,7 @@
- Changes from 5.12: - Changes from 5.12:
- Profile: - Profile:
- New function to support relations: `process_relation`. Read more in profiles documentation. - New function to support relations: `process_relation`. Read more in profiles documentation.
- Append cardinal directions from route relations to ref fields to improve instructions
- Support of `distance` weight in foot and bicycle profiles - Support of `distance` weight in foot and bicycle profiles
- Added `way:get_location_tag(key)` method to get location-dependent tags https://github.com/Project-OSRM/osrm-backend/wiki/Using-location-dependent-data-in-profiles - Added `way:get_location_tag(key)` method to get location-dependent tags https://github.com/Project-OSRM/osrm-backend/wiki/Using-location-dependent-data-in-profiles
- left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn` - left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn`