This commit is contained in:
Yuan 2023-06-13 16:19:45 +08:00
parent b298882894
commit 88272a4584

View File

@ -78,12 +78,12 @@ message Link {
message Rect { message Rect {
CommonInfo common = 1; CommonInfo common = 1;
string code = 2; string code = 2;
int32 lineWidth = 3; // 线 int32 lineWidth = 3; // 线
string lineColor = 4; // 线 string lineColor = 4; // 线
float width = 5; // float width = 5; //
float height = 6; // float height = 6; //
int32 radius = 7; // int32 radius = 7; //
Point point = 8; // Point point = 8; //
} }
message Platform { message Platform {
@ -101,7 +101,7 @@ message Station {
message StationLine { message StationLine {
CommonInfo common = 1; CommonInfo common = 1;
string code = 2; string code = 2;
bool hasTransfer = 3; // bool hasTransfer = 3; //
} }
message Train { message Train {
@ -140,7 +140,8 @@ message RunLine {
string code = 2; string code = 2;
repeated Point points = 3; repeated Point points = 3;
string nameColor = 4; string nameColor = 4;
string nameBgColor = 5;} string nameBgColor = 5;
}
message Section { message Section {
CommonInfo common = 1; CommonInfo common = 1;