Wenn man mit easyGPS einen Wegpunkt anlegt, sieht das so aus:
XML
<?xml version="1.0" encoding="UTF-8"?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1" creator="EasyGPS 4.18" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.topografix.com/GPX/gpx_overlay/0/3 http://www.topografix.com/GPX/gpx_overlay/0/3/gpx_overlay.xsd http://www.topografix.com/GPX/gpx_modified/0/1 http://www.topografix.com/GPX/gpx_modified/0/1/gpx_modified.xsd http://www.topografix.com/GPX/Private/TopoGrafix/0/4 http://www.topografix.com/GPX/Private/TopoGrafix/0/4/topografix.xsd">
<metadata>
<bounds minlat="37.57117197" minlon="25.21001966" maxlat="37.57117197" maxlon="25.21001966"/>
<extensions>
<time xmlns="http://www.topografix.com/GPX/gpx_modified/0/1">2011-05-24T15:46:11.404Z</time>
<active_point xmlns="http://www.topografix.com/GPX/Private/TopoGrafix/0/4" lat="37.57117197" lon="25.21001966">
</active_point>
</extensions>
</metadata>
<wpt lat="37.57117197" lon="25.21001966">
<time>2011-05-24T15:46:11.404Z</time>
<name>001</name>
<sym>Flag, Blue</sym>
<extensions>
<label xmlns="http://www.topografix.com/GPX/gpx_overlay/0/3">
<label_text>test</label_text>
</label>
</extensions>
</wpt>
<extensions>
</extensions>
</gpx>
Alles anzeigen