This object is in archive! 

Export POIs to gpx with full icon filename

Balazs Goldschmidt shared this idea 7 years ago
Completed

When exporting POIs to gpx file, for non-default icons only the png filename is exported, without the including zip file. E.g. POI has icon from locus/icons/mic-nature.zip/apple.png. When exported, only "apple" is stored in <sym> tag:


<sym><![CDATA[apple]]></sym>


When importing gpx file, the icon is not shown.

Suggestion: store icon name as "file:mic-nature.zip:apple.png", because that is supported. E.g.:


<sym><![CDATA[file:mic-nature.zip:apple.png]]></sym>


If done manually (i.e. changing in gpx file by hand all such occurances), the import works as expected.


Best wishes

Replies (2)

photo
1

Good day Balazs,

are you exporting GPX files in version 1.1? Because in this case, in export should be extension, something like:


  1. <locus:icon>full path to icon</locus:icon>

so next reimport should correctly display required icon. May you confirm it?

photo
1

Hi!


I missed the advanced options. Now, when using gpx v1.1, it works as expected! :)


Thanks for the fast answer!

Replies have been locked on this page!