Skip to content

Commit 6bf68fb

Browse files
Update http.md (#5914)
Looks like a mistake in the description of Table api
1 parent 33b2a19 commit 6bf68fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ curl 'http://router.project-osrm.org/table/v1/driving/13.388860,52.517037;13.397
299299

300300
- `code` if the request was successful `Ok` otherwise see the service dependent and general status codes.
301301
- `durations` array of arrays that stores the matrix in row-major order. `durations[i][j]` gives the travel time from
302-
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.
302+
the i-th source to the j-th destination. Values are given in seconds. Can be `null` if no route between `i` and `j` can be found.
303303
- `distances` array of arrays that stores the matrix in row-major order. `distances[i][j]` gives the travel distance from
304-
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.
304+
the i-th source to the j-th destination. Values are given in meters. Can be `null` if no route between `i` and `j` can be found.
305305
- `sources` array of `Waypoint` objects describing all sources in order
306306
- `destinations` array of `Waypoint` objects describing all destinations in order
307307
- `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)