Fix 'Tags' padding to keep it farther from the edge and document the source of the...
[lhc/web/wiklou.git] / tests / phpunit / data / xmp / gps.result.php
1 <?php
2
3 $result = [ 'xmp-exif' =>
4 [
5 'GPSAltitude' => -3.14159265301,
6 'GPSDOP' => '5/1',
7 'GPSLatitude' => 88.51805555,
8 'GPSLongitude' => -21.12356945,
9 'GPSVersionID' => '2.2.0.0'
10 ]
11 ];