Files
OpenSpace/modules/globebrowsing/gdal_data/eedaconf.json
Alexander Bock 512e35bea6 Feature/globe speedup (#862)
* Updated GDAL version to 2.4.1
 * Add vtune performance commands
 * Add Nvtools performance commands
 * Add warning if GDAL dataset could not be loaded
2019-05-17 18:24:14 +02:00

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
}
}