{
"dataSetId": "cycling",
"areaGeojson": {
"type": "Polygon",
"coordinates": [
[
[
76.376953,
27.215556
],
[
87.451172,
49.382373
],
[
136.494141,
50.345460
],
[
119.619141,
21.371244
],
[
76.376953,
27.215556
]
]
]
}
}curl --location -g --request POST 'http://datam.olmap.cn/dm/v1/api/statistics/count-by-area-geojson?eId={{eId}}&ckey={{ckey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetId": "cycling",
"areaGeojson": {
"type": "Polygon",
"coordinates": [
[
[
76.376953,
27.215556
],
[
87.451172,
49.382373
],
[
136.494141,
50.345460
],
[
119.619141,
21.371244
],
[
76.376953,
27.215556
]
]
]
}
}'{
"success": true,
"err": "",
"msg": "操作成功",
"data": {
"count": 10001
}
}