![]() |
2008-02-01
, 03:00
|
|
Posts: 48 |
Thanked: 4 times |
Joined on Jan 2008
|
#2
|
<?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>
![]() |
2008-02-01
, 15:34
|
|
Posts: 48 |
Thanked: 4 times |
Joined on Jan 2008
|
#3
|
![]() |
2008-02-01
, 19:57
|
|
Posts: 299 |
Thanked: 168 times |
Joined on Jun 2006
@ Wales UK
|
#4
|
![]() |
2008-02-01
, 20:34
|
|
Posts: 48 |
Thanked: 4 times |
Joined on Jan 2008
|
#5
|
![]() |
2008-02-01
, 20:53
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#6
|
Thanks! I did know about this app from browsing the forums, and it looks quite useful. I will try it, but as the developer, can you tell me how I should prepare my .GPX file so your app will be able to read the categories and input them into the database? Should I put the category in a <sym> tag, like so:
<sym>Police Station</sym>
. . . or do I need to use a different tag, or even some other category identifier like a number? Since I am looking to import around 40,000 POIs, manually setting the category for each one isn't an option.
![]() |
2008-02-01
, 21:24
|
|
Posts: 48 |
Thanked: 4 times |
Joined on Jan 2008
|
#7
|
![]() |
2008-02-01
, 23:35
|
|
Posts: 299 |
Thanked: 168 times |
Joined on Jun 2006
@ Wales UK
|
#8
|
![]() |
2008-02-02
, 00:52
|
|
Posts: 48 |
Thanked: 4 times |
Joined on Jan 2008
|
#9
|
![]() |
2008-02-02
, 05:20
|
Posts: 179 |
Thanked: 90 times |
Joined on Dec 2007
|
#10
|
Perhaps preserving the categories isn't going to be possible . . . but if you happen to have an example GPX file you'd be willing to share that does pick up the categories upon loading, I'd love to see it.
I will be traveling to NZ next month, and have been working on obtaining offline content. Downloading maps has been working fine, so I've now turned to POIs. There is an impressive collection (40,000+) available from Zenbu (www.zenbu.co.nz), and I managed to convert the native format (.CSV file) to .GPX using a program called GPSBabel, and then imported the waypoints into Mapper. The import took quite a while!
My question is whether anyone has advice or suggestions as to how I can best map the information in the Zenbu file to Mapper. The Zenbu information does not have "categories" as such, it has "tags" that do not easily map to categories. Here are the first 3 lines of the .csv file, which shows the available fields:
The folks at the New Zealand Open GPS Maps Project (gwprojects.orcon.net.nz/gps/) have figured out a way to get all of this information into useful waypoints for Garmin units--including icons appropriate to the type of waypoint, inclusion of addresses & phone numbers, etc. Is there any reasonable prospect of doing something similar with Mapper?