{
"dataSetId":"county0.01",
"bbox":"116.37980461120605,39.916714596441984,116.43842697143553,39.92622640678879",
"query":{"tag.adcode":"110101"}
}curl --location -g --request GET 'http://datam.olmap.cn/dm/v1/api/data/geo-query/bbox?eId={{eId}}&ckey={{ckey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetId":"county0.01",
"bbox":"116.37980461120605,39.916714596441984,116.43842697143553,39.92622640678879",
"query":{"tag.adcode":"110101"}
}'{
"success": true,
"err": "",
"msg": "操作成功",
"data": {
"result": [
{
"_id": "ed80a136-eec1-11eb-b3ee-dd1ee6d6b56a",
"tag": {
"name": "东城区",
"adcode": "110101",
"citycode": "010",
"center": "[116.416334,39.928359]"
},
"importTaskId": "60ffb15fb8652774378f2b84",
"userId": "",
"createTime": "2021-07-27T07:49:54.013Z",
"isSync": "0",
"isSyncES": "0",
"geom": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
116.44364,
39.872846
],
[
116.446708,
39.946112
],
[
116.387663,
39.960923
],
[
116.380586,
39.871146
],
[
116.44364,
39.872846
]
]
]
]
}
}
]
}
}