Gtkaddpoi

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Screenshot)
 
(40 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[[Image:Gtkaddpoimain.png|thumb|Main window for search address]]
 +
 +
[[Image:Gtkaddpoigeocaching.png|thumb|Window for gecocaching]]
 +
 +
[[Image:Gtkaddpoi 02.jpg|thumb|Window for delete POI]]
 +
 +
[[Image:B1e44fa1a5a6e09bdc3f417e0ef983f9.png|thumb|Window for select where do you want to export a POI]]
 +
 +
[[Image:Gtkaddpoiexportkml.png|thumb|Window for export POI to KML]]
 +
 +
[[Image:Gtkaddpoi preview.png|thumb|Window with preview of POI with zoom button]]
 +
 +
 +
 
==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 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 [http://lists.openmoko.org/pipermail/community/2008-December/038449.html KML] or into [[Navit]] bookmark.
  
 
==Installation==
 
==Installation==
You can download ipk fils from following link
+
You can download opkg file from following link
 +
 
 +
http://minucci.net/file/opkg/gtkaddpoi_0.7_all.opk
 +
 
 +
and then:
 +
 
 +
opkg install sqlite3 gtkaddpoi_0.7_all.opk
 +
 
 +
or directly:
 +
 
 +
opkg install sqlite3 http://minucci.net/file/opkg/gtkaddpoi_0.7_all.opk
  
http://projects.openmoko.org/frs/download.php/472/gtkaddpoi_0.4a_all.opk
+
Or you can use repository http://minucci.net/file/opkg/ . To add the repository, do this:
  
After you download opk file, please upload it to you Neo, then use this command to install program.
+
cd /etc/opkg
 +
wget http://minucci.net/file/gecco-feed.conf
  
opkg install http://projects.openmoko.org/frs/download.php/472/gtkaddpoi_0.4a_all.opk
+
and then:
  
You can alse use repository http://minucci.net/file/opkg/
+
opkg update
 +
opkg install sqlite3 gtkaddpoi
  
==Screenshot==
+
==Bug==
 +
* You can't use ' or "" in the name of POI because queries won't work
  
[[Image:Image:Gtkaddpoi 01.jpg]]
+
----
 +
Visit http://minucci.net/openmoko.php
  
 
[[Category:GPS Applications]]
 
[[Category:GPS Applications]]

Latest revision as of 15:07, 27 July 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


[edit] 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.

[edit] Installation

You can download opkg file from following link

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

and then:

opkg install sqlite3 gtkaddpoi_0.7_all.opk

or directly:

opkg install sqlite3 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 sqlite3 gtkaddpoi

[edit] Bug

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

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

Personal tools

Introduction

gtkaddpoi is a simple gtk interface for search an address and add as POI on TangoGPS.

Installation

You can download ipk fils from following link

http://projects.openmoko.org/frs/download.php/472/gtkaddpoi_0.4a_all.opk

After you download opk file, please upload it to you Neo, then use this command to install program.

opkg install http://projects.openmoko.org/frs/download.php/472/gtkaddpoi_0.4a_all.opk

You can alse use repository http://minucci.net/file/opkg/

Screenshot

File:Image:Gtkaddpoi 01.jpg