terriajs
Version:
Geospatial data visualization platform.
29 lines • 434 B
JSON
{
"type": "object",
"properties": {
"type": {
"options": {
"hidden": true
},
"type": "string",
"enum": [
"mapbox-map"
]
}
},
"title": "Mapbox Map",
"allOf": [
{
"$ref": "CatalogItem.json"
},
{
"$ref": "ImageryLayerCatalogItem.json"
},
{
"$ref": "CatalogMember.json"
},
{
"$ref": "MapboxMapCatalogItem.json"
}
]
}