-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasGPS GPS & IPTC tagging.xmp
42 lines (42 loc) · 1.19 KB
/
asGPS GPS & IPTC tagging.xmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 4.4.0">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:bib="http://www.bibblelabs.com/BibbleToplevel/5.0/"
xmlns:bset="http://www.bibblelabs.com/BibbleSettings/5.0/"
xmlns:blay="http://www.bibblelabs.com/BibbleLayers/5.0/"
xmlns:bopt="http://www.bibblelabs.com/BibbleOpt/5.0/"
xmlns:copyset="bibblecopyset"
copyset:Hotkey="Ctrl+1"
copyset:CopyLayers="0">
<bib:settings>
<rdf:Description
bset:settingsVersion="66"
bset:respectsTransform="True"
bset:curLayer="0">
<bset:layers>
<rdf:Seq>
<rdf:li>
<rdf:Description
blay:layerId="0"
blay:layerPos="0"
blay:name=""
blay:enabled="True">
<blay:options
bopt:City=""
bopt:State=""
bopt:Country=""
bopt:CountryCode=""
bopt:Location=""
bopt:GPSLatitude=""
bopt:GPSLongitude=""
bopt:GPSAltitude=""
bopt:GPSStatus="A"/>
</rdf:Description>
</rdf:li>
</rdf:Seq>
</bset:layers>
</rdf:Description>
</bib:settings>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>