File: control

package info (click to toggle)
libgeo-osm-tiles-perl 0.04-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 156 kB
  • ctags: 18
  • sloc: perl: 463; makefile: 10
file content (30 lines) | stat: -rw-r--r-- 1,287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: libgeo-osm-tiles-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libwww-perl,
                     libyaml-perl,
                     rename,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgeo-osm-tiles-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgeo-osm-tiles-perl.git
Homepage: https://metacpan.org/release/Geo-OSM-Tiles

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.