|
@@ -0,0 +1,65 @@
|
|
|
+export const config = [
|
|
|
+
|
|
|
+ { 'type': 'point', 'id': 'm1p1', 'name': '基准点1', 'x': [0, 0], 'y': [0.5, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p2', 'name': '基准点2', 'x': [0, 150], 'y': [0.5, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p3', 'name': '基准点3', 'x': [0, 300], 'y': [0.5, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p4', 'name': '基准点4', 'x': [0, 450], 'y': [0.5, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p5', 'name': '基准点5', 'x': [0, 600], 'y': [0.5, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p6', 'name': '基准点6', 'x': [0, 750], 'y': [0.5, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p7', 'name': '基准点7', 'x': [0, 900], 'y': [0.5, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p8', 'name': '基准点8', 'x': [0, 1040], 'y': [0.5, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p10', 'name': '基准点10', 'x': [0, 1040], 'y': [0.8, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p21', 'name': '基准点21', 'x': [0, 900], 'y': [0.8, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p22', 'name': '基准点22', 'x': [0, 750], 'y': [0.8, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p13', 'name': '基准点13', 'x': [0, 150], 'y': [0.2, 0] },
|
|
|
+
|
|
|
+ { 'type': 'point', 'id': 'm1p31', 'name': '基准点31', 'x': [0, 300], 'y': [0.2, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p15', 'name': '基准点15', 'x': [0, 450], 'y': [0.2, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p16', 'name': '基准点16', 'x': [0, 900], 'y': [0.2, 0] },
|
|
|
+
|
|
|
+ { 'type': 'point', 'id': 'm1p17', 'name': '基准点17', 'x': [0, 520], 'y': [0.35, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p18', 'name': '基准点18', 'x': [0, 820], 'y': [0.35, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p19', 'name': '基准点19', 'x': [0, 520], 'y': [0.5, 0] },
|
|
|
+ { 'type': 'point', 'id': 'm1p20', 'name': '基准点20', 'x': [0, 820], 'y': [0.5, 0] },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ { 'type': 'arrow', 'id': 'a1', 'from': 'm1p1', 'to': 'm1p8', 'style': 'strokeColor=#33f3fe;', 'flow': true },
|
|
|
+ { 'type': 'arrow', 'id': 'a3', 'from': 'm1p8', 'to': 'm1p10', 'style': 'strokeColor=#33f3fe;', 'flow': true },
|
|
|
+ { 'type': 'arrow', 'id': 'a4', 'from': 'm1p10', 'to': 'm1p21', 'style': 'strokeColor=#33f3fe;', 'flow': true },
|
|
|
+ { 'type': 'arrow', 'id': 'a5', 'from': 'm1p21', 'to': 'm1p22', 'style': 'strokeColor=#33f3fe;', 'flow': true },
|
|
|
+
|
|
|
+ { 'type': 'linedash', 'id': 'ld1', 'from': 'm1p2', 'to': 'm1p13', isVer: true, arrow: 'top' },
|
|
|
+
|
|
|
+ { 'type': 'linedash', 'id': 'ld3', 'from': 'm1p7', 'to': 'm1p16', isVer: true, arrow: 'top' },
|
|
|
+ { 'type': 'linedash', 'id': 'ld4', 'from': 'm1p16', 'to': 'm1p15', isVer: false, arrow: 'left' },
|
|
|
+ { 'type': 'linedash', 'id': 'ld5', 'from': 'm1p15', 'to': 'm1p4', isVer: true, arrow: 'bottom' },
|
|
|
+
|
|
|
+
|
|
|
+ { 'type': 'linedash', 'id': 'ld6', 'from': 'm1p20', 'to': 'm1p18', isVer: true },
|
|
|
+ { 'type': 'linedash', 'id': 'ld7', 'from': 'm1p18', 'to': 'm1p17', isVer: false, arrow: 'left' },
|
|
|
+ { 'type': 'linedash', 'id': 'ld9', 'from': 'm1p17', 'to': 'm1p19', isVer: true },
|
|
|
+
|
|
|
+ { 'type': 'linedash', 'id': 'ld10', 'from': 'm1p13', 'to': 'm1p31', isVer: false },
|
|
|
+
|
|
|
+
|
|
|
+ { 'type': 'image', 'id': 'm1i1', 'name': '格栅机', 'src': '格栅池.gif', 'text': '格栅机', 'class': 'onWhiteText', 'titleStyle': 'font-size:14px;', 'point': [0, 0.9], 'from': 'm1p2', 'margin': { 'x': [0, -50], 'y': [0, 30] }, 'width': 100, 'height': 100 },
|
|
|
+ { 'type': 'image', 'id': 'm1i2', 'name': '调节池', 'src': '调节池.gif', 'text': '调节池', 'class': 'onWhiteText', 'titleStyle': 'font-size:14px;', 'point': [0, 0.9], 'from': 'm1p3', 'margin': { 'x': [0, -50], 'y': [0, 30] }, 'width': 100, 'height': 100 },
|
|
|
+ { 'type': 'image', 'id': 'm1i3', 'name': '厌氧池', 'src': '厌氧池.gif', 'text': '厌氧池', 'class': 'onWhiteText', 'titleStyle': 'font-size:14px;', 'point': [0, 0.9], 'from': 'm1p4', 'margin': { 'x': [0, -50], 'y': [0, 30] }, 'width': 100, 'height': 100 },
|
|
|
+ { 'type': 'image', 'id': 'm1i4', 'name': '缺氧池', 'src': '缺氧池.gif', 'text': '缺氧池', 'class': 'onWhiteText', 'titleStyle': 'font-size:14px;', 'point': [0, 0.9], 'from': 'm1p5', 'margin': { 'x': [0, -50], 'y': [0, 30] }, 'width': 100, 'height': 100 },
|
|
|
+ { 'type': 'image', 'id': 'm1i5', 'name': '好氧池', 'src': '好氧池.gif', 'text': '好氧池', 'class': 'onWhiteText', 'titleStyle': 'font-size:14px;', 'point': [0, 0.9], 'from': 'm1p6', 'margin': { 'x': [0, -50], 'y': [0, 30] }, 'width': 100, 'height': 100 },
|
|
|
+ { 'type': 'image', 'id': 'm1i6', 'name': '二沉池', 'src': '二沉池.gif', 'text': '二沉池', 'class': 'onWhiteText', 'titleStyle': 'font-size:14px;', 'point': [0, 0.9], 'from': 'm1p7', 'margin': { 'x': [0, -50], 'y': [0, 30] }, 'width': 100, 'height': 100 },
|
|
|
+ { 'type': 'image', 'id': 'm1i7', 'name': '转盘滤布滤池', 'src': '转盘滤布滤池.gif', 'text': '转盘滤布滤池', 'class': 'onWhiteText', 'titleStyle': 'font-size:14px;', 'point': [0, 0.9], 'from': 'm1p8', 'margin': { 'x': [0, -50], 'y': [0, 30] }, 'width': 100, 'height': 100 },
|
|
|
+ { 'type': 'image', 'id': 'm1i17', 'name': '人工湿地', 'src': '人工湿地.gif', 'text': '人工湿地', 'class': 'onWhiteText', 'titleStyle': 'font-size:14px;', 'point': [0, 0.9], 'from': 'm1p10', 'margin': { 'x': [0, -50], 'y': [0, 30] }, 'width': 100, 'height': 100 },
|
|
|
+ { 'type': 'image', 'id': 'm1i19', 'name': '紫外消毒', 'src': '紫外线消毒渠.png', 'text': '紫外消毒', 'class': 'onWhiteText', 'titleStyle': 'font-size:14px;', 'point': [0, 0.9], 'from': 'm1p21', 'margin': { 'x': [0, -50], 'y': [0, 30] }, 'width': 100, 'height': 100 },
|
|
|
+
|
|
|
+ { 'type': 'image', 'id': 'm1i8', 'name': '污泥池', 'text': '污泥池', 'class': 'onWhiteText', 'titleStyle': 'font-size:14px;', 'point': [0, 0.9], 'from': 'm1p13', 'margin': { 'x': [0, -50], 'y': [0, 30] }, 'width': 100, 'height': 120, 'src': '储泥池.gif' },
|
|
|
+
|
|
|
+
|
|
|
+ { 'type': 'text', 'id': 'm1t1', 'text': '生活污水', 'from': 'm1p1', 'point': [0, 0.5], 'margin': { 'x': [0, 0], 'y': [0, -20] }},
|
|
|
+ { 'type': 'text', 'id': 'm1t2', 'text': '泥渣', 'from': 'm1p2', 'point': [0, 0.5], 'margin': { 'x': [0, 10], 'y': [-0.15, 0] }},
|
|
|
+ { 'type': 'text', 'id': 'm1t3', 'text': '污泥回流', 'from': 'm1p15', 'point': [0, 0.5], 'margin': { 'x': [0.2, 0], 'y': [0, -20] }},
|
|
|
+ { 'type': 'text', 'id': 'm1t4', 'text': '内部回流', 'from': 'm1p17', 'point': [0, 0.35], 'margin': { 'x': [0.1, 0], 'y': [0, -20] }},
|
|
|
+ { 'type': 'text', 'id': 'm1t5', 'text': '定期外运', 'from': 'm1p31', 'point': [0, 0.35], 'margin': { 'x': [0, 10], 'y': [0, -20] }},
|
|
|
+ { 'type': 'text', 'id': 'm1t6', 'text': '达标排放', 'from': 'm1p22', 'point': [0, 0.35], 'margin': { 'x': [0, -10], 'y': [0, -20] }},
|
|
|
+]
|