1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/modules/exif_gps/views/exif_gps_static_sidebar.html.php

9 lines
535 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
2012-06-19 00:00:07 +00:00
<?
$map_api_key = "";
if (module::get_var("exif_gps", "googlemap_api_key", "") != "") {
$map_api_key = "&key=" . module::get_var("exif_gps", "googlemap_api_key");
}
?>
<img src="http://maps.google.com/maps/api/staticmap?center=<?=$latitude; ?>,<?=$longitude; ?>&zoom=<?= module::get_var("exif_gps", "sidebar_zoom"); ?>&size=205x214&maptype=<?=$sidebar_map_type ?>&markers=color:red|color:red|<?=$latitude; ?>,<?=$longitude; ?><?= $map_api_key; ?>&sensor=false">