@@ -18,6 +18,12 @@ export default class ListenLayer {
state: null, // 未选中null
};
+ this.curveRoadInfo = {
+ curveRoadId: null,
+ type: null,
+ state: null,
+ };
+
this.pointInfo = {
pointId: null,
type: null,