The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net

[closed] GPX display

Any question about the app? Ask it here
Post Reply
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

[closed] GPX display

Post by alexlong »

Hi and thanks for AlpineQuest.

Something illogical seems to me when I see a descriptive part of a GPX waypoint in AlpineQuest

A gpx waypoint by default has 2 tags:
<latitude> (or <lat>) and longitude (or <lon>)
The optional are:
<name></name>
<desc></desc>
<cmt></cmt>
<url></url>
etc.

I always thought that description was more important than comments, i.e. if you have a waypoint it's name is so and so (name), it's about so and so (description).
If needed I can have comments about this waypoint expanding the description. But I thought the description is the first and comments should go after it.

This logic is kept in Locus. Just have a look at a screenshot of a gpx waypoint details where the tag chain is like this: name —> description —> comment

Now let's have a look at how AlpineQuest displays it: name —> comment —> description

Is it OK like this?

The gpx file is common:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<gpx version="1.1" creator="GPS Visualizer http://www.gpsvisualizer.com/" xmlns="http://www.topografix.com/GPX/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">
<wpt lat="59.942061" lon="30.315817">
  <name>State Hermitage</name>
  <desc>Museum architectural historical art</desc>
  <cmt>Russia Saint-Petersburg Palace Embankment 34</cmt>
  <link href="http://www.hermitagemuseum.org"></link>
</wpt>
</gpx>
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

Re: GPX display

Post by alexlong »

This is how it looks like in Locus.
Attachments
Locus.jpg
(67.5 KiB) Downloaded 2127 times
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

Re: GPX display

Post by alexlong »

This is how it looks like in AlpineQuest:
Attachments
AQ-1.jpg
(69.07 KiB) Downloaded 2127 times
AQ-2.jpg
(68.03 KiB) Downloaded 2127 times
Code.jpg
(69.64 KiB) Downloaded 2127 times
Psyberia-Support
Site Admin
Posts: 6407
Joined: Wed Apr 14, 2010 9:41 pm

Re: GPX display

Post by Psyberia-Support »

Hi Alex,
I haven't read any particular specifications concerning GPX descriptions and comments so I've based the management on the files I had. Descriptions can be very long and are not necessarily on a single line. They can also be styled or contains table like in the example below.
The comment on the contrary is usually short, so better to be displayed on the map along with the name.

In the details view, there is no real "priority", but the comment is displayed with all "small" details, whereas the description is displayed in a larger place (uses all the width).

On the map, if there is a comment, then it's used, if not, then first part of the description is used.
screenshots.jpg
(41.19 KiB) Downloaded 2092 times
Do you like AlpineQuest ? Leave a small comment on Google Play !
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

Re: GPX display

Post by alexlong »

I see, thanks.
Post Reply