{
"data": {
"type": "GeometryCollection",
"geometries": [
{
"type": "Polygon",
"coordinates": [
[
[
109.73338529,
24.94718866
],
[
109.73338529,
25.11594093
],
[
109.99245568,
25.11594093
],
[
109.99245568,
24.94718866
],
[
109.73338529,
24.94718866
]
]
]
}
]
},
"geoSRS": "EPSG:4490",
"areaSRS": "EPSG:4526"
}
curl --location --request GET 'http://172.16.1.44:9800/rest/services/geometry/shpexport' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"type": "GeometryCollection",
"geometries": [
{
"type": "Polygon",
"coordinates": [
[
[
109.73338529,
24.94718866
],
[
109.73338529,
25.11594093
],
[
109.99245568,
25.11594093
],
[
109.99245568,
24.94718866
],
[
109.73338529,
24.94718866
]
]
]
}
]
},
"geoSRS": "EPSG:4490",
"areaSRS": "EPSG:4526"
}'
{}