车站和站台

This commit is contained in:
joylink_zhaoerwei 2023-06-08 11:18:17 +08:00
parent 8886bcca5d
commit 39ca5abda2

View File

@ -84,28 +84,14 @@ message Platform {
CommonInfo common = 1;
string code = 2;
bool hasdoor = 3; //
string trainDirection = 4; // --
int32 lineWidth = 5; // 线
string lineColor = 6; // 线
string lineColorDoor = 7; // 线
Point point = 8; //
float width = 9; //
float height = 10; //
repeated string orbitCode = 11; //
string direction = 4; // --
}
message Station {
CommonInfo common = 1;
string code = 2;
bool hasCircle = 3; // --线
int32 radius = 4; //
int32 borderWidth = 5; // 线
string borderColor = 6; //
string fillColor = 7; //
string codeColor = 8; //
int32 codeFontSize = 9; //
Point point = 10; //
Point circlePoint = 11; //
Point circlePoint = 4; //
}
message Train {