This object is in archive! 

Support for icons from Garmin GPX files

Menion shared this idea 11 years ago
Completed

Export from Garmin device contain in GPX file tag xx which contain name of icon that represent POI


What about support for such symbols. This will have advantages,


1. imported GPX files will have automatically attached symbol (no matter in which category you`re importing)


2. you`ll be able to manually define point with symbols in your own GPX file


3. export will also contain this symbol, so backward compatibility with Garmin and other devices


- For this will be needed internal list of symbols supported by Locus I think


(I`m creating this topic not because I have nothing to do, but because I already received two emails with similar request)

Replies (10)

photo
0

Das ist eine Gute Idee!!

photo
0

The basic functionality is implemented in Locus 2.9.2. At least I was able to import my existing GPX files (having nothing to do with Garmin) into Locus and had all the icons I wanted. I simply needed to add the name space xmlns:locus="http://www.locusmap.eu"


in the GPX element, and for each waypoint, I was adding a line like


<extensions><locus:icon>transport-bus.png</locus:icon></extensions>


within in WPT element.

photo
0

Is there any comprehensive "Howto" for XML-editing GPX files and an overview of its definitions available? Or maybe even a piece of software?


E.g. I would like to define also Icons, Note Text, Web/File Links etc. into such files.

photo
0

I can`t remember a throughout GPX-Edito-HowTo, but:


As GPX is just an XML, any XML tutorial will do the trick :-)


Several pages offer short introductions or discuss specific aspects of GPX, e.g. http://www.trekbuddy.net/wiki/index.p...


The GPX definition can be found at a list of gpx software.


A list of some tools around GPX, converting GPS files, etc. can be found at http://www.trekbuddy.net/wiki/index.p... Personally, I use GPX Editor as it changes only very little in my GPX files (it offers to edit all the fields you mentioned) and as a text editor Notepad++ with Plugin "XML Tools" (I feel comfortable with its pretty print for XML files).


Edit: It might be of iportance to you that during GPX import into Locus the sym tag does not set the symbol within Locus, but the locus:icon tag must be used - which of course is not standard GPX but Locus specific. Interestingly, Locus sets both tags during GPX export.

photo
0

Georg,


many thanx for this!

photo
0

Menion,


I now dove deeper into this strange world (I tend to be rather just a User, less a person fiddeling with xml, etc.). But with GPX Editor I checked one of my generated GPX-POI (edited with TwoNav); it looked just fine. Main content of this file is Description Text as well as having a "Hyperlink" to an external html-file in the same directory (but already this question mark, which one is the "same" directory after import).


I imported this GPX into Locus. Text (although being quite long) OK, Naming OK, even a Hyperlik was show, but after pressing it Locus just reproducibly crashes each time. I tried the Locus /data/Import/ directory for the target linked directory.


Any idea?


GPX-File


CompeGPS TEAM, SL


2013-01-28T21:17:01Z


555.0


2010-02-16T11:25:59Z


HWN001; Eckertalsperre (Staumauer)


Eckertalsperre (Staumauer)


Die Eckertalsperre ist die höchstgelegene (569 m ü. NN) und gleichzeitig kleinste Talsperre der Harzer Wasserregulierungssysteme. Die 235 Meter lange und etwa 60 Meter hohe Staumauer wurde im Jahre 1943 fertiggestellt. Hinter ihr stauen sich bis zu 13 Millionen Kubikmeter Wasser. Die Nationalparke Hochharz und Harz bietet Ihnen hier eine neue Wandermöglichkeit auf einem landschaftliche schönen, zum Teil naturbelassenen Weg, der eine Querung der Ecker einschließt und eine Umrundung des Eckerstausees ermöglicht. Die Gesamtfläche des Weges beträgt 9 km. Auf diesem Weg können Sie einen natürlichen Fließgewässerabschnitt der Ecker, bevor sie zum Eckerstausee aufgestaut wird, mit vielfältigen Strukturen erleben. Sie haben nicht nur einen schönen Blick auf die Natur und den Stausee, auch der Brocken bietet seine Reize. 2007 wurde auf dem Historischen Wochenende in Blankenburg feierlich die Eckertalsperre als "Schönste Stempelstelle 2007" von unseren Wanderern gekürt. Jeder der schon einmal an der Talsperre stand, weiß auch warum. So z. B. der Blick zum Brocken, den man hier bei schönem Wetter sogar doppelt genießen kann. Der Brocken spiegelt sich im Wasser und man kann den Brocken ganz klar erkennen. Wo gibt es solch ein Doppelspiel ein zweites mal. Gehen Sie doch auch einmal los und besuchen Sie die schönste Stempelstelle 2007.


Post Office


001_stempelstellen_details.php.html

photo
0

My 2 cents @Menions original idea


@1+2: I would appreciate if Locus "understood" the sym child element of /gpx/wpt elements during import, just as it does now "understand" /gpx/wpt/extensions/locus:icon elements. Reasons: sym is GPX standard and can be edited with many GPX compatible softwares, whereas locus:icon is Locus specific, so most other softwares don`t understand it and several even remove the locus namespace & hence make the GPX file invalid :-(


I guess it`s only little effort (just add another XPath; if both exist for one WPT use the more specific one, so /extensions/locus:icon).


@3: Garmin compatibility (or even "import profiles" for several GPS softwares) is not important for me. But it would be nice if Locus` own icon names included the symbol names of one of the "big established players" like Garmin, so users would have a kind of "lowest common denominator" for symbols (=an icon-set that many GPS softwares understand) -- just like RTF is supported by most writing softwares.

photo
0

Hello, I would add a fourth point to the original idea.


4. Being able to choose before importing a zip file containing gpx`s and png`s to create a category for each gpx`s file with the file name and directly associate the icon (png file) to the points of that category.


regards

photo
0

In next version, Locus will internally contain around 100 icons that will match names of Garmin icons. So if you import any GPX file with points with tag from Garmin, there is a chance, Locus will correctly add icon.


Some icons are anyway still missing. We took them from this http://mapicons.nicolasmollet.com/ well known site. If you`ll want to add some missing icons, best is to create them and send them to me. I`ll then add it to next version

photo
0

To whom it may concern: In GPX Editor, the Garmin icon names can be selected from a DropDown, so one does not have to remember the exact spelling. Sadly, they are not used in the map view. After importing the GPX into Locus, the icons are used.

Replies have been locked on this page!