Ignore:
Timestamp:
Mar 21, 2010, 11:58:42 PM (14 years ago)
Author:
grum
Message:

fix GPS managment with XMP metadata ; and fix some minor bugs

File:
1 edited

Legend:

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

    r5222 r5237  
    16361636        'gpsTag'       => 0xFFFF, // combination of tags 0x02 & 0x01
    16371637        'implemented'  => true,
    1638         'translatable' => false,
     1638        'translatable' => true,
    16391639        'type'         => self::TYPE_SIMPLE,
    16401640        'schema'       => "exif",
     
    16431643        'gpsTag'       => 0xFFFF, // combination of tags 0x04 & 0x03
    16441644        'implemented'  => true,
    1645         'translatable' => false,
     1645        'translatable' => true,
    16461646        'type'         => self::TYPE_SIMPLE,
    16471647        'schema'       => "exif",
     
    17481748        'gpsTag'       => 0xFFFF,  // combination of tags 0x14 & 0x13
    17491749        'implemented'  => true,
    1750         'translatable' => false,
     1750        'translatable' => true,
    17511751        'type'         => self::TYPE_SIMPLE,
    17521752        'schema'       => "exif",
     
    17551755        'gpsTag'       => 0xFFFF,  // combination of tags 0x16 & 0x15
    17561756        'implemented'  => true,
    1757         'translatable' => false,
     1757        'translatable' => true,
    17581758        'type'         => self::TYPE_SIMPLE,
    17591759        'schema'       => "exif",
Note: See TracChangeset for help on using the changeset viewer.