export default [ { id: "root", name: "宣和光电场", type: "img", image: "stationimg", x: 10, y: 60, }, //宣和1号线路 { id: "XH01_01", type: "circle", x: 120, y: 60, connects: ["root"], }, { id: "XH01_02", type: "circle", x: 140, y: 60, connects: ["XH01_01"], }, { id: "XH01_03", type: "circle", x: 160, y: 60, connects: ["XH01_02"], }, { id: "XH01_04", type: "circle", x: 180, y: 60, connects: ["XH01_03"], }, { id: "XH01_05", type: "circle", x: 200, y: 60, connects: ["XH01_04"], }, { id: "XH01_6", type: "circle", x: 220, y: 60, connects: ["XH01_05"], }, { id: "XH01_07", type: "circle", x: 240, y: 60, connects: ["XH01_6"], }, { id: "XH01_08", type: "circle", x: 260, y: 60, connects: ["XH01_07"], }, { id: "XH01_09", type: "circle", x: 280, y: 60, connects: ["XH01_08"], }, { id: "XH01_10", type: "circle", x: 300, y: 60, connects: ["XH01_09"], }, { id: "XH01_11", type: "circle", x: 320, y: 60, connects: ["XH01_10"], }, { id: "XH01_12", type: "circle", x: 340, y: 60, connects: ["XH01_11"], }, //宣和2号线路 { id: "XH01_13", type: "circle", x: 120, y: 90, connects: ["root"], }, { id: "XH01_14", type: "circle", x: 150, y: 90, connects: ["XH01_13"], }, { id: "XH01_15", type: "circle", x: 180, y: 90, connects: ["XH01_14"], }, { id: "XH01_16", type: "circle", x: 210, y: 90, connects: ["XH01_15"], }, { id: "XH01_17", type: "circle", x: 240, y: 90, connects: ["XH01_16"], }, { id: "XH01_18", type: "circle", x: 270, y: 90, connects: ["XH01_17"], }, { id: "XH01_19", type: "circle", x: 300, y: 90, connects: ["XH01_18"], }, { id: "XH01_20", type: "circle", x: 330, y: 90, connects: ["XH01_19"], }, { id: "XH01_21", type: "circle", x: 360, y: 90, connects: ["XH01_20"], }, { id: "XH01_22", type: "circle", x: 390, y: 90, connects: ["XH01_21"], }, //宣和3号线路 { id: "XH01_23", type: "circle", x: 120, y: 120, connects: ["root"], }, { id: "XH01_24", type: "circle", x: 150, y: 120, connects: ["XH01_23"], }, { id: "XH01_25", type: "circle", x: 180, y: 120, connects: ["XH01_24"], }, { id: "XH01_26", type: "circle", x: 210, y: 120, connects: ["XH01_25"], }, { id: "XH01_27", type: "circle", x: 240, y: 120, connects: ["XH01_26"], }, { id: "XH01_28", type: "circle", x: 270, y: 120, connects: ["XH01_27"], }, { id: "XH01_29", type: "circle", x: 300, y: 120, connects: ["XH01_28"], }, { id: "XH01_30", type: "circle", x: 330, y: 120, connects: ["XH01_29"], }, { id: "XH01_31", type: "circle", x: 360, y: 120, connects: ["XH01_30"], }, { id: "XH01_32", type: "circle", x: 390, y: 120, connects: ["XH01_31"], }, //宣和4号线路 { id: "XH01_33", type: "circle", x: 120, y: 150, connects: ["root"], }, { id: "XH01_34", type: "circle", x: 150, y: 150, connects: ["XH01_33"], }, { id: "XH01_35", type: "circle", x: 180, y: 150, connects: ["XH01_34"], }, { id: "XH01_36", type: "circle", x: 210, y: 150, connects: ["XH01_35"], }, { id: "XH01_37", type: "circle", x: 240, y: 150, connects: ["XH01_36"], }, { id: "XH01_38", type: "circle", x: 270, y: 150, connects: ["XH01_37"], }, { id: "XH01_39", type: "circle", x: 300, y: 150, connects: ["XH01_38"], }, { id: "XH01_40", type: "circle", x: 330, y: 150, connects: ["XH01_39"], }, { id: "XH01_41", type: "circle", x: 360, y: 150, connects: ["XH01_40"], }, { id: "XH01_42", type: "circle", x: 390, y: 150, connects: ["XH01_41"], }, ]