Talk:TangoGPS

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(kd8ikt)
(kd8ikt)
Line 1: Line 1:
==kd8ikt==
 
<PRE>
 
konichiwa beotchs
 
 
.gpx and .loc to tangogps poi.db ?  <cough> navicache.com </cough>
 
 
 
i found this http://www.splitbrain.org/blog/2008-11/19-geocaching_with_tango_gps
 
 
but i get python errors
 
 
<nowiki>
 
python ./pocket2tango.py NaviCache_2009_02_06__16_35_30/NaviCache_2009_02_06__16_35_30.gpx  ./poi.db
 
Traceback (most recent call last):
 
  File "./pocket2tango.py", line 57, in <module>
 
    summary = escapeQuote(data['container']+" "+data['type']+" "+data['difficulty']+"/"+data['terrain']+"\n"+data['encoded_hints'])
 
KeyError: 'container'
 
</nowiki>
 
 
so it needs to be tweaked, it looks to me its catered around geocaching.com's format... whats the point of a universal format if it isnt? so anyway i need to change a few words, or maybe someone can help me! :D hell i bet a quick awk/sed search and replace could fix it
 
 
</PRE>
 
 
 
==Graphic toolkit==
 
==Graphic toolkit==
  

Revision as of 01:57, 7 February 2009

Graphic toolkit

Which one is used by tangogps? (GTK, Qt, EFL, ecc.)


GTK

Personal tools

kd8ikt

konichiwa beotchs

.gpx and .loc to tangogps poi.db ?  <cough> navicache.com </cough>


i found this http://www.splitbrain.org/blog/2008-11/19-geocaching_with_tango_gps

but i get python errors 


python ./pocket2tango.py NaviCache_2009_02_06__16_35_30/NaviCache_2009_02_06__16_35_30.gpx  ./poi.db 
Traceback (most recent call last):
  File "./pocket2tango.py", line 57, in <module>
    summary = escapeQuote(data['container']+" "+data['type']+" "+data['difficulty']+"/"+data['terrain']+"\n"+data['encoded_hints'])
KeyError: 'container'


so it needs to be tweaked, it looks to me its catered around geocaching.com's format... whats the point of a universal format if it isnt? so anyway i need to change a few words, or maybe someone can help me! :D hell i bet a quick awk/sed search and replace could fix it

Graphic toolkit

Which one is used by tangogps? (GTK, Qt, EFL, ecc.)


GTK