openbsd-ports/geo/libchamplain/pkg/DESCR
jasper e562136268 drop this structure since we're not going to ship separate python plugins as
the library is introspected anyway. so remove the confusing dir 'core'.
2012-07-16 07:11:28 +00:00

19 lines
653 B
Plaintext

Libchamplain is a C library aimed to provide a Gtk+ widget to display
rasterized maps.
* Display a map (OpenStreetMap Mapnik, OpenAerialMap,
Maps For Free Relief);
o Tiles are downloaded and cached
o Downloaded tiles fade in
* You can drag to move (a la Google Maps)
o without or with kinetic scrolling (a la iPhone)
o with elastic edges (a la iPhone)
* You can zoom in / out
* You can center the map on coordinates (longitude, latitude)
* Add markers on the map with a mixed Clutter/Champlain API
* Add layers of markers
* You can animate markers
Libchamplain-gtk is a Gtk+ widget that wraps around libchamplain's
ClutterActor.