From fc5a162d62302e1a0a365c443f4faa4b9865d527 Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 29 Jun 2023 14:08:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E5=8F=B7=E6=9C=BA=E5=85=AC=E9=87=8C?= =?UTF-8?q?=E6=A0=87=E5=A2=9E=E5=8A=A0=E5=9D=90=E6=A0=87=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 1cac3b9..babd83e 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -164,6 +164,7 @@ message Signal { string code = 2; bool mirror = 3; float kilometer = 4; + string coordinateSystem = 5; } message RunLine {