Image/Maps/Plot/FromPostcode version 0.02
=========================================

Plots postcode-defined points on JPEG maps, and creates an HTML page with an image map to display the image.

INSTALLATION

To install this module do the usual:

   perl Makefile.PL
   make
   make test
   make install

Substitute make with your maker (dmanke, nmake, etc).

DEPENDENCIES

This module requires these other modules and libraries:

	5.006;
	strict;
	warnings;
	GD;
	File::Basename;
	Data::Dumper;
	WWW::MapBlast.

COPYRIGHT AND LICENCE

Copyright (C) Lee Goddard, 2001.  All Rights Reserved.

This module is supplied and may be used under the same terms as Perl itself.

The public domain maps provided with this distribution are the property of their respective copyright holders.

