Skip to content

Commit 4155111

Browse files
deniskoronchikTheMarex
authored andcommitted
Review fixes
1 parent 521636c commit 4155111

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Support of `distance` weight in foot and bicycle profiles
66
- Support of relations processing
77
- 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
8+
- Added `forward_ref` and `backward_ref` support
89
- Left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn`
910
- Support literal values for maxspeeds in NO, PL and ZA
1011
- Infrastructure:

docs/profiles.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ is_startpoint | Boolean | Can a journey start on this
171171
roundabout | Boolean | Is this part of a roundabout?
172172
circular | Boolean | Is this part of a non-roundabout circular junction?
173173
name | String | Name of the way
174-
ref | String | Road number
174+
ref | String | Road number (equal to set `forward_ref` and `backward_ref` with one value)
175+
forward_ref | String | Road number in forward way direction
176+
backward_ref | String | Road number in backward way direction
175177
destinations | String | The road's destinations
176178
exits | String | The ramp's exit numbers or names
177179
pronunciation | String | Name pronunciation

0 commit comments

Comments
 (0)