Om 2008 Locations

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Reference)
Line 69: Line 69:
  
 
[[Category:Applications]]
 
[[Category:Applications]]
[[Category:OM2008.8]]
+
[[Category:Openmoko2008.8]]

Revision as of 17:12, 5 August 2008


Contents

Introduction

Locations, codenamed Splinter, is a UI application within the Diversity project. Locations uses OpenStreetMap allowing users to browse maps and manage saved locations called Tags.

Screenshots

Screenshot-2.png Om2008 locations2.png

Usage

In addition to downloading map images from the OSM server, Locations also supports local maps, which can be downloaded through the Installer. You can also create your own maps if your city is not available. For more information, refer to the Create Offline Maps section below.

Map

Use the MAP view to manage Tags with options to save, edit or send. MAP view also allows users to browse maps with zoom in and zoom out for accurate locating. If you get lost while browsing, simply tap the REFRESH button to return to your current position. It's that easy.

List

LIST view is a a centralized place to view all of your Tags. The LIST view is a combination of your own saved Tags and Tags received by friends. Selecting a Tag takes you to the exact position of the Tag in the MAP view.

Save & Send Tags

Once you are connected to GPS, saving and sending tags to friends is fun and simple.

  • Save a Tag
  1. Press the touch me bubble that hovers above your current position.
  2. After the message box appears, tap directly into the text boxes under Edit Title and Edit Messages to add your Tag title or message.
  3. After entering your title or message, press SAVE, at which point your newly created Tag will appear in bot MAP and LIST views.
  4. In the MAP view, tapping on the text of your Tag provides further options to edit or send your your Tag to a friend.
  • Send a Tag
  1. In the MAP view, tap on the text of your Tag, launching the edit * send bubble.
  2. Pressing on send will launch the Send a Tag message box
  3. Tap directly within the text boxes to edit your Tag before sending, or press Send and your Tag will be on its way.

Architecture

Splinter is an UI application, communicating with diversity-daemon dbus interface to get all the data it needs.

What Splinter does and shows is based on and through diversity-daemon, like tag management and sharing, map downloading, gps status, etc.


Design

Splinter used EFL library to implement the UI. Sync with Diversity-daemon, Splinter has objects, world, viewport concept. There is a dbus wrapper layer for diversity daemon. In pure UI part, we have widgets like dialogs, menus, different objects like tags, map tilesets, etc.

In control part, we have a nav object for controlling the navigation, showing the tileset.

Create Offline Maps

Splinter comes with a tool called splinter-map-pack. It can be used to pack tile images downloaded from OSM server into a map package:

splinter-map-pack /tmp/diversity-maps my_map.eet

Place my_map.eet in either of the directories

/usr/share/splinter/maps
/media/card/splinter-maps

and Splinter will find it automatically.

Reference

[1] Diversity project - http://diversity.projects.openmoko.org/

[2] Assassin project - http://code.google.com/p/om-assassin/

[3] OpenStreetMap - http://www.openstreetmap.org/

Personal tools
Key pages on:
Om 2008


Introduction

Locations, codenamed Splinter, is a UI application within the Diversity project. Locations uses OpenStreetMap allowing users to browse maps and manage saved locations called Tags.

Screenshots

Screenshot-2.png Om2008 locations2.png

Usage

In addition to downloading map images from the OSM server, Locations also supports local maps, which can be downloaded through the Installer. You can also create your own maps if your city is not available. For more information, refer to the Create Offline Maps section below.

Map

Use the MAP view to manage Tags with options to save, edit or send. MAP view also allows users to browse maps with zoom in and zoom out for accurate locating. If you get lost while browsing, simply tap the REFRESH button to return to your current position. It's that easy.

List

LIST view is a a centralized place to view all of your Tags. The LIST view is a combination of your own saved Tags and Tags received by friends. Selecting a Tag takes you to the exact position of the Tag in the MAP view.

Save & Send Tags

Once you are connected to GPS, saving and sending tags to friends is fun and simple.

  • Save a Tag
  1. Press the touch me bubble that hovers above your current position.
  2. After the message box appears, tap directly into the text boxes under Edit Title and Edit Messages to add your Tag title or message.
  3. After entering your title or message, press SAVE, at which point your newly created Tag will appear in bot MAP and LIST views.
  4. In the MAP view, tapping on the text of your Tag provides further options to edit or send your your Tag to a friend.
  • Send a Tag
  1. In the MAP view, tap on the text of your Tag, launching the edit * send bubble.
  2. Pressing on send will launch the Send a Tag message box
  3. Tap directly within the text boxes to edit your Tag before sending, or press Send and your Tag will be on its way.

Architecture

Splinter is an UI application, communicating with diversity-daemon dbus interface to get all the data it needs.

What Splinter does and shows is based on and through diversity-daemon, like tag management and sharing, map downloading, gps status, etc.


Design

Splinter used EFL library to implement the UI. Sync with Diversity-daemon, Splinter has objects, world, viewport concept. There is a dbus wrapper layer for diversity daemon. In pure UI part, we have widgets like dialogs, menus, different objects like tags, map tilesets, etc.

In control part, we have a nav object for controlling the navigation, showing the tileset.

Create Offline Maps

Splinter comes with a tool called splinter-map-pack. It can be used to pack tile images downloaded from OSM server into a map package:

splinter-map-pack /tmp/diversity-maps my_map.eet

Place my_map.eet in either of the directories

/usr/share/splinter/maps
/media/card/splinter-maps

and Splinter will find it automatically.

Reference

[1] Diversity project - http://diversity.projects.openmoko.org/

[2] Assassin project - http://code.google.com/p/om-assassin/

[3] OpenStreetMap - http://www.openstreetmap.org/