合并代码
This commit is contained in:
commit
7ee338d95b
@ -19,6 +19,7 @@ message RtssGraphicStorage {
|
||||
repeated RunLine runLines = 12;
|
||||
repeated TrainLine trainLines = 13;
|
||||
repeated PathLine pathLines = 14;
|
||||
repeated Polygon polygons = 15;
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -87,6 +88,14 @@ message Rect {
|
||||
Point point = 8; // 画第一个点的坐标
|
||||
}
|
||||
|
||||
message Polygon {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
int32 lineWidth = 3; // 线宽
|
||||
string lineColor = 4; // 线色
|
||||
repeated Point points = 5; // 点坐标列表
|
||||
}
|
||||
|
||||
message Platform {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user