format
This commit is contained in:
parent
b298882894
commit
88272a4584
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user