forked from qwerty/tupali
correccion en georeferencia de imagen
This commit is contained in:
parent
c267b25bba
commit
19df1c85e6
@ -112,7 +112,7 @@ if ( !empty($exif['GPSLongitude']) && !empty($exif['GPSLatitude']) ) {
|
|||||||
if ( $exif['GPSLatitudeRef'] == 'S')
|
if ( $exif['GPSLatitudeRef'] == 'S')
|
||||||
$gps_latitude = -$gps_latitude;
|
$gps_latitude = -$gps_latitude;
|
||||||
if($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 ="";}
|
}else{$resultado ="";}
|
||||||
//$resultado = "$gps_longitude $gps_latitude";
|
//$resultado = "$gps_longitude $gps_latitude";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user