mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
* Updated GDAL version to 2.4.1 * Add vtune performance commands * Add Nvtools performance commands * Add warning if GDAL dataset could not be loaded
12 lines
379 B
JSON
Vendored
12 lines
379 B
JSON
Vendored
{
|
|
"##example_collection/example_subcollection": {
|
|
"fields": [
|
|
{ "name": "a_int_field", "type": "int" },
|
|
{ "name": "a_int64_field", "type": "int64" },
|
|
{ "name": "a_int64_field", "type": "int64" },
|
|
{ "name": "a_real_field", "type": "double" }
|
|
],
|
|
"add_other_properties_field": true
|
|
}
|
|
}
|