Ignore:
Timestamp:
Feb 28, 2010, 10:00:25 PM (14 years ago)
Author:
grum
Message:

update GPS, XMP and MAGIC tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/JpegMetaData/TagDefinitions/MagicTags.class.php

    r4998 r5004  
    8989      ),
    9090
    91 
    9291      'ShotInfo.Aperture' => Array(
    9392        'implemented'  => true,
     
    117116        'tagValues'    => Array(
    118117          "{exif.exif.ISOSpeedRatings}",
     118          "{xmp.exif:ISOSpeedRatings}",
    119119          "{exif.Pentax.ISO}",
    120           "{exif.Canon.CanonShotInfo.BaseISO}",
    121           "{xmp.exif:ISOSpeedRatings}",
    122120        )
    123121      ),
     
    138136        'translatable' => false,
    139137        'tagValues'    => Array(
    140           "{exif.exif.FocalLengthIn35mm}",
    141           "{xmp.exif:FocalLengthIn35mm}",
     138          "{exif.exif.FocalLengthIn35mmFilm}",
     139          "{xmp.exif:FocalLengthIn35mmFilm}",
    142140        )
    143141      ),
     
    299297      ),
    300298
     299      'GPS.Altitude' => Array(
     300        'implemented'  => true,
     301        'translatable' => false,
     302        'tagValues' => Array(
     303          "{exif.gps.GPSAltitudeRef}{exif.gps.GPSAltitude}m",
     304          "{xmp.exif:GPSAltitudeRef}{xmp.exif:GPSAltitude}m",
     305        )
     306      ),
     307
     308      'GPS.Latitude' => Array(
     309        'implemented'  => true,
     310        'translatable' => false,
     311        'tagValues' => Array(
     312          "{exif.gps.GPSLatitude} {exif.gps.GPSLatitudeRef}",
     313          "{xmp.exif:GPSLatitude}",
     314        )
     315      ),
     316
     317      'GPS.Longitude' => Array(
     318        'implemented'  => true,
     319        'translatable' => false,
     320        'tagValues' => Array(
     321          "{exif.gps.GPSLongitude} {exif.gps.GPSLongitudeRef}",
     322          "{xmp.exif:GPSLongitude}",
     323        )
     324      ),
     325
    301326    );
    302327
Note: See TracChangeset for help on using the changeset viewer.