Gtkaddpoi

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 12: Line 12:
  
 
==Introduction==
 
==Introduction==
gtkaddpoi is a simple gtk interface for search an address and add as POI on TangoGPS.
+
gtkaddpoi is a simple gtk interface for search an address and add as POI on TangoGPS. Then you can export POI to a .kml file or into Navit bookmark.
 
You can insert cordinate and description for geocaghing.
 
You can insert cordinate and description for geocaghing.
 
It's use Yahoo Maps API for found coordinate from an address and put this POI on TangoGPS database.
 
It's use Yahoo Maps API for found coordinate from an address and put this POI on TangoGPS database.
Line 20: Line 20:
 
You can download opk fils from following link
 
You can download opk fils from following link
  
  http://projects.openmoko.org/frs/download.php/551/gtkaddpoi_0.5.5_all.opk
+
  http://minucci.net/file/opkg/gtkaddpoi_0.6_all.opk
  
 
and then:
 
and then:
  
  opkg install gtkaddpoi_0.5_all.opk
+
  opkg install gtkaddpoi_0.6_all.opk
  
 
or directly:
 
or directly:
  
  opkg install http://projects.openmoko.org/frs/download.php/551/gtkaddpoi_0.5.5_all.opk
+
  opkg install http://minucci.net/file/opkg/gtkaddpoi_0.6_all.opk
  
 
Or you can use repository http://minucci.net/file/opkg/ . For add repository follow this command:
 
Or you can use repository http://minucci.net/file/opkg/ . For add repository follow this command:
Line 40: Line 40:
 
  opkg install gtkaddpoi
 
  opkg install gtkaddpoi
  
 +
==Bug==
 +
* You can't add a POI if the POI database of TangoGPS is empty
 +
* You can't use ' or "" in the name of POI because query don't work
  
 
----
 
----

Revision as of 08:21, 3 April 2009

Main window for search address
Window for gecocaching
Window for delete POI
Window for export POI to KML
Window with preview of POI with zoom button


Introduction

gtkaddpoi is a simple gtk interface for search an address and add as POI on TangoGPS. Then you can export POI to a .kml file or into Navit bookmark. You can insert cordinate and description for geocaghing. It's use Yahoo Maps API for found coordinate from an address and put this POI on TangoGPS database. You can also delete a POI from TangoGPS database or export to KML ( http://lists.openmoko.org/pipermail/community/2008-December/038449.html )

Installation

You can download opk fils from following link

http://minucci.net/file/opkg/gtkaddpoi_0.6_all.opk

and then:

opkg install gtkaddpoi_0.6_all.opk

or directly:

opkg install http://minucci.net/file/opkg/gtkaddpoi_0.6_all.opk

Or you can use repository http://minucci.net/file/opkg/ . For add repository follow this command:

cd /etc/opkg
wget http://minucci.net/file/gecco-feed.conf

and then:

opkg update
opkg install gtkaddpoi

Bug

  • You can't add a POI if the POI database of TangoGPS is empty
  • You can't use ' or "" in the name of POI because query don't work

Visit http://minucci.net/openmoko.php

Personal tools
Main window for search address
Window for gecocaching
Window for delete POI
Window for export POI to KML
Window with preview of POI with zoom button


Introduction

gtkaddpoi is a simple gtk interface for search an address and add as POI on TangoGPS. Then you can export POI to a .kml file or into Navit bookmark. You can insert cordinate and description for geocaghing. It's use Yahoo Maps API for found coordinate from an address and put this POI on TangoGPS database. You can also delete a POI from TangoGPS database or export to KML ( http://lists.openmoko.org/pipermail/community/2008-December/038449.html )

Installation

You can download opk fils from following link

http://minucci.net/file/opkg/gtkaddpoi_0.6_all.opk

and then:

opkg install gtkaddpoi_0.6_all.opk

or directly:

opkg install http://minucci.net/file/opkg/gtkaddpoi_0.6_all.opk

Or you can use repository http://minucci.net/file/opkg/ . For add repository follow this command:

cd /etc/opkg
wget http://minucci.net/file/gecco-feed.conf

and then:

opkg update
opkg install gtkaddpoi

Bug

  • You can't add a POI if the POI database of TangoGPS is empty
  • You can't use ' or "" in the name of POI because query don't work

Visit http://minucci.net/openmoko.php