| 11 | | * what it needs to do is fairly simple: for each waypoint in the GPX file, a <link> element needs to added, the content of which is a file URL referring to the WAV file for that point. If you consistently make a file for each point, it would be readily possibly to edit the XML automatically to add the file references to the waypoints in sequence. |
| | 11 | * what it needs to do is fairly simple: for each waypoint in the GPX file, a <link> element needs to be added, the {{{href}}} attribute of which contains a file URL referring to the WAV file for that point. If you consistently make a file for each point, it would be readily possibly to edit the XML automatically to add the file references to the waypoints in sequence. Example: |
| | 12 | {{{ |
| | 13 | <wpt lat="39.400611" lon="8.602494"> |
| | 14 | <desc>2009-05-30T23:28:33Z</desc> |
| | 15 | <link href="VOX02899.wav"><text>VOX02899.wav</text></link> |
| | 16 | </wpt> |
| | 17 | }}} |