{
"projectId": 1,
"layerId": 2,
"elementInfo": [
{
"uuid": "{061bdb01-18ea-4293-a6c8-cff90a70972f}",
"element": {
"AliasName": "01010100",
"AttGeneral": {
"Degree": 0,
"Fill": {},
"FillMarker": [],
"Line": {
"PenStyle": 1,
"StrokeColor": "4294945280",
"StrokeWidth": 0.13229166666666667,
"Units": 1
},
"m": "N"
},
"AttMark": {
"Font": {
"Angle": 0,
"Color": "4278190080",
"Family": "黑体",
"IsBold": false,
"IsItalic": false,
"IsStrikeThrough": false,
"IsUnderLine": false,
"Size": 10,
"Spacing": 0
},
"Shadow": {
"Color": "4278190080",
"OffsetX": 0,
"OffsetY": 0,
"Visible": false
},
"Show": {
"OffsetX": 0,
"OffsetY": 0,
"Position": 1
},
"Text": ""
},
"AttSerif": {
"IsLeft": false,
"IsRight": false,
"Line": {
"StrokeColor": "4278190330",
"StrokeWidth": 0.5,
"Units": 1
}
},
"AttTail": {
"Line": {
"PenStyle": 1,
"StrokeColor": "4278190080",
"StrokeWidth": 0.5,
"Units": 1
}
},
"AttText": {
"Text": []
},
"ElementName": "",
"GeoType": 0,
"Height": 28.140508444444443,
"MousePoint": [
[
47.127,
36.6424
]
],
"Name": "陆军",
"Properties": {
"lineWidthProportion": 0,
"nGeoType": 0,
"newName": ""
},
"Symbolinfoof3d": "abcabc",
"Units": 1,
"Uuid": "{061bdb01-18ea-4293-a6c8-cff90a70972f}",
"Width": 67.3576
}
}
]
}
curl --location --request POST '/rest/services//plotting/updateElement' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": 1,
"layerId": 2,
"elementInfo": [
{
"uuid": "{061bdb01-18ea-4293-a6c8-cff90a70972f}",
"element": {
"AliasName": "01010100",
"AttGeneral": {
"Degree": 0,
"Fill": {},
"FillMarker": [],
"Line": {
"PenStyle": 1,
"StrokeColor": "4294945280",
"StrokeWidth": 0.13229166666666667,
"Units": 1
},
"m": "N"
},
"AttMark": {
"Font": {
"Angle": 0,
"Color": "4278190080",
"Family": "黑体",
"IsBold": false,
"IsItalic": false,
"IsStrikeThrough": false,
"IsUnderLine": false,
"Size": 10,
"Spacing": 0
},
"Shadow": {
"Color": "4278190080",
"OffsetX": 0,
"OffsetY": 0,
"Visible": false
},
"Show": {
"OffsetX": 0,
"OffsetY": 0,
"Position": 1
},
"Text": ""
},
"AttSerif": {
"IsLeft": false,
"IsRight": false,
"Line": {
"StrokeColor": "4278190330",
"StrokeWidth": 0.5,
"Units": 1
}
},
"AttTail": {
"Line": {
"PenStyle": 1,
"StrokeColor": "4278190080",
"StrokeWidth": 0.5,
"Units": 1
}
},
"AttText": {
"Text": []
},
"ElementName": "",
"GeoType": 0,
"Height": 28.140508444444443,
"MousePoint": [
[
47.127,
36.6424
]
],
"Name": "陆军",
"Properties": {
"lineWidthProportion": 0,
"nGeoType": 0,
"newName": ""
},
"Symbolinfoof3d": "abcabc",
"Units": 1,
"Uuid": "{061bdb01-18ea-4293-a6c8-cff90a70972f}",
"Width": 67.3576
}
}
]
}'
{
"result": true,
"resultcode": "success",
"time": 3130
}