Ticket #8823: waypointstest.gpx
File waypointstest.gpx, 426 bytes (added by , 12 years ago) |
---|
Line | |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <gpx |
3 | version="1.0" |
4 | creator="GPSBabel - http://www.gpsbabel.org" |
5 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
6 | xmlns="http://www.topografix.com/GPX/1/0" |
7 | xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd"> |
8 | <wpt lat="50" lon="10"> |
9 | <ele>160</ele> |
10 | <name>foo</name> |
11 | <cmt>bar</cmt> |
12 | <desc>moo</desc> |
13 | <sym>Flag</sym> |
14 | </wpt> |
15 | </gpx> |