terriajs
Version:
Geospatial data visualization platform.
30 lines • 553 B
JSON
{
"type": "object",
"properties": {
"type": {
"options": {
"hidden": true
},
"type": "string",
"enum": [
"esri-mapServer"
]
}
},
"description": "A ImageryLayerCatalogItem representing a layer from an Esri ArcGIS MapServer.",
"title": "Esri ArcGIS MapServer",
"allOf": [
{
"$ref": "CatalogItem.json"
},
{
"$ref": "ImageryLayerCatalogItem.json"
},
{
"$ref": "CatalogMember.json"
},
{
"$ref": "ArcGisMapServerCatalogItem.json"
}
]
}