The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Gtk2-Ex-Geo
========================

Gtk2::Ex::Geo contains a widget for spatial (geographical) data (an
overlay widget). This data is maintained by two Perl modules available
at CPAN: Geo::Raster for raster data and Geo::Shapelib for vector
data. Geo::Raster is an interface to libral (libral.sf.net) and
Geo::Shapelib is an interface to shapelib
(shapelib.maptools.org). This widget is a subclass of
Gtk2::ScrolledWindow.

Gtk2::Ex::Geo contains also a glue class, which contains an overlay
widget and other widgets like toolbar, entry, treeview.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

Geo::Shapelib
Geo::Raster
Gtk2

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2005 by Ari Jolma

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.5 or,
at your option, any later version of Perl 5 you may have available.