Source: libgeo-osm-tiles-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libwww-perl,
                     libyaml-perl,
                     perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Geo-OSM-Tiles
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgeo-osm-tiles-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-osm-tiles-perl.git

Package: libgeo-osm-tiles-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libwww-perl,
         libyaml-perl
Description: module for calculating tile numbers for OpenStreetMap
 Geo::OSM::Tiles 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 $zoom/$tilex/$tiley.png. The numbering scheme is documented in the
 OSM wiki at http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames .
 .
 The package also contains the downloadosmtiles script that allows one to
 conveniently download OSM map tiles from a given OSM permalink URL.
