@@ -96,21 +96,21 @@ Connect. Particularly, importing such FIT files containing more than four
9696course points resulted in * no* course points appearing. I haven't yet
9797reproduced this behavior with conversions of "real" courses, however.
9898
99- ## RideWithGPS POIs
99+ ## Ride with GPS POIs
100100
101101Ride with GPS has various POI types. When these are exported as GPX
102- waypoints, they will correspond to certain ` cmt ` and ` type ` XML attributes .
102+ waypoints, they will correspond to certain ` cmt ` and ` type ` XML elements .
103103Thanks to the new (if confusingly named) [ Waypoints
104104feature] ( https://ridewithgps.com/news/11178-introducing-waypoints ) , when
105105exported in a FIT file, they also will correspond to certain FIT course point
106106types.
107107
108108This table shows how the different POI types map to GPX and FIT types as of
109- 2025-06-14. The ` cmt ` XML attribute used in GPX exports corresponds to the
110- RWGPS POI type, while the ` type ` attribute always equals the FIT course point
109+ 2025-06-14. The ` cmt ` XML element used in GPX exports corresponds to the
110+ RWGPS POI type, while the ` type ` element always equals the FIT course point
111111type.
112112
113- | Type | Icon | GPX cmt attr | GPX type attr | FIT type |
113+ | Type | Icon | GPX ` cmt ` | GPX ` type ` | FIT type |
114114| -------------------| -------------------------------------------------------| ---------------------| ---------------| ---------------|
115115| Information | ![ Information] ( img/rwgps-information.png ) | ` generic ` | ` generic ` | ` generic ` |
116116| Caution | ![ Caution] ( img/rwgps-caution.png ) | ` caution ` | ` danger ` | ` danger ` |
@@ -152,7 +152,7 @@ type.
152152| Segment End | ![ Segment End] ( img/rwgps-segment-end.png ) | ` segment_end ` | ` generic ` | ` generic ` |
153153| Control | ![ Control] ( img/rwgps-control.png ) | ` control ` | ` checkpoint ` | ` checkpoint ` |
154154
155- All POI types set ` Dot ` as ` sym ` in the GPX export.
155+ All POI types set ` sym ` to ` Dot ` in the GPX export.
156156
157157The full set of course point types used by Ride with GPS in FIT exports of
158158custom POIs and Waypoints (setting aside cues) is then:
@@ -191,19 +191,19 @@ In GPX exports, Gaia GPS indicates the point type by the text in the
191191waypoint's ` sym ` sub-element. These basically, but not precisely, match the
192192waypoint's type; many have a ` -24 ` suffix, which presumably corresponds to an
193193icon size. With others, such as ` :gaia-body-of-water: ` , the ` sym ` text is
194- simplified to ` water ` for example. The exact string used is shown in the Sym
195- column below.
194+ simplified to ` water ` for example. The exact string used is shown in the "GPX
195+ ` sym ` " column below.
196196
197197The Course Point column contains my interpretation of the course point type
198198this Gaia GPS waypoint type best maps onto, with a blank defaulting to the
199199` generic ` type. Of note, I abuse the ` overlook ` type to represent any sort of
200- "oh cool look at that" waypoint, give its rendering as a camera icon on the
200+ "oh cool look at that" waypoint, given its rendering as a camera icon on the
201201devices I've tested. I also take liberties drawing meaning from waypoints'
202202icons rather than their names, such as mapping numbers 1 through 4 to climb
203203category course points, or "steps" to "steep climb", because they'll render
204204similarly on devices as to on Gaia GPS.
205205
206- | Type | Icon | Sym | Course Point |
206+ | Type | Icon | GPX ` sym ` | Course Point |
207207| ------------------------------| -----------------------------------------| --------------------------| -------------------|
208208| ` :gaia-pin: ` | ![ gaia-icon-0] ( img/gaia-icon-0.png ) | None | |
209209| ` :gaia-airport: ` | ![ gaia-icon-1] ( img/gaia-icon-1.png ) | ` airport-24 ` | ` transport ` |
0 commit comments