This GPX will not import
First, thank you for taking a look at my post.
I am working on a few program developments in VB6 (freeware if anyone wanted it) ("universally compatible") to handle GPX files.
I have this one GPX file (well, all of them so far...) that I created from scratch which will NOT import into MapSource or GoogleEarth. I get the generic "could not import" message box from both.
Please examine the format and advise what changes I need to make? AFAIK, its a very plain vanilla GPX that meets the criteria, but Im stumped why it wont work!
All it is, is a GPX with one waypoint.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx creator="Andrew Daniel" version="1.1">
<wpt lat="37.315286" lon="-80.028722">
<time>2012-06-06T18:10:52Z</time>
<name>NLTA 02</name>
<cmt>Woods</cmt>
</wpt>
</gpx>
Thank you kindly for this kindergarten question help!
Andrew
First, thank you for taking a look at my post.
I am working on a few program developments in VB6 (freeware if anyone wanted it) ("universally compatible") to handle GPX files.
I have this one GPX file (well, all of them so far...) that I created from scratch which will NOT import into MapSource or GoogleEarth. I get the generic "could not import" message box from both.
Please examine the format and advise what changes I need to make? AFAIK, its a very plain vanilla GPX that meets the criteria, but Im stumped why it wont work!
All it is, is a GPX with one waypoint.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx creator="Andrew Daniel" version="1.1">
<wpt lat="37.315286" lon="-80.028722">
<time>2012-06-06T18:10:52Z</time>
<name>NLTA 02</name>
<cmt>Woods</cmt>
</wpt>
</gpx>
Thank you kindly for this kindergarten question help!
Andrew
Last edited: