

This CGI tags the EXIF header of the selected photo in Flucard® with GeoTag Information.
http://<ip>/cgi-bin/geotag?latDeg=<int>/1&latMin=<int>/1&latSec=<int>/1000&longDeg<int>/1+longMin=<int>/1&longSec=<int>/1000&fn=<filename>
- ip: Flucard® IP address
- latDeg = (int) latitude;
- latMin = (int) ((latitude - latDeg)*60);
- latSec = (int)((((latitude - latDeg)*60)-latMin)*60*1000);
- logDeg = (int) longitude;
- logMin = (int) ((longitude - logDeg)*60);
- logSec = (int) ((((longitude - logDeg)*60)-logMin)*60*1000);
- file_name consists of the fullpath and filename of the file to be tagged. This field must not be empty.







