gpxviewer
gpxviewer copied to clipboard
Route support?
hello
the lib does not seem to support rte / rtept nodes or is there a problem with my file?
<?xml version="1.0" encoding="utf-8"?>
<gpx version="1.1" creator="Movescount - http://www.movescount.com" 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.cluetrust.com/XML/GPXDATA/1/0 http://www.cluetrust.com/Schemas/gpxdata10.xsd http://www.garmin.com/xmlschemas/TrackPointExtension/v1 http://www.garmin.com/xmlschemas/TrackPointExtensionv1.xsd" xmlns:gpxdata="http://www.cluetrust.com/XML/GPXDATA/1/0" xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1" xmlns="http://www.topografix.com/GPX/1/1">
<rte>
<name>Test</name>
<rtept lat="47.080059" lon="15.401038">
<ele>344</ele>
</rtept>
<rtept lat="47.08006" lon="15.400902">
<ele>344</ele>
</rtept>
<rtept lat="47.080074" lon="15.400745">
<ele>344</ele>
</rtept>
...
</rte>
</gpx>
thanks, regards