terriajs
Version:
Geospatial data visualization platform.
27 lines • 569 B
JSON
{
"type": "object",
"properties": {
"type": {
"options": {
"hidden": true
},
"type": "string",
"enum": [
"socrata"
]
}
},
"description": "A CatalogGroup representing a collection of layers from a [Socrata](http://Socrata.org) server. Only spatial layers with a defined Map\rvisualisation are shown, using WMS.",
"title": "Socrata Server",
"allOf": [
{
"$ref": "CatalogGroup.json"
},
{
"$ref": "CatalogMember.json"
},
{
"$ref": "SocrataCatalogGroup.json"
}
]
}