LWN.net Logo

ANNOUNCE: osm-gps-map 0.5

From:  John Stowers <john.stowers-AT-gmail.com>
To:  gnome-announce-list-AT-gnome.org, osm-gps-map-AT-googlegroups.com
Subject:  ANNOUNCE: osm-gps-map 0.5
Date:  Thu, 21 Jan 2010 18:10:27 +0100
Message-ID:  <7e40b04b1001210910y5bc840bbgd80576cf3bb861d7@mail.gmail.com>
Archive-link:  Article, Thread

Hi Everyone,

I am pleased to announce version 0.5 of osm-gps-map, a library, and
python bindings for displaying raster map data from a variety of
different sources.

Where to Get It
============
Homepage:
  * http://nzjrs.github.com/osm-gps-map/
Downloads:
  * http://www.johnstowers.co.nz/files/osm-gps-map/osm-gps-ma...
  * http://www.johnstowers.co.nz/files/osm-gps-map/python-osm...
Downloads (windows):
  * http://www.johnstowers.co.nz/files/osm-gps-map/osm-gps-ma...
  * http://www.johnstowers.co.nz/files/osm-gps-map/python-osm...

What is New
============
  * Note: Many of the improvements this release was based on
    code from Till Harbaum
  * GDK drawing is not supported anymore, you must have cairo installed
  * Use automake silent rules
  * Add keyboard navigation support to map widget
  * Draw GPS heading in position indicator
  * Allow disabling of tile cache
  * You can now change the map source at runtime
  * Redraw and performance improvements
  * Update python bindings
  * Build and run correctly on Windows
  * Add OPENCYCLEMAP and OSM_PUBLIC_TRANSPORT
  * A new "changed" signal. Connect to this to monitor when the map zoom/scroll
    or center changes.
  * Add osm_gps_map_source_is_valid

What Is It
============
osm-gps-map is a Gtk+ widget (and Python bindings) that when given GPS
co-ordinates, draws a GPS track, and points of interest on a moving
map display. It Currently supports a number of different mapping
sources;

 * openstreetmap (default)
 * maps-for-free
 * satellite maps from a number of proprietary providers

It also has the following features;

 * Intelligent caching of maps, including the ability to request a
    specific area of the map to be cached ahead of time
 * Recording of points of interest on the map (and the ability to add
    arbitary pixmaps at those points
 * Automatically draws a GPS track (a line showing the history of
    past added points)
 * Automatic centering on new GPS points
 * Support for multiple other tracks of co-ordinate points
 * Adjustable Zoom
 * Includes comprehensive examples (C and Python)
 * Simple, flat API

John Stowers
_______________________________________________
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list



(Log in to post comments)

Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds