{
"request": "statistic",
"datasourceName": "hsq",
"datasetName": "洪山区_行政区注记.shp",
"statisticinfos": [
{
"length": "MIN"
},
{
"area": "MAX"
},
{
"name": "UNIQUEVALUE",
"limit": 10
}
]
}
curl --location --request GET 'http://172.16.1.44:9800/rest/services/hsqvectordata/data/gettile' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": "statistic",
"datasourceName": "hsq",
"datasetName": "洪山区_行政区注记.shp",
"statisticinfos": [
{
"length": "MIN"
},
{
"area": "MAX"
},
{
"name": "UNIQUEVALUE",
"limit": 10
}
]
}'
{}