{
"request": "rastersHasColormap",
"collectionName": "hongshanqu"
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services//image/rasterHasColormap' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": "rastersHasColormap",
"collectionName": "hongshanqu"
}'
{
"result": {
"rasternames": [
"hubei"
]
},
"resultcode": "success"
}