Imager-Bing-MapLayer
view release on metacpan or search on metacpan
lib/Imager/Bing/MapLayer.pm view on Meta::CPAN
foreach my $level ( @{ $self->levels } ) {
$level->save(@args);
}
}
=head1 VIEWING MAP LAYERS
=head2 Bing Maps
You can view tiles using the following web page, replacing the
C<credentials> option with your Bing Maps Key:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
xml:lang="en" lang="en">
<head>
<title>Tiles Test</title>
<script src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&mkt=en-gb"></script>
<script>
//<![CDATA[
var map;
function init(){
var map_options = {
credentials : "YOUR BING MAPS KEY HERE",
center : new Microsoft.Maps.Location(51.5171, 0.1062),
zoom : 10,
showMapTypeSelector : false,
useInertia : true,
inertiaIntensity : 0,
tileBuffer : 1,
enableSearchLogo : false,
enableClickableLogo : false,
showScalebar : false
}
( run in 0.436 second using v1.01-cache-2.11-cpan-4d50c553e7e )