# WWW-StreetMap **Repository Path**: mirrors_gitpan/WWW-StreetMap ## Basic Information - **Project Name**: WWW-StreetMap - **Description**: Read-only release history for WWW-StreetMap - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME WWW::StreetMap - Interface to http://www.streetmap.co.uk/ SYNOPSIS use WWW::StreetMap; DESCRIPTION Interface to http://www.streetmap.co.uk/ Please respect the terms and conditions of the excellent streetmap website: http://www.streetmap.co.uk/disclaimer.htm CLASS METHODS new new(url => $url) OBJECT METHODS build_map_jpg build_map_jpg Download the map from streetmap and join it into a single jpeg image. create_oo_doc create_oo_doc($filename, $map_filename) Create an OpenOffice Writer document containg the map. If you do not specify a pre-existing map then $map_filename will default to $filename with the .jpg extension added. INSTALLATION This module uses Module::Build for its installation. To install this module type the following: perl Build.PL ./Build ./Build test ./Build install If you do not have Module::Build type: perl Makefile.PL to fetch it. Or use CPAN or CPANPLUS and fetch it "manually". DEPENDENCIES This module requires these other modules and libraries: Test::More Test::More is only required for testing purposes This module has these optional dependencies: Test::Distribution This is just requried for testing purposes. TODO * Construction of URL by user specifying Post Code, London Street etc. BUGS To report a bug or request an enhancement use CPAN's excellent Request Tracker, either via the web: or via email: bug-www-streetmap@rt.cpan.org SOURCE AVAILABILITY This source is part of a SourceForge project which always has the latest sources in svn. http://sourceforge.net/projects/sagar-r-shah/ AUTHOR Sagar R. Shah COPYRIGHT Copyright 2004-7, Sagar R. Shah, All rights reserved This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.