gcube-cms-suite/geoportal-service/src/main/resources/examples/layer.json

19 lines
425 B
JSON

{
"_type" : "gcube-sdi-layer",
"ogcLinks" : [
{"wms":""},{"wfs": ""},{"csw": ""}
],
"bbox" : {"maxY" : 90,"maxX" : 180,"minY" : -90, "minX": -180},
"platformInfo" : [
{"_type" : "Geoserver",
"layerName" : "...",
"workspace" : "",
"storeName" : "",
"persistencePath" : "..",
"files" : ["","",""]},
{"_type" : "GeoNetwork",
"layerID" : 0,
"layerUUID" : ".."}
]
}