{
"radius":500,
"geoJsonArray": [
{
"type": "Polygon",
"coordinates": [
[
[
117.605087,
35.506362
],
[
117.640975,
35.531721
],
[
117.681202,
35.506684
],
[
117.659511,
35.481317
],
[
117.605087,
35.506362
]
]
]
}
]
}curl --location -g --request POST 'http://datam.olmap.cn/dm/v1/api/geo-calculations/buffer?eId={{eId}}&ckey={{ckey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"radius":500,
"geoJsonArray": [
{
"type": "Polygon",
"coordinates": [
[
[
117.605087,
35.506362
],
[
117.640975,
35.531721
],
[
117.681202,
35.506684
],
[
117.659511,
35.481317
],
[
117.605087,
35.506362
]
]
]
}
]
}'{
"success": true,
"err": "",
"msg": "操作成功",
"data": [
{
"type": "Polygon",
"coordinates": [
[
[
117.60238475475558,
35.502432478740666
],
[
117.65680698173874,
35.47738870046258
],
[
117.65773224913849,
35.477050075020564
],
[
117.65871767783507,
35.47685578246234
],
[
117.6597299381308,
35.47681239414692
],
[
117.66073479329513,
35.47692137749812
],
[
117.66169825695839,
35.47717904640518
],
[
117.66258774205454,
35.477576685843395
],
[
117.66337316254598,
35.478100846508326
],
[
117.66402795074406,
35.47873379952069
],
[
117.68571964950318,
35.504099990220304
],
[
117.68623806946515,
35.50484942741473
],
[
117.68657279388259,
35.50566578902583
],
[
117.68671160752248,
35.50651929703237
],
[
117.68664944058622,
35.50737881750943
],
[
117.68638855452843,
35.50821299623944
],
[
117.68593846047357,
35.50899140249916
],
[
117.6853155730743,
35.50968563929397
],
[
117.68454261232141,
35.510270379515546
],
[
117.64431489594013,
35.53530848688696
],
[
117.64340255601594,
35.53576894226527
],
[
117.64239845018372,
35.536076394729015
],
[
117.64134053469799,
35.53621922195395
],
[
117.64026880092696,
35.53619202469654
],
[
117.63922376289109,
35.535995831004136
],
[
117.63824492499133,
35.53563805734419
],
[
117.63736928799032,
35.53513222812394
],
[
117.60148087136457,
35.509772173398716
],
[
117.60075251929764,
35.50914810828835
],
[
117.60018288533347,
35.50842203226221
],
[
117.59979282334972,
35.507620532084076
],
[
117.59959661042241,
35.506772955531716
],
[
117.59960142475218,
35.505910336600515
],
[
117.59980708369949,
35.505064259086396
],
[
117.60020605139589,
35.50426570017755
],
[
117.60078371551873,
35.50354389639614
],
[
117.60151892297085,
35.50292527339273
],
[
117.60238475475558,
35.502432478740666
]
]
]
}
]
}