Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

where myfile.jpg.meta contained the following:

Code Block
[asset]
geoshape/point]
/latitude = "10.0"
geoshape/point/longitude = "20.0"
geoshape/point/elevation = "100.0"

[mytype]
name = "the name"
details = "some more information"


Note

The asset section contains built-in "first class" asset metadata entries, whereas the mytype section contains the custom metadata.


We can then import the file using pshell, eg:

...