Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following table lists the possible values for the request as well as the key
| suitability | How suitable the way is based on characteristics of the route and the profile | `suitability` | 1 (unsuitable) - 10 (very suitable) |
| surface | The surface covering along the route | `surface` | [Surface IDs](surface.md) |
| waycategory | Specific categories of parts of the route (tollways, highways, fords etc.) | `waycategory` | [Category IDs](waycategory.md) |
| waytype | Types of roads and paths that are used in the route | `waytypes`¹ | [Type IDs](waytype.md) |
| waytype | Types of roads and paths that are used in the route | `waytype` | [Type IDs](waytype.md) |
| tollways | Any tollways that the route crosses. Whether a way is marked as [tollway](https://wiki.openstreetmap.org/wiki/Key:toll) depends on `profile` | `tollways` | 0 (no tollway) or 1 (tollway) |
| traildifficulty | The difficulty of parts of the way based on sac or mountain bike scales | `traildifficulty` | [Difficulty IDs](trail-difficulty.md) |
| osmid | The [OpenStreetMap way IDs](https://wiki.openstreetmap.org/wiki/Elements#id) of the ways the route uses | `osmId`¹ | |
Expand Down
Loading