This commit is contained in:
Mario Vavti 2015-03-17 15:12:39 +01:00
commit ccdb027677
3 changed files with 3016 additions and 2895 deletions

View File

@ -209,8 +209,8 @@ function photo_upload($channel, $observer, $args) {
if($exif && $exif['GPS']) {
if(feature_enabled($channel_id,'photo_location')) {
$lat = getGps($exif['GPS']['GPSLatitude'], $exif['GPSLatitudeRef']);
$lon = getGps($exif['GPS']['GPSLongitude'], $exif['GPSLongitudeRef']);
$lat = getGps($exif['GPS']['GPSLatitude'], $exif['GPS']['GPSLatitudeRef']);
$lon = getGps($exif['GPS']['GPSLongitude'], $exif['GPS']['GPSLongitudeRef']);
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff