{
"dataSetId": "county0.01",
"page": 1,
"limit": 1,
"polygon": {
"type": "Polygon",
"coordinates": [
[
[
115.73547363281249,
40.136890695345905
],
[
116.59240722656249,
40.41767833585549
],
[
117.26806640625,
39.82119422647453
],
[
116.26831054687501,
39.49132430037711
],
[
115.75195312499999,
39.73253798438173
],
[
115.73547363281249,
40.136890695345905
]
]
]
}
}curl --location -g --request POST 'http://datam.olmap.cn/dm/v1/api/data/geo-query/polygon?eId={{eId}}&ckey={{ckey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetId": "county0.01",
"page": 1,
"limit": 1,
"polygon": {
"type": "Polygon",
"coordinates": [
[
[
115.73547363281249,
40.136890695345905
],
[
116.59240722656249,
40.41767833585549
],
[
117.26806640625,
39.82119422647453
],
[
116.26831054687501,
39.49132430037711
],
[
115.75195312499999,
39.73253798438173
],
[
115.73547363281249,
40.136890695345905
]
]
]
}
}'{
"success": true,
"err": "",
"msg": "操作成功",
"data": {
"result": [
{
"_id": "ed80a133-eec1-11eb-b3ee-dd1ee6d6b56a",
"tag": {
"name": "门头沟区",
"adcode": "110109",
"citycode": "010",
"center": "[116.101668,39.940842]"
},
"importTaskId": "60ffb15fb8652774378f2b84",
"userId": "",
"createTime": "2021-07-27T07:49:53.925Z",
"isSync": "0",
"isSyncES": "0",
"geom": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
116.151573,
39.993437
],
[
116.048873,
40.0853
],
[
115.968575,
40.07549
],
[
115.85334,
40.149333
],
[
115.773029,
40.176191
],
[
115.734117,
40.129375
],
[
115.599114,
40.120016
],
[
115.509706,
40.065471
],
[
115.426773,
39.950082
],
[
115.523007,
39.898921
],
[
115.569271,
39.813266
],
[
115.630984,
39.871979
],
[
115.769388,
39.925238
],
[
116.054644,
39.845956
],
[
116.167029,
39.888757
],
[
116.111948,
39.942929
],
[
116.151573,
39.993437
]
]
]
]
}
}
],
"totalCount": 24,
"pageNo": 1,
"pageSize": 1
}
}