You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,13 @@ Both plans and individual legs can include a `cancelled` key:
74
74
75
75
### Adding a Route
76
76
77
-
To add a new route, add a GPX file to the `routes/_gpx/` directory. Route files follow strict formatting rules, which get checked by `_bin/make_routes_table.py`. The build will fail with a descriptive error if any route doesn't meet the minimum formatting requirements.
77
+
Add a GPX file to the `routes/_gpx/` directory. The build will fail with a descriptive error if any route doesn't meet the minimum formatting requirements which get checked by `_bin/make_routes_table.py`.
78
+
79
+
* The file's `<gpx>` tag must include the RCR extension: `<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1" creator="Race Condition Running" xmlns:rcr="http://raceconditionrunning.com/extensions">`
80
+
*`<name>` - lowercase, hyphenated name of the route. Ends with `loop` if the route is a loop or `ob` if the route is an out-and-back.
81
+
*`<desc>` - The presentation name of the route, e.g. "Lake Union Loop".
82
+
* You must include an `<extensions>` tag in the `<metadata>` section, with
0 commit comments