The Following User Says Thank You to asys3 For This Useful Post: | ||
|
2008-04-06
, 22:15
|
Posts: 19 |
Thanked: 11 times |
Joined on Dec 2007
|
#22
|
Hi,
what a coincidence, i have also just written my first geocaching related software. It's a geocaching.com gpx file viewer. See here
It's still under development and currently still lacks some features. While you can already view all the important stuff from the gpx, e.g. the reference bearing and distance is calculated from is fixed. Maemo really eases the development of such stuff as it comes with libgtkhtml and libxml and thus even allows to embed rendered html cache descriptions.
This is written in C with maemo-mapper in mind and i plan to either include this into maemo-mapper so the caches are marked on the map. I am also trying to get this combined with navit and its ability to read garmin maps and hopefully this can be combined with e.g. topographic garmin maps.
Regards,
MoG
|
2008-04-09
, 13:49
|
Posts: 19 |
Thanked: 11 times |
Joined on Dec 2007
|
#23
|
|
2008-04-10
, 01:33
|
Posts: 50 |
Thanked: 4 times |
Joined on Nov 2007
@ Melfa, VA, USA
|
#24
|
|
2008-04-10
, 02:17
|
Posts: 19 |
Thanked: 5 times |
Joined on Nov 2007
|
#25
|
|
2008-04-10
, 13:57
|
Posts: 19 |
Thanked: 11 times |
Joined on Dec 2007
|
#26
|
|
2008-04-10
, 16:57
|
Posts: 348 |
Thanked: 61 times |
Joined on Dec 2007
|
#27
|
|
2008-04-10
, 19:43
|
|
Posts: 357 |
Thanked: 115 times |
Joined on Sep 2007
@ Sunny England :)
|
#28
|
|
2008-04-11
, 14:02
|
Posts: 19 |
Thanked: 11 times |
Joined on Dec 2007
|
#29
|
|
2008-04-11
, 17:19
|
Posts: 148 |
Thanked: 20 times |
Joined on Sep 2007
|
#30
|
It works for me out of the box with a sample gpx-file.
I am not a premium member - but now I think of it !
As a geocacher I would really like to see those funtions like mCacher and gpxviewer ( with gifs, please ;-) to be integrated.
Another little shell program I developed is a script which
can show you a new waypoint caclculated from a given coordinate
and a distance.
That would be nice, too ;-.)
Here's the program:
www.linuxvision.de/dist/dist
or if someone is interested in the C-Source:
www.linuxvision.de/dist/distance.c
---------
>chmod +x dist
>./dist
Please enter latitude, longitude
and degree and distance of new POI:
lat, lon => deg, dist
e.g.: for N 52.818717, E 9.81875 and 90 degree, 67000 metres:
distance 52.818717 9.81875 90 67000
---------
(call with no parameters to geht the help page)
Hope that at some time all these features come to maemo mapper
or are connected via a DBUS connection...
Regards,
asys3