correccion en georeferencia de imagen

This commit is contained in:
fredyrivera 2017-04-13 19:07:01 -05:00
parent c267b25bba
commit 19df1c85e6
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ if ( !empty($exif['GPSLongitude']) && !empty($exif['GPSLatitude']) ) {
if ( $exif['GPSLatitudeRef'] == 'S')
$gps_latitude = -$gps_latitude;
if($gps_latitude !='') {
$resultado = "../mapero.php?lon=$gps_latitude&lat=$gps_longitude&zoom=18";
$resultado = "../mapa.php?lon=$gps_latitude&lat=$gps_longitude&zoom=18";
}else{$resultado ="";}
//$resultado = "$gps_longitude $gps_latitude";