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/GpsTags.class.php

    r4904 r5004  
    111111        'implemented' => true,
    112112        'tagValues'   => Array(
    113           0x00 => "above sea level",
    114           0x01 => "under sea level"
     113          0x00 => "+",
     114          0x01 => "-"
    115115        )
    116116      ), // < GPSAltitudeRef
     
    147147        'tagName'     => "GPSStatus",
    148148        'schema'      => "GPS",
    149         'translatable'=> false,
    150         'combiTag'    => 0,
    151         'implemented' => true
     149        'translatable'=> true,
     150        'combiTag'    => 0,
     151        'implemented' => true,
     152        'tagValues.special' => Array(
     153          'A' => "measurement in progress",
     154          'V' => "measurement interoperability",
     155          'unknown' => "Unknown",
     156        )
    152157      ), // < GPSStatus
    153158
     
    156161        'tagName'     => "GPSMeasureMode",
    157162        'schema'      => "GPS",
    158         'translatable'=> false,
    159         'combiTag'    => 0,
    160         'implemented' => true
     163        'translatable'=> true,
     164        'combiTag'    => 0,
     165        'implemented' => true,
     166        'tagValues.special' => Array(
     167          '2' => "2-dimensional measurement",
     168          '3' => "3-dimensional measurement",
     169          'unknown' => "Unknown",
     170        )
    161171      ), // < GPSMeasureMode
    162172
     
    174184        'tagName'     => "GPSSpeedRef",
    175185        'schema'      => "GPS",
    176         'translatable'=> false,
    177         'combiTag'    => 0,
    178         'implemented' => true
     186        'translatable'=> true,
     187        'combiTag'    => 0,
     188        'implemented' => true,
     189        'tagValues.special' => Array(
     190          'K' => "kilometers per hour",
     191          'M' => "miles per hour",
     192          'N' => "knots",
     193          'unknown' => "Unknown",
     194        )
    179195      ), // < GPSSpeedRef
    180196
     
    192208        'tagName'     => "GPSTrackRef",
    193209        'schema'      => "GPS",
    194         'translatable'=> false,
    195         'combiTag'    => 0,
    196         'implemented' => true
     210        'translatable'=> true,
     211        'combiTag'    => 0,
     212        'implemented' => true,
     213        'tagValues.special' => Array(
     214          'T' => "true direction",
     215          'M' => "magnetic direction",
     216          'unknown' => "Unknown",
     217        )
    197218      ), // < GPSTrackRef
    198219
     
    210231        'tagName'     => "GPSImgDirectionRef",
    211232        'schema'      => "GPS",
    212         'translatable'=> false,
    213         'combiTag'    => 0,
    214         'implemented' => true
     233        'translatable'=> true,
     234        'combiTag'    => 0,
     235        'implemented' => true,
     236        'tagValues.special' => Array(
     237          'T' => "true direction",
     238          'M' => "magnetic direction",
     239          'unknown' => "Unknown",
     240        )
    215241      ), // < GPSImgDirectionRef
    216242
     
    273299        'tagName'     => "GPSDestBearingRef",
    274300        'schema'      => "GPS",
    275         'translatable'=> false,
    276         'combiTag'    => 0,
    277         'implemented' => true
     301        'translatable'=> true,
     302        'combiTag'    => 0,
     303        'implemented' => true,
     304        'tagValues.special' => Array(
     305          'T' => "true direction",
     306          'M' => "magnetic direction",
     307          'unknown' => "Unknown",
     308        )
    278309      ), // < GPSDestBearingRef
    279310
     
    291322        'tagName'     => "GPSDestDistanceRef",
    292323        'schema'      => "GPS",
    293         'translatable'=> false,
    294         'combiTag'    => 0,
    295         'implemented' => true
     324        'translatable'=> true,
     325        'combiTag'    => 0,
     326        'implemented' => true,
     327        'tagValues.special' => Array(
     328          'K' => "kilometers per hour",
     329          'M' => "miles per hour",
     330          'N' => "knots",
     331          'unknown' => "Unknown",
     332        )
    296333      ), // < GPSDestDistanceRef
    297334
     
    338375        'tagName'     => "GPSDifferential",
    339376        'schema'      => "GPS",
    340         'translatable'=> false,
     377        'translatable'=> true,
    341378        'combiTag'    => 0,
    342379        'implemented' => true,
Note: See TracChangeset for help on using the changeset viewer.