Gtkaddpoi

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Screenshot)
 
(27 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]].
It's use Yahoo Maps API for found coordinate from an address and put this POI on TangoGPS database.
+
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:
  
  http://projects.openmoko.org/frs/download.php/490/gtkaddpoi_0.5_all.opk
+
  opkg install sqlite3 gtkaddpoi_0.7_all.opk
  
After you download opk file, please upload it to you Neo, then use this command to install program.
+
or directly:
  
  opkg install http://projects.openmoko.org/frs/download.php/490/gtkaddpoi_0.5_all.opk
+
  opkg install sqlite3 http://minucci.net/file/opkg/gtkaddpoi_0.7_all.opk
  
You can use repository http://minucci.net/file/opkg/ too. 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
 
  wget http://minucci.net/file/gecco-feed.conf
 
  wget http://minucci.net/file/gecco-feed.conf
  
==Screenshot==
+
and then:
  
[[Image:Gtkaddpoi 01.jpg]] Window for search address
+
opkg update
 +
opkg install sqlite3 gtkaddpoi
  
[[Image:Gtkaddpoi 02.jpg]] Window for delete POI
+
==Bug==
 +
* You can't use ' or "" in the name of POI because queries won't work
  
[[Image:Gtkaddpoi preview.png]] Window with preview of POI with zoom button
+
----
 +
Visit http://minucci.net/openmoko.php
  
 
[[Category:GPS Applications]]
 
[[Category:GPS Applications]]

Latest revision as of 16: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. It's use Yahoo Maps API for found coordinate from an address and put this POI on TangoGPS database.

Installation

You can download ipk fils from following link

http://projects.openmoko.org/frs/download.php/490/gtkaddpoi_0.5_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/490/gtkaddpoi_0.5_all.opk

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

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

Screenshot

Gtkaddpoi 01.jpg Window for search address

Gtkaddpoi 02.jpg Window for delete POI

Gtkaddpoi preview.png Window with preview of POI with zoom button