const LayerEvents = { PanBackGround: "panBackGround", //拖拽背景 AddRoad: "addRoad", AddingRoad: "addingRoad", MoveRoad: "moveRoad", MoveRoadPoint: "moveRoadPoint", AddCurveRoad: "addCurveRoad", AddingCurveRoad: "addingCurveRoad", MoveCurveRoad: "moveCurveRoad", MoveCurveRoadPoint: "moveCurveRoadPoint", AddLine: "addLine", AddingLine: "addingLine", MoveLine: "moveLine", AddPoint: "addPoint", AddingPoint: "addingPoint", MovePoint: "movePoint", AddCircle: "addCircle", AddingCircle: "addingCircle", MoveCircle: "moveCircle", AddElliptic: "addElliptic", AddingElliptic: "addingElliptic", MoveElliptic: "moveElliptic", MoveCrossPoint: "moveCrossPoint", MoveEdge: "moveEdge", MoveCurveEdge: "moveCurveEdge", AddCurveLine: "addCurveLine", AddingCurveLine: "addingCurveLine", MoveCurveLine: "moveCurveLine", MoveCurvePoint: "moveCurvePoint", AddText: "addText", MoveText: "moveText", AddMagnifier: "addMagnifier", MoveMagnifier: "moveMagnifier", AddSVG: "addSVG", MoveSVG: "moveSVG", Img: "Img", MoveMeasureArrow: "moveMeasureArrow", }; export default LayerEvents;