View Single Post
abby_normal's Avatar
Posts: 48 | Thanked: 4 times | Joined on Jan 2008
#2
OK, after trying a lot of things, and some greatly-appreciated help from the folks on the NZ Open GPS Project website, I am much closer to being able to use the data! After jumping through various hoops, I can generate a .gpx file that contains all of the information I think can be squeezed into Maemo Mapper. The .gpx file does import into Google Earth and various other utilities. However, the POI --> Import . . . menu item in mapper does not work. I get the error "Error parsing GPX file". Unfortunately I have no idea what the parser thinks is wrong with it. Maybe something to do with the categories? I read somewhere that categories were handled through the <sym> tag, but perhaps that is wrong. Does anyone have any insight into what might be wrong with the following .gpx format?

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="Zenbu - http://www.zenbu.co.nz" version="1.1" 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">

<metadata>
<link href="http://www.zenbu.co.nz">
<text>Zenbu POIs via NZ Open GPS Project</text>
</link>
</metadata>
<wpt lat="-36.86405" lon="174.71991">
<name>auckland zoo</name>
<cmt>motions rd, western springs, akl  +64 (9) 360-3800  7 days 9.30am - 5.30pm</cmt>
<desc>motions rd, western springs, akl  +64 (9) 360-3800  7 days 9.30am - 5.30pm</desc>
<sym>Zoo</sym>
</wpt>
<wpt lat="-37.88288" lon="175.23794">
<name>vilagrad vineyard and winery</name>
<cmt>702 rukuhia rd, ngahinapouri  +64 (7) 825-2893  </cmt>
<desc>702 rukuhia rd, ngahinapouri  +64 (7) 825-2893  </desc>
<sym>Vineyard Winery</sym>
</wpt>
</gpx>
__________________
Igor: I'm almost sure that was the name.