Skip to content

Commit e86d937

Browse files
RhinoDeveldanpat
authored andcommitted
Table distances & durations work with MLD, too (v5.22.0) (#5377)
1 parent a1e5061 commit e86d937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ curl 'http://router.project-osrm.org/table/v1/driving/13.388860,52.517037;13.397
290290
- `durations` array of arrays that stores the matrix in row-major order. `durations[i][j]` gives the travel time from
291291
the i-th waypoint to the j-th waypoint. Values are given in seconds. Can be `null` if no route between `i` and `j` can be found.
292292
- `distances` array of arrays that stores the matrix in row-major order. `distances[i][j]` gives the travel distance from
293-
the i-th waypoint to the j-th waypoint. Values are given in meters. Can be `null` if no route between `i` and `j` can be found. Note that computing the `distances` table is currently only implemented for CH. If `annotations=distance` or `annotations=duration,distance` is requested when running a MLD router, a `NotImplemented` error will be returned.
293+
the i-th waypoint to the j-th waypoint. Values are given in meters. Can be `null` if no route between `i` and `j` can be found.
294294
- `sources` array of `Waypoint` objects describing all sources in order
295295
- `destinations` array of `Waypoint` objects describing all destinations in order
296296
- `fallback_speed_cells` (optional) array of arrays containing `i,j` pairs indicating which cells contain estimated values based on `fallback_speed`. Will be absent if `fallback_speed` is not used.

0 commit comments

Comments
 (0)