Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ThomasDaheim

#1
Hi,

I wanted to use the values stored in <locus:activity> for my own statistics. Unfortunately, I can't seem to find a list of valid values. Is there a reference (or even better: an xsd) for this and for the other extensions that locus might store within a gpx?

Thanks!
#2
"Is there a Locus xml extensions reference?"

I would be interested in this as well!
#3
Troubles & Questions / Line width in GPX export
August 04, 2020, 20:55:47
Hi,

first of all thanks for a great app! I have been using it for a while now and it works like a charme.

When exporting a track as gpx I have run into the following: It contains the gpx extension like


<line xmlns="http://www.topografix.com/GPX/gpx_style/0/2">
<color>483D8B</color>
<opacity>0.59</opacity>
<width>6.0</width>
<lineCap>square</lineCap>
<extensions>
<locus:lsColorBase>#96483D8B</locus:lsColorBase>
<locus:lsWidth>6.0</locus:lsWidth>
<locus:lsUnits>PIXELS</locus:lsUnits>
</extensions>
</line>


According to the definition of the line attributes (http://www.topografix.com/GPX/gpx_style/0/2) now the unit of the width is "Width, in millimeters, of the line".

But obviously it should be pixel, since the locus:lsUnits says so.

When opening this track in another viewer the track is drawn 6 millimeters wide...

Anything I can do here to avoid that?

Thanks,
Thomas