Page 1 of 1

Importing Extended Waypoint Info From GPX POI Files

Posted: Sun Jul 12, 2015 12:05 pm
by Yemble
Every few years, I update my CAMRA Good Beer Guide POI file for TomTom and then convert it to various other formats so that all of my GPS apps can use it. The 2015 GBG POI file includes phone numbers for the pubs which are displayed in TomTom. When I use "Extra POI Editor" to convert the TT file to GPX format, the phone number field appears as a WaypointExtension field (see below). Alpine Quest, imports and displays the GPX file correctly, but appears to discard the phone data. Is there any way that this can be retained and displayed in AQ, as it is useful information, especially when reserving meal tables on holiday?

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" creator="Extra_POI_Editor V5.91" 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 http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www8.garmin.com/xmlschemas/GpxEx ... ionsv3.xsd">
<name><![CDATA[Good Beer Guide 2015]]></name>

<wpt lat="51.9489" lon="-.5316">
<name>Oddfellows Arms, Toddington, Bedfordshire, LU5 6BP</name>
<cmt> </cmt>
<sym><![CDATA[gbg2015]]></sym>
<extensions>
<gpxx:WaypointExtension>
<gpxx:PhoneNumber>44 1525 872021</gpxx:PhoneNumber>
</gpxx:WaypointExtension>
</extensions>
</wpt>

<wpt lat="51.8793" lon="-.5635">
<name>Old Farm, Totternhoe, Bedfordshire, LU6 1RE</name>
<cmt> </cmt>
<sym><![CDATA[gbg2015]]></sym>
<extensions>
<gpxx:WaypointExtension>
<gpxx:PhoneNumber>44 1582 674053</gpxx:PhoneNumber>
</gpxx:WaypointExtension>
</extensions>
</wpt>

Re: Importing Extended Waypoint Info From GPX POI Files

Posted: Mon Jul 13, 2015 11:19 am
by Psyberia-Support
Hi,
I've added this extension, so this field will be imported (and few other ones) using the next version.
Best regards

Re: Importing Extended Waypoint Info From GPX POI Files

Posted: Mon Jul 13, 2015 3:30 pm
by Yemble
AlpineQuest wrote:Hi,
I've added this extension, so this field will be imported (and few other ones) using the next version.
Best regards
Fantastic, many thanks for the quick response :D