curl --location --globoff --request GET 'https://editor.olmap.cn/data/geo-query/near?eId={{eId}}&ckey={{ckey}}' \
--data-urlencode 'dataSetId=cycling' \
--data-urlencode 'center=[116.421432,39.934750]' \
--data-urlencode 'minDistance=' \
--data-urlencode 'maxDistance=' \
--data-urlencode 'limit=' \
--data-urlencode 'query=' \
--data-urlencode 'select=' \
--data-urlencode 'distanceTolerance=' \
--data-urlencode 'baseLayerType='{
"success": true,
"err": "",
"msg": "操作成功",
"data": {
"result": [
{
"_id": "e3481e76-ad76-11e7-a167-53f3f727af87",
"importTaskId": "59dc5221c8fbb5c24679c6bd",
"createTime": "2017-10-10T04:52:58.899Z",
"isSync": "0",
"geom": {
"type": "Point",
"coordinates": [
116.42044196748479,
39.93365682084285
]
},
"tag": {
"name": "东四街道东四十条98-5号东四十条小区",
"time": "2017-10-10T07:14:39.281Z"
},
"dis": 148.1558480689422
},
{
"_id": "e3484573-ad76-11e7-a167-53f3f727af87",
"importTaskId": "59dc5221c8fbb5c24679c6bd",
"createTime": "2017-10-10T04:52:58.900Z",
"isSync": "0",
"geom": {
"type": "Point",
"coordinates": [
116.42064017192538,
39.93355753075634
]
},
"tag": {
"name": "东四街道东四十条98-5号东四十条小区",
"time": "2017-10-10T07:24:09.056Z"
},
"dis": 148.9605128550579
}
]
}
}