Same filename in this branch
  1. 7.x-1.x README.txt
README file for the EXIF Location Drupal module.

Description
***********
This module provides a bridge between EXIF and Node Locations modules by
copying field_gps_gpslatitude and field_gps_gpslongitudelatitude values
(extracted from an image by the EXIF module) into the latitude and longitude
fields of a node.


Requirements
************
EXIF (http://drupal.org/project/exif)
Location (http://drupal.org/project/location)
Node Locations (a submodule included with Location)


Usage
*****
There are no settings for this module. If the node's Latitude and Longitude
fields are empty and EXIF latitude and longitude data exists, then it will be
copied to the Location fields. This design allows EXIF data to be used as a
starting point with further refinement of coordinates still possible using
Location module.

To restore the original EXIF data as coordinates, simply remove the latitude
and longitude values from the node's location.

File

exif_location/README.txt

View source
  1. README file for the EXIF Location Drupal module.
  2. Description
  3. ***********
  4. This module provides a bridge between EXIF and Node Locations modules by
  5. copying field_gps_gpslatitude and field_gps_gpslongitudelatitude values
  6. (extracted from an image by the EXIF module) into the latitude and longitude
  7. fields of a node.
  8. Requirements
  9. ************
  10. EXIF (http://drupal.org/project/exif)
  11. Location (http://drupal.org/project/location)
  12. Node Locations (a submodule included with Location)
  13. Usage
  14. *****
  15. There are no settings for this module. If the node's Latitude and Longitude
  16. fields are empty and EXIF latitude and longitude data exists, then it will be
  17. copied to the Location fields. This design allows EXIF data to be used as a
  18. starting point with further refinement of coordinates still possible using
  19. Location module.
  20. To restore the original EXIF data as coordinates, simply remove the latitude
  21. and longitude values from the node's location.