{
"fromCoordType":"gcj02",
"toCoordType":"bd09",
"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/coordinates-trans?eId={{eId}}&ckey={{ckey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromCoordType":"gcj02",
"toCoordType":"bd09",
"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": {
"success": [
{
"type": "Polygon",
"coordinates": [
[
[
117.61147169715585,
35.51269858786691
],
[
117.64754396479792,
35.53753250222397
],
[
117.68773705804004,
35.51252334803021
],
[
117.66610020533514,
35.486958949273365
],
[
117.61147169715585,
35.51269858786691
]
]
]
}
],
"err": []
}
}