correccion en georeferencia de imagen

This commit is contained in:
fredyrivera 2017-04-13 20:12:19 -05:00
parent 0308c25e1e
commit d4c57f5b24
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 = "../mapa.php?lon=$gps_latitude&lat=$gps_longitude&zoom=18&exif=$name";
$resultado = "../mapa.php?lon=$gps_latitude&lat=$gps_longitude&zoom=18&exif=$file";
}else{$resultado ="";}
//$resultado = "$gps_longitude $gps_latitude";