{ "name": "元素名称", "desc": "描述", "resource": { "type": 0, "content": { "type": "Feature", "properties": { "color": "#2D8CF0", "clampToGround": true }, "geometry": { "type": "Point", "coordinates": [ 108.42625652534299, 30.59263023356542, 0 ] } } } }
curl --location -g --request POST '/map/api/v1.0/projects/{{project_uuid}}/elements' \ --header 'X-Organization-Key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "元素名称", "desc": "描述", "resource": { "type": 0, "content": { "type": "Feature", "properties": { "color": "#2D8CF0", "clampToGround": true }, "geometry": { "type": "Point", "coordinates": [ 108.42625652534299, 30.59263023356542, 0 ] } } } }'
{ "code": 0, "message": "success", "data": { "id": "cdb6f644-8925-463d-8977-564e866d7e86" } }