Layer Visibility API Resource

HDC local layer visibility Web Service

GET /layervisibility/hide/{layerId}

Hide local layer

Request Parameters
name type description default constraints
layerId path layer to be set with restrictions   long
Response Body
media type data type description
application/json object JSON Response indicating where operation was successfully or not

GET /layervisibility/setindex/{layerId}

Set visibility index for local layer

Request Parameters
name type description default constraints
layerId path layer to be set with restrictions   long
zindex query valoue ofg order index to be set 0 long
Response Body
media type data type description
*/* object JSON Response indicating where operation was successfully or not

GET /layervisibility/show/{layerId}

Show hidden local layer

Request Parameters
name type description default constraints
layerId path layer to be set with restrictions   long
Response Body
media type data type description
application/json object JSON Response indicating where operation was successfully or not