{
"geoJsonArray": [
{
"type": "MultiLineString",
"coordinates": [
[
[
117.605087,
35.506362
],
[
117.640975,
35.531721
],
[
117.681202,
35.506684
],
[
117.659511,
35.481317
]
]
]
}
],
"options": {"units":"kilometers"}
}curl --location -g --request POST 'http://datam.olmap.cn/dm/v1/api/geo-calculations/length?eId={{eId}}&ckey={{ckey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"geoJsonArray": [
{
"type": "MultiLineString",
"coordinates": [
[
[
117.605087,
35.506362
],
[
117.640975,
35.531721
],
[
117.681202,
35.506684
],
[
117.659511,
35.481317
]
]
]
}
],
"options": {"units":"kilometers"}
}'{
"success": true,
"err": "",
"msg": "操作成功",
"data": [
12.321355131962171
]
}