{
"dataSetId": "county0.01",
"query": {
"tag.adcode": "110108"
},
"geoJSONArray": [
{
"type": "Point",
"coordinates": [
116.54736400941769,
39.951025277783025
]
},
{
"_id":"2",
"type": "Point",
"coordinates": [
116.298523,
39.996586
]
},
{
"type": "Point",
"coordinates": [
116.54736400941769,
38.951025277783025
]
}
]
}curl --location -g --request POST 'http://datam.olmap.cn/dm/v1/api/data/geo-query/who-in-polygon?eId={{eId}}&ckey={{ckey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetId": "county0.01",
"query": {
"tag.adcode": "110108"
},
"geoJSONArray": [
{
"type": "Point",
"coordinates": [
116.54736400941769,
39.951025277783025
]
},
{
"_id":"2",
"type": "Point",
"coordinates": [
116.298523,
39.996586
]
},
{
"type": "Point",
"coordinates": [
116.54736400941769,
38.951025277783025
]
}
]
}'{
"success": true,
"err": "",
"msg": "操作成功",
"data": [
{
"_id": "2",
"type": "Point",
"coordinates": [
116.298523,
39.996586
]
}
]
}