{
"projectId": 1,
"layerId": 2,
"element": [
{
"Symbolinfoof3d": "abc",
"AliasName": "01010200",
"AttGeneral": {
"Degree": 0,
"Line": {
"PenStyle": 1,
"StrokeColor": "4294945280",
"StrokeWidth": 0.5
},
"m": "N"
},
"GeoType": 0,
"Height": 66.1769,
"MousePoint": [
[
47.127,
36.6424
]
],
"Name": "陆军",
"Width": 67.3576
},
{
"Symbolinfoof3d": "def",
"AliasName": "01010200",
"AttGeneral": {
"Degree": 0,
"Line": {
"PenStyle": 1,
"StrokeColor": "4294945280",
"StrokeWidth": 0.5
},
"m": "N"
},
"GeoType": 0,
"Height": 66.1769,
"MousePoint": [
[
47.127,
36.6424
]
],
"Name": "陆军",
"Width": 67.3576
},
{
"Symbolinfoof3d": "tghj",
"AliasName": "01010200",
"AttGeneral": {
"Degree": 0,
"Line": {
"PenStyle": 1,
"StrokeColor": "4294945280",
"StrokeWidth": 0.5
},
"m": "N"
},
"GeoType": 0,
"Height": 66.1769,
"MousePoint": [
[
47.127,
36.6424
]
],
"Name": "海军",
"Width": 67.3576
}
]
}
curl --location --request POST '/rest/services//plotting/addElement' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": 1,
"layerId": 2,
"element": [
{
"Symbolinfoof3d": "abc",
"AliasName": "01010200",
"AttGeneral": {
"Degree": 0,
"Line": {
"PenStyle": 1,
"StrokeColor": "4294945280",
"StrokeWidth": 0.5
},
"m": "N"
},
"GeoType": 0,
"Height": 66.1769,
"MousePoint": [
[
47.127,
36.6424
]
],
"Name": "陆军",
"Width": 67.3576
},
{
"Symbolinfoof3d": "def",
"AliasName": "01010200",
"AttGeneral": {
"Degree": 0,
"Line": {
"PenStyle": 1,
"StrokeColor": "4294945280",
"StrokeWidth": 0.5
},
"m": "N"
},
"GeoType": 0,
"Height": 66.1769,
"MousePoint": [
[
47.127,
36.6424
]
],
"Name": "陆军",
"Width": 67.3576
},
{
"Symbolinfoof3d": "tghj",
"AliasName": "01010200",
"AttGeneral": {
"Degree": 0,
"Line": {
"PenStyle": 1,
"StrokeColor": "4294945280",
"StrokeWidth": 0.5
},
"m": "N"
},
"GeoType": 0,
"Height": 66.1769,
"MousePoint": [
[
47.127,
36.6424
]
],
"Name": "海军",
"Width": 67.3576
}
]
}'
{
"result": true,
"resultcode": "success",
"time": 3403
}