| 404 |
if(isset($photos[$i][path]) && isset($photos[$i][url])){ |
if(isset($photos[$i][path]) && isset($photos[$i][url])){ |
| 405 |
/*Check file has gpsdata or not.*/ |
/*Check file has gpsdata or not.*/ |
| 406 |
$tmp=get_gpsdata($photos[$i][path]); |
$tmp=get_gpsdata($photos[$i][path]); |
| 407 |
if(isnull($tmp)){ |
if(isset($tmp)){ |
| 408 |
if(!isset($photos[$i][long]) || !isset($photos[$i][lat])){ |
if(!isset($photos[$i][long]) || !isset($photos[$i][lat])){ |
| 409 |
/*NG case */ |
/*NG case */ |
| 410 |
}else{ |
}else{ |
| 428 |
|
|
| 429 |
/*Latter is same.*/ |
/*Latter is same.*/ |
| 430 |
|
|
| 431 |
return exif2gmap_male_gmapcode($ans); |
return exif2gmap_make_gmapcode($ans); |
| 432 |
|
|
| 433 |
} |
} |
| 434 |
|
|