Hi folks.
Exported a route from an online map, received an XML file with the following structure, that Basecamp says is invalid:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx version="1.1" creator="http://cycleroute.org web application">
<rte>
<name>PA14</name>
<rtept lat ="48.8734788" lon="2.4704008999999587"></rtept>
<rtept lat ="48.87114469999999" lon="2.470850700000028"></rtept>
<rtept lat ="48.8744131" lon="2.483006400000022"></rtept>
<rtept lat ="48.874569" lon="2.483826000000022"></rtept>
<rtept lat ="48.8771321" lon="2.4844087000000172"></rtept>
<rtept lat ="48.8838035" lon="2.531102400000009"></rtept>
...
</rte>
</gpx>
Anybody know where I can find requirements for importation, so that I can modify the file? This site (cycleroute.org) seems like a keeper.
Cheers