Geo-OSM-Tiles version 0.01 ========================== Geo::OSM::Tiles - Calculate tile numbers for OpenStreetMap This module provides functions for calculating the path to a map tile at OpenStreetMap out of geographic coordinates. The path of a tile at OSM has the form C<$zoom/$tilex/$tiley.png>. It contains the script downloadosmtiles.pl that downloads all map tiles from an OpenStreetMap tile server for some geographic region in a range of zoom levels. PREREQUISITES This module requires these other modules and libraries: LWP INSTALLATION To install this module type the following: perl Makefile.PL make make test make install COPYRIGHT AND LICENCE Copyright (C) 2008 by Rolf Krahl 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.8 or, at your option, any later version of Perl 5 you may have available.