Waypoints description problem?!

Former Member
Former Member
Hi,

just tried to add the waypoint description in the html format which by the way seams to be only solution to include photos in the gpx file but the problem is that after exporting the gpx file with base camp it convert html code to some strange characters, please see below code examples:

The code that is added to under the note tab of the waypoint:
<img src='www.symbian-freak.com/.../crkvica_sv_jure.jpg' weight='240' heigth='160' />

The code that I am getting in the exported GPX file:
<wpt lat="43.342003980651498" lon="17.053848020732403">
<ele>1367.60546875</ele>
<time>2012-08-22T06:25:40Z</time>
<name>Sveti Jure</name>
<cmt>&lt;img src='www.symbian-freak.com/.../crkvica_sv_jure.jpg' weight='240' heigth='160' /&gt;</cmt>
<desc>&lt;img src='www.symbian-freak.com/.../crkvica_sv_jure.jpg' weight='240' heigth='160' /&gt;</desc>
<sym>Summit</sym>
<type>user</type>
<extensions>
<gpxx:WaypointExtension>
<gpxx:DisplayMode>SymbolAndName</gpxx:DisplayMode>
<gpxx:Categories>
<gpxx:Category>01 Turija - Sv. Jure - Lokva - Sv. Ilija - Dedici</gpxx:Category>
</gpxx:Categories>
</gpxx:WaypointExtension>
</extensions>
</wpt>


the problem is with:
<desc>&lt; ... &gt;</desc>
it should looks like:
<desc>< ... ></desc>


Any hint? Manual editing of the larger GPX file that contains number of photos is not an option :confused:

How to force Basecamp not to keep original html code?

Kind regards,
Teo