libgeo-google-mapobject-perl 0.06-4 source package in Ubuntu

Changelog

libgeo-google-mapobject-perl (0.06-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove 1 unused lintian overrides.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Mon, 12 Dec 2022 20:59:59 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgeo-google-mapobject-perl_0.06-4.dsc 2.3 KiB 2bd2afbc8c1df064d34251cfd8b050531f994ef2ba957fc6a9ac03790511b8c1
libgeo-google-mapobject-perl_0.06.orig.tar.gz 16.2 KiB 317de839dff56f9c5952c6f54e04119065f86aa7bb490e965e2fb25683c78911
libgeo-google-mapobject-perl_0.06-4.debian.tar.xz 2.6 KiB fccc1d9f884e1173ff543377daf89622171e5fe381913bca72ea02c23d81bf61

Available diffs

No changes file available.

Binary packages built by this source

libgeo-google-mapobject-perl: module managing the server side of the Google Maps API

 Geo::Google::MapObject is intended to provide a server side solution to
 working with the Google Maps API. In particular an object of this class
 encapsulates a "map" object that provides support for the static maps API,
 the javascript maps API, AJAX calls and non-javascript fallback data; but
 without making many assumptions about the surrounding framework. It is assumed
 that a template framework with support for a "dot" notation is being used,
 for example HTML::Template::Pluggable. An important commitment of the module
 is support for graceful and consistent fallback to a functional
 non-javascript web page.
 .
 The javascript and static Google map APIs do not behave in quite the same way
 when zoom and center are not specified. Specifically it works quite well with
 the static maps
 (http://developers.google.com/maps/documentation/staticmaps/?csw=1)
 but not so well with the javascript API. To compensate for this the
 module gives a choice between: specifying the center and zoom levels;
 allowing the APIs and client side code to do whatever they think best; using
 a built in algorithm to calculate a sensible zoom and center; and finally
 supplying ones own algorithm to calculate a sensible zoom and center.