From 19df1c85e638b852db35aac02545b7426de7453b Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Thu, 13 Apr 2017 19:07:01 -0500 Subject: [PATCH] correccion en georeferencia de imagen --- milfs/includes/upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milfs/includes/upload.php b/milfs/includes/upload.php index cd6cae9..d8fd717 100755 --- a/milfs/includes/upload.php +++ b/milfs/includes/upload.php @@ -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";