Ticket #8823: waypointstest.gpx

File waypointstest.gpx, 426 bytes (added by pendluuum, 12 years ago)

gpx file with a waypoint

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<gpx
3 version="1.0"
4creator="GPSBabel - http://www.gpsbabel.org"
5xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6xmlns="http://www.topografix.com/GPX/1/0"
7xsi: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>