terriajs
Version:
Geospatial data visualization platform.
30 lines • 491 B
JSON
{
"type": "object",
"properties": {
"type": {
"options": {
"hidden": true
},
"type": "string",
"enum": [
"kml"
]
}
},
"description": "A CatalogItem representing KML or KMZ feature data.",
"title": "KML or KMZ",
"allOf": [
{
"$ref": "CatalogItem.json"
},
{
"$ref": "DataSourceCatalogItem.json"
},
{
"$ref": "CatalogMember.json"
},
{
"$ref": "KmlCatalogItem.json"
}
]
}