123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- export default [
- {
- id: "root",
- name: "平罗光电场",
- type: "img",
- image: "stationimg",
- x: 10,
- y: 60,
- },
- //平罗1号线路
- {
- id: "PL01_01",
- type: "circle",
- x: 150,
- y: 20,
- connects: ["root"],
- },
- {
- id: "PL01_02",
- type: "circle",
- x: 200,
- y: 20,
- connects: ["PL01_01"],
- },
- {
- id: "PL01_03",
- type: "circle",
- x: 250,
- y: 20,
- connects: ["PL01_02"],
- },
- {
- id: "PL01_04",
- type: "circle",
- x: 300,
- y: 20,
- connects: ["PL01_03"],
- },
- //平罗2号线路
- {
- id: "PL01_05",
- type: "circle",
- x: 150,
- y: 40,
- connects: ["root"],
- },
- {
- id: "PL01_6",
- type: "circle",
- x: 200,
- y: 40,
- connects: ["PL01_05"],
- },
- {
- id: "PL01_07",
- type: "circle",
- x: 250,
- y: 40,
- connects: ["PL01_6"],
- },
- {
- id: "PL01_08",
- type: "circle",
- x: 300,
- y: 40,
- connects: ["PL01_07"],
- },
- //平罗3号线路
- {
- id: "PL01_09",
- type: "circle",
- x: 150,
- y: 60,
- connects: ["root"],
- },
- {
- id: "PL01_10",
- type: "circle",
- x: 200,
- y: 60,
- connects: ["PL01_09"],
- },
- {
- id: "PL01_11",
- type: "circle",
- x: 250,
- y: 60,
- connects: ["PL01_10"],
- },
- {
- id: "PL01_12",
- type: "circle",
- x: 300,
- y: 60,
- connects: ["PL01_11"],
- },
- //平罗4号线路
- {
- id: "PL01_13",
- type: "circle",
- x: 150,
- y: 80,
- connects: ["root"],
- },
- {
- id: "PL01_14",
- type: "circle",
- x: 200,
- y: 80,
- connects: ["PL01_13"],
- },
- {
- id: "PL01_15",
- type: "circle",
- x: 250,
- y: 80,
- connects: ["PL01_14"],
- },
- {
- id: "PL01_16",
- type: "circle",
- x: 300,
- y: 80,
- connects: ["PL01_15"],
- },
- //平罗5号线路
- {
- id: "PL01_17",
- type: "circle",
- x: 150,
- y: 100,
- connects: ["root"],
- },
- {
- id: "PL01_18",
- type: "circle",
- x: 200,
- y: 100,
- connects: ["PL01_17"],
- },
- {
- id: "PL01_19",
- type: "circle",
- x: 250,
- y: 100,
- connects: ["PL01_18"],
- },
- //平罗6号线路
- {
- id: "PL01_20",
- type: "circle",
- x: 120,
- y: 120,
- connects: ["root"],
- },
- {
- id: "PL01_21",
- type: "circle",
- x: 135,
- y: 120,
- connects: ["PL01_20"],
- },
- {
- id: "PL01_22",
- type: "circle",
- x: 150,
- y: 120,
- connects: ["PL01_21"],
- },
- {
- id: "PL01_23",
- type: "circle",
- x: 165,
- y: 120,
- connects: ["PL01_22"],
- },
- {
- id: "PL01_24",
- type: "circle",
- x: 180,
- y: 120,
- connects: ["PL01_23"],
- },
- {
- id: "PL01_25",
- type: "circle",
- x: 195,
- y: 120,
- connects: ["PL01_24"],
- },
- {
- id: "PL01_26",
- type: "circle",
- x: 210,
- y: 120,
- connects: ["PL01_25"],
- },
- {
- id: "PL01_27",
- type: "circle",
- x: 225,
- y: 120,
- connects: ["PL01_26"],
- },
- {
- id: "PL01_28",
- type: "circle",
- x: 240,
- y: 120,
- connects: ["PL01_27"],
- },
- {
- id: "PL01_29",
- type: "circle",
- x: 255,
- y: 120,
- connects: ["PL01_28"],
- },
- {
- id: "PL01_30",
- type: "circle",
- x: 270,
- y: 120,
- connects: ["PL01_29"],
- },
- {
- id: "PL01_31",
- type: "circle",
- x: 285,
- y: 120,
- connects: ["PL01_30"],
- },
- {
- id: "PL01_32",
- type: "circle",
- x: 300,
- y: 120,
- connects: ["PL01_31"],
- },
- {
- id: "PL01_33",
- type: "circle",
- x: 315,
- y: 120,
- connects: ["PL01_32"],
- },
- {
- id: "PL01_34",
- type: "circle",
- x: 330,
- y: 120,
- connects: ["PL01_33"],
- },
- {
- id: "PL01_35",
- type: "circle",
- x: 345,
- y: 120,
- connects: ["PL01_34"],
- },
- {
- id: "PL01_36",
- type: "circle",
- x: 360,
- y: 120,
- connects: ["PL01_35"],
- },
- {
- id: "PL01_37",
- type: "circle",
- x: 375,
- y: 120,
- connects: ["PL01_36"],
- },
- {
- id: "PL01_38",
- type: "circle",
- x: 390,
- y: 120,
- connects: ["PL01_37"],
- },
- {
- id: "PL01_39",
- type: "circle",
- x: 405,
- y: 120,
- connects: ["PL01_38"],
- },
- //平罗7号线路
- {
- id: "PL01_40",
- type: "circle",
- x: 105,
- y: 140,
- connects: ["root"],
- },
- {
- id: "PL01_41",
- type: "circle",
- x: 120,
- y: 140,
- connects: ["PL01_40"],
- },
- {
- id: "PL01_42",
- type: "circle",
- x: 135,
- y: 140,
- connects: ["PL01_41"],
- },
- {
- id: "PL01_43",
- type: "circle",
- x: 150,
- y: 140,
- connects: ["PL01_42"],
- },
- {
- id: "PL01_44",
- type: "circle",
- x: 165,
- y: 140,
- connects: ["PL01_43"],
- },
- {
- id: "PL01_45",
- type: "circle",
- x: 180,
- y: 140,
- connects: ["PL01_44"],
- },
- {
- id: "PL01_46",
- type: "circle",
- x: 195,
- y: 140,
- connects: ["PL01_45"],
- },
- {
- id: "PL01_47",
- type: "circle",
- x: 210,
- y: 140,
- connects: ["PL01_46"],
- },
- {
- id: "PL01_48",
- type: "circle",
- x: 225,
- y: 140,
- connects: ["PL01_47"],
- },
- {
- id: "PL01_49",
- type: "circle",
- x: 240,
- y: 140,
- connects: ["PL01_48"],
- },
- {
- id: "PL01_50",
- type: "circle",
- x: 255,
- y: 140,
- connects: ["PL01_49"],
- },
- {
- id: "PL01_51",
- type: "circle",
- x: 270,
- y: 140,
- connects: ["PL01_50"],
- },
- {
- id: "PL01_52",
- type: "circle",
- x: 285,
- y: 140,
- connects: ["PL01_51"],
- },
- {
- id: "PL01_53",
- type: "circle",
- x: 300,
- y: 140,
- connects: ["PL01_52"],
- },
- {
- id: "PL01_54",
- type: "circle",
- x: 315,
- y: 140,
- connects: ["PL01_53"],
- },
- {
- id: "PL01_55",
- type: "circle",
- x: 330,
- y: 140,
- connects: ["PL01_54"],
- },
- {
- id: "PL01_56",
- type: "circle",
- x: 345,
- y: 140,
- connects: ["PL01_55"],
- },
- {
- id: "PL01_57",
- type: "circle",
- x: 360,
- y: 140,
- connects: ["PL01_56"],
- },
- {
- id: "PL01_58",
- type: "circle",
- x: 375,
- y: 140,
- connects: ["PL01_57"],
- },
- {
- id: "PL01_59",
- type: "circle",
- x: 390,
- y: 140,
- connects: ["PL01_58"],
- },
- {
- id: "PL01_60",
- type: "circle",
- x: 405,
- y: 140,
- connects: ["PL01_59"],
- },
- {
- id: "PL01_61",
- type: "circle",
- x: 420,
- y: 140,
- connects: ["PL01_60"],
- },
- ]
|