Skip to content

Commit 6471dd3

Browse files
committed
Updated README.md with route dustance and elevation gain
1 parent ca2b624 commit 6471dd3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Ride data is automatically fetched from the Strava API by a backend process that
6464
],
6565
"women_only": false,
6666
"route_id": 3471700207861648642,
67+
"distance": 24.8,
68+
"elevation_gain": 1247,
6769
"route": [
6870
[
6971
40.01962,
@@ -91,7 +93,9 @@ Ride data is automatically fetched from the Strava API by a backend process that
9193
| `women_only` | boolean | If `true`, shown in the description |
9294
| `starting_location` | `[lat, lng]` | Start marker position (optional; if not available, it uses the first point in `route`) |
9395
| `route_id` | number | Strava route ID |
94-
| `route` | `[[lat, lng, surface], ...]` | Array of latitude and longitude coordinates defining the route; each point includes a surface tag (`"paved"` or `"unpaved"`) |
96+
| `distance` | number | Route distance in miles (1 decimal); `null` if unavailable |
97+
| `elevation_gain` | number | Total elevation gain in feet (integer); `null` if unavailable |
98+
| `route` | `[[lat, lng, surface], ...]` | Array of latitude and longitude coordinates defining the route; each point includes a surface tag (`"paved"` or `"unpaved"`), or `null` if the OpenStreetMap surface classification failed |
9599

96100
## Project Structure
97101

0 commit comments

Comments
 (0)