Talk:TangoGPS

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(kd8ikt)
(kd8ikt)
Line 8: Line 8:
  
 
but i get python errors  
 
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  
 
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):
 
Traceback (most recent call last):
Line 14: Line 14:
 
     summary = escapeQuote(data['container']+" "+data['type']+" "+data['difficulty']+"/"+data['terrain']+"\n"+data['encoded_hints'])
 
     summary = escapeQuote(data['container']+" "+data['type']+" "+data['difficulty']+"/"+data['terrain']+"\n"+data['encoded_hints'])
 
KeyError: 'container'
 
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
 
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

Revision as of 00:29, 7 February 2009

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

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