UNPKG

terriajs

Version:

Geospatial data visualization platform.

30 lines 493 B
{ "type": "object", "properties": { "type": { "options": { "hidden": true }, "type": "string", "enum": [ "geojson" ] } }, "description": "A CatalogItem representing GeoJSON feature data.", "title": "GeoJSON", "allOf": [ { "$ref": "CatalogItem.json" }, { "$ref": "DataSourceCatalogItem.json" }, { "$ref": "CatalogMember.json" }, { "$ref": "GeoJsonCatalogItem.json" } ] }