{
"element_source": 1,
"resource": {
"type": 0,
"content": {
"type": "Feature",
"properties": {
"color": "#2D8CF0",
"clampToGround": true
},
"geometry": {
"type": "Point",
"coordinates": [
123.78865442288412,
32.771765126525594,
0
]
}
}
}
}
curl --location --request POST '/openapi/v0.9/map/api/v1/workspaces//element-groups/b4e57c98-b7d5-42b8-bfd1-59de199ea1c1/elements' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"element_source": 1,
"resource": {
"type": 0,
"content": {
"type": "Feature",
"properties": {
"color": "#2D8CF0",
"clampToGround": true
},
"geometry": {
"type": "Point",
"coordinates": [
123.78865442288412,
32.771765126525594,
0
]
}
}
}
}'
{
"code": 0,
"message": "success",
"data": {
"id": "99585308-xxxxx-61ed0f68e033"
}
}