增加轨迹线
This commit is contained in:
parent
1649bf4b3f
commit
8aa33ceef5
@ -142,3 +142,9 @@ message Section {
|
||||
string code = 2;
|
||||
repeated Point points = 3;
|
||||
}
|
||||
|
||||
message PathLine {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
repeated Point points = 3;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user