Talk:TangoGPS

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(kd8ikt)
Line 4: Line 4:
 
.gpx and .loc to tangogps poi.db ?  <cough> navicache.com </cough>
 
.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==
 
==Graphic toolkit==

Revision as of 00:28, 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