{
"request": "featureoperate",
"Request-Method": "POST",
"datasourceName": "hsq",
"datasetName": "洪山区_行政区注记.shp",
"features": {
"type": "GeometryCollection",
"Geometries": [
{
"type": "MultiPolygon",
"coordinates": [
[
[
[
39538570.904916,
3348045.926657
],
[
39541833.722435,
3348045.926657
],
[
39541833.722435,
3346090.262741
],
[
39538570.904916,
3346090.262741
],
[
39538570.904916,
3348045.926657
]
]
]
]
},
{
"type": "MultiPolygon",
"coordinates": [
[
[
[
39539422.074704,
3347671.006632
],
[
39541185.212121,
3347671.006632
],
[
39541185.212121,
3346576.645476
],
[
39539422.074704,
3346576.645476
],
[
39539422.074704,
3347671.006632
]
]
]
]
}
]
},
"geoSRS": "EPSG:4490"
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services/hsqvectordata/data/featureoperate' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": "featureoperate",
"Request-Method": "POST",
"datasourceName": "hsq",
"datasetName": "洪山区_行政区注记.shp",
"features": {
"type": "GeometryCollection",
"Geometries": [
{
"type": "MultiPolygon",
"coordinates": [
[
[
[
39538570.904916,
3348045.926657
],
[
39541833.722435,
3348045.926657
],
[
39541833.722435,
3346090.262741
],
[
39538570.904916,
3346090.262741
],
[
39538570.904916,
3348045.926657
]
]
]
]
},
{
"type": "MultiPolygon",
"coordinates": [
[
[
[
39539422.074704,
3347671.006632
],
[
39541185.212121,
3347671.006632
],
[
39541185.212121,
3346576.645476
],
[
39539422.074704,
3346576.645476
],
[
39539422.074704,
3347671.006632
]
]
]
]
}
]
},
"geoSRS": "EPSG:4490"
}'
{}