添加线路信息数据
This commit is contained in:
parent
f89fd688cc
commit
d4a3340f7c
|
@ -3,6 +3,7 @@ package iscsGraphicData;
|
|||
|
||||
message IscsGraphicStorage {
|
||||
Canvas canvas = 1;
|
||||
UniqueIdOfStationLayout UniqueIdPrefix = 2;//地图唯一信息
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
|
@ -59,3 +60,9 @@ message CommonInfo {
|
|||
repeated ChildTransform childTransforms = 4;
|
||||
uint32 id = 5;
|
||||
}
|
||||
|
||||
message UniqueIdOfStationLayout {
|
||||
string city = 1;//城市
|
||||
string lineId = 2;//线路号
|
||||
string mainCoordinateSystem = 3;//地图的公里标主坐标系
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue