google-code-export / richesse-gps

Automatically exported from code.google.com/p/richesse-gps
GNU General Public License v2.0
0 stars 1 forks source link

GPX import does not update name and description #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. import a gpx file in POI Manager. Example is provided as an attachment.

What is the expected output? What do you see instead?
Neither Name nor Description (Notes tab) fields are displayed. However in
the header of Waypoint info panel the name of the waypoint is visible.

What version of the product are you using? On what operating system?
2.0 on Win Mobile 6.1

Original issue reported on code.google.com by gxa...@gmail.com on 17 Aug 2008 at 6:35

Attachments:

GoogleCodeExporter commented 9 years ago
RichesseGPS supports the GPX files from geocaching.com. They store the cache id 
in
<name> tag, which is correctly read.

In your file, you are using <dsc> tag, but it should be <desc> according to
http://www.topografix.com/GPX/1/1/ 
Geocaching.com is storing chae name into the <desc> tag.

Moreover, notes tab (on main window or in POI manager | Edit) is supposed to 
show
info that the user entered - nothing from the GPX file. Info from the GPX file 
is
displayed in Info tab (if the info was present in the GPX file when importing).

Thus, marking as invalid.

Original comment by and...@gmail.com on 20 Aug 2008 at 9:09