Gtkaddpoi

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (s/geocaghing/geocaching/)
(English grammar and link cleanup)
Line 14: Line 14:
  
 
==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 searching for an address and adding it as a POI (Point of Interest) in [[TangoGPS]].
You can insert cordinate and description for geocaching.
+
You can also insert the coordinates and a description for geocaching.
It's use Yahoo Maps API for found coordinate from an address and put this POI on TangoGPS database.
+
It uses Yahoo Maps API to find the coordinates of a given address and adds the POI to the 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 ) or into Navit bookmark.
+
You can also delete a POI from TangoGPS database or export to [http://lists.openmoko.org/pipermail/community/2008-December/038449.html KML] or into [[Navit]] bookmark.
  
 
==Installation==
 
==Installation==
You can download opk fils from following link
+
You can download opkg file from following link
  
 
  http://minucci.net/file/opkg/gtkaddpoi_0.7_all.opk
 
  http://minucci.net/file/opkg/gtkaddpoi_0.7_all.opk
Line 32: Line 32:
 
  opkg install http://minucci.net/file/opkg/gtkaddpoi_0.7_all.opk
 
  opkg install http://minucci.net/file/opkg/gtkaddpoi_0.7_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/ . To add the repository, do this:
  
 
  cd /etc/opkg
 
  cd /etc/opkg
Line 43: Line 43:
  
 
==Bug==
 
==Bug==
* You can't use ' or "" in the name of POI because query don't work
+
* You can't use ' or "" in the name of POI because queries won't work
  
 
----
 
----

Revision as of 09:21, 8 June 2009

Main window for search address
Window for gecocaching
Window for delete POI
Window for select where do you want to export a POI
Window for export POI to KML
Window with preview of POI with zoom button


Introduction

gtkaddpoi is a simple gtk interface for searching for an address and adding it as a POI (Point of Interest) in TangoGPS. You can also insert the coordinates and a description for geocaching. It uses Yahoo Maps API to find the coordinates of a given address and adds the POI to the TangoGPS database. You can also delete a POI from TangoGPS database or export to KML or into Navit bookmark.

Installation

You can download opkg file from following link

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

and then:

opkg install gtkaddpoi_0.7_all.opk

or directly:

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

Or you can use repository http://minucci.net/file/opkg/ . To add the repository, do this:

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

and then:

opkg update
opkg install gtkaddpoi

Bug

  • You can't use ' or "" in the name of POI because queries won't work

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

Personal tools
Main window for search address
Window for gecocaching
Window for delete POI
Window for select where do you want to export a POI
Window for export POI to KML
Window with preview of POI with zoom button


Introduction

gtkaddpoi is a simple gtk interface for searching for an address and adding it as a POI (Point of Interest) in TangoGPS. You can also insert the coordinates and a description for geocaching. It uses Yahoo Maps API to find the coordinates of a given address and adds the POI to the TangoGPS database. You can also delete a POI from TangoGPS database or export to KML or into Navit bookmark.

Installation

You can download opkg file from following link

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

and then:

opkg install gtkaddpoi_0.7_all.opk

or directly:

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

Or you can use repository http://minucci.net/file/opkg/ . To add the repository, do this:

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

and then:

opkg update
opkg install gtkaddpoi

Bug

  • You can't use ' or "" in the name of POI because queries won't work

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