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

Richesse doesn't display cache information from the downloaded GPX file (from opencaching.pl) #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Download cache info in GPX format from opencaching.pl
1a. Example cache: http://opencaching.pl/viewcache.php?cacheid=4584&lang=en
1b. Download GPX file for this cache: http://opencaching.pl/search.php?
searchto=searchbycacheid&showresult=1&f_inactive=0&startat=0&cacheid=4584&output
=gpx
2. Import this file into RichesseGPS - it displays the location and name 
of the cache but no other data... My assumption is that Richesse should 
display description and other info obtained from a GPX file - shouldn't it?

What is the expected output? What do you see instead?

It would be nice if RichesseGPS could import the info from GPX files based 
on the geocaching.com.au schema. Now it only supports the basic parameters.

What version of the product are you using? On what operating system?

RichesseGPS 2.0 on Windows Mobile 5.

Please provide any additional information below.

I checked in the Richesse's source and it appears that you are only 
supporting groundspeak's cache.xsd (http://www.groundspeak.com/cache/1/0/
cache.xsd) schema. So, if it's possible, maybe you could also add support 
for geocaching.com.au's schema (http://geocaching.com.au/geocache/1/
geocache.xsd) which is used by opencaching.pl. It doesn't seem that much 
different (the tag's name is "geocache" instead of "cache" and they don't 
use the "groundspeak:" prefix, but apart from that, they seem very 
similar).

regards,
   blueshade.

ps. Is there a way to compile RichesseGPS using a freely available 
compiler (under windows or linux)? If there was such a way, I could try 
implementing the support myself...

Original issue reported on code.google.com by theshade...@gmail.com on 22 Aug 2008 at 10:12

GoogleCodeExporter commented 9 years ago
Issue solved :]

OK, I managed to implement the support for geocaching.com.au schema (and thus, 
for 
opencaching.pl-generated GPX files)...

Where can I send the modified file (gpx.cpp)/the patch?

Original comment by theshade...@gmail.com on 23 Aug 2008 at 10:48

GoogleCodeExporter commented 9 years ago
ah, and of course, the answer for my p.s. from the original post is:

eVC++ 4.0 + PocketPC 2003 SDK... :] yay! embedded programming, here I come ;)

Original comment by theshade...@gmail.com on 23 Aug 2008 at 10:50

GoogleCodeExporter commented 9 years ago
Submit the patch to the richesse-gps-devel group.

If you want to be a project memeber and participate on the development, let me 
know
in the same group.

Original comment by and...@gmail.com on 23 Aug 2008 at 11:01

GoogleCodeExporter commented 9 years ago
well, I don't have anything against participating in the development from time 
to 
time (unfortunately, I don't have as much time on my hands as I would like to), 
so I 
might provide some help now and then...

Original comment by theshade...@gmail.com on 23 Aug 2008 at 11:39

GoogleCodeExporter commented 9 years ago
Ok, so let's stay on the submit-patch-to-devel-group base.

Original comment by and...@gmail.com on 24 Aug 2008 at 12:17

GoogleCodeExporter commented 9 years ago
Fixed by r30

Original comment by and...@gmail.com on 29 Aug 2008 at 12:11