cloudroam
2024-11-28 73953e3d95ecf974a5e79c1e259d33c1c9d518cc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
// x,y坐标,n是标题,t是类型(区分一些特别的),w,h就是宽高,i就是svg图片就不要自己写宽高可能?
const itmmapdata = [
    //     { 'x': '9.1', 'y': '5.8', 'w': '', 'h': '', 'n': '', 't': '', s: 'B86', },
    //  { 'x': '9.1', 'y': '34.3', 'w': '', 'h': '', 'n': '', 't': '', s: 'B87', },
    //  { 'x': '9.1', 'y': '69.7', 'w': '', 'h': '', 'n': '', 't': '', s: 'B89', },
    { 'x': '21.8', 'y': '5.8', 'w': '', 'h': '', 'n': '', 't': '', s: 'B85' },
    { 'x': '26', 'y': '5.8', 'w': '', 'h': '', 'n': '', 't': 'DBC7', s: 'A38', 'areacode': '01', },
    { 'x': '50.2', 'y': '5.8', 'w': '', 'h': '', 'n': '', 't': 'RT<br/>offline', s: 'A39', 'areacode': '01', },
    { 'x': '26', 'y': '16.3', 'w': '', 'h': '', 'n': '', 't': 'DBC4', s: 'A40', 'areacode': '01', },
    { 'x': '49.4', 'y': '16.3', 'w': '', 'h': '', 'n': '', 't': 'D8C8', s: 'A41', 'areacode': '01', },
    { 'x': '66.6', 'y': '16.3', 'w': '', 'h': '', 'n': '', 't': 'RunIn9', s: 'A42', 'areacode': '01', },
    { 'x': '70.3', 'y': '16.3', 'w': '', 'h': '', 'n': '', 't': '', s: 'A142', },
    { 'x': '74', 'y': '5.8', 'w': '', 'h': '', 'n': '', 't': 'EBS4', s: 'A57', 'areacode': '01', },
    { 'x': '85.8', 'y': '5.8', 'w': '', 'h': '', 'n': '', 't': 'PE', s: 'A59', 'areacode': '01', },
 
    { 'x': '21.7', 'y': '27', 'w': '', 'h': '', 'n': '', 't': 'Gen 10 line', s: 'A46', 'areacode': '03', },
    { 'x': '57.8', 'y': '27', 'w': '', 'h': '', 'n': '', 't': 'Testing14', s: 'A43', 'areacode': '02', },
    { 'x': '68.4', 'y': '28.2', 'w': '', 'h': '', 'n': '', 't': 'RunIn9', s: 'A44', 'areacode': '02' },
 
    { 'x': '21.8', 'y': '39.8', 'w': '', 'h': '', 'n': '', 't': '', s: 'B88', 'areacode': '09' },
    { 'x': '24.4', 'y': '39.4', 'w': '', 'h': '', 'n': '', 't': 'nks1', s: 'A49', 't_c': 'w', 'areacode': '04' },
    { 'x': '24.4', 'y': '46.9', 'w': '', 'h': '', 'n': '', 't': 'nks2', s: 'A50', 'areacode': '04' },
    { 'x': '24.4', 'y': '55', 'w': '', 'h': '', 'n': '', 't': 'nks3', s: 'A51', 'areacode': '07' },
 
    { 'x': '24.4', 'y': '62.2', 'w': '', 'h': '', 'n': '', 't': 'nks4', s: 'A143', 'areacode': '07' },
    { 'x': '38.3', 'y': '39.2', 'w': '', 'h': '', 'n': '', 't': 'Testing2', s: 'A53', 'areacode': '05' },
    { 'x': '38.5', 'y': '42.1', 'w': '', 'h': '', 'n': '', 't': 'Testing3', s: 'A52', 'areacode': '05' },
    { 'x': '38.5', 'y': '44.8', 'w': '', 'h': '', 'n': '', 't': 'Testing4', s: 'A54', 'areacode': '05' },
    { 'x': '38.5', 'y': '52.7', 'w': '10', 'h': '6', 'n': '', 't': ' ', s: 'A41', 'areacode': '06' },
 
    { 'x': '38.5', 'y': '47.7', 'w': '', 'h': '', 'n': '', 't': ' ', s: 'A55', 'areacode': '06' },
 
 
    { 'x': '35.3', 'y': '60.5', 'w': '', 'h': '', 'n': '', 't': 'SAL1', s: 'A67', 'areacode': '08' },
    { 'x': '41.9', 'y': '60.4', 'w': '', 'h': '', 'n': '', 't': 'SAL2', s: 'A68', 'areacode': '08' },
    { 'x': '47.1', 'y': '60.5', 'w': '', 'h': '', 'n': '', 't': 'SAL3', s: 'A69', 'areacode': '08' },
    { 'x': '52.4', 'y': '58.4', 'w': '', 'h': '', 'n': '', 't': 'SAL3', s: 'A65', 'areacode': '08' },
 
 
    { 'x': '49.2', 'y': '39.1', 'w': '', 'h': '', 'n': '', 't': ' ', s: 'A63', 'areacode': '08', 't_c': 'w'},
    { 'x': '49.2', 'y': '43.8', 'w': '', 'h': '', 'n': '', 't': ' ', s: 'A62', 'areacode': '08', 't_c': 'w'},
    { 'x': '49.2', 'y': '48.2', 'w': '', 'h': '', 'n': '', 't': ' ', s: 'A61', 'areacode': '08', 't_c': 'w'},
    { 'x': '49.2', 'y': '52.8', 'w': '', 'h': '', 'n': '', 't': ' ', s: 'A60', 'areacode': '08', 't_c': 'w'},
 
    { 'x': '47.1', 'y': '70.4', 'w': '', 'h': '', 'n': '', 't': 'Testting 10', s: 'A66', 'areacode': '08' },
    { 'x': '21.7', 'y': '70.2', 'w': '', 'h': '', 'n': '', 't': 'Testting<br/>15', s: 'A144', 'areacode': '09' },
    { 'x': '27.5', 'y': '69.7', 'w': '', 'h': '', 'n': '', 't': 'RunIn10', s: 'A145', 'areacode': '10' },
    { 'x': '21.6', 'y': '74.8', 'w': '', 'h': '', 'n': '', 't': 'SAL6', s: 'A71', 't_c': 'w', 'areacode': '10' },
    { 'x': '21.8', 'y': '81.9', 'w': '', 'h': '', 'n': '', 't': '', s: 'A73', 'areacode': '11' },
    { 'x': '21.7', 'y': '86', 'w': '', 'h': '', 'n': '', 't': 'Testting<br/>11', s: 'A82', 'areacode': '11' },
    { 'x': '21.7', 'y': '91', 'w': '', 'h': '', 'n': '', 't': 'RunIn6', s: 'A83', 'areacode': '11' },
    { 'x': '21.8', 'y': '96.9', 'w': '', 'h': '', 'n': '', 't': '', s: 'A81', 'areacode': '11' },
    { 'x': '35.3', 'y': '74.8', 'w': '', 'h': '', 'n': '', 't': 'SAL5', s: 'A74', 'areacode': '10' },
 
    { 'x': '35.3', 'y': '81.9', 'w': '', 'h': '', 'n': '', 't': 'SMT37', s: 'A75', 'tl': 'l', 'areacode': '11' },
    { 'x': '35.3', 'y': '85.4', 'w': '', 'h': '', 'n': '', 't': 'SMT30', s: 'A76', 'tl': 'l', 'areacode': '11' },
    { 'x': '35.3', 'y': '88.8', 'w': '', 'h': '', 'n': '', 't': 'SMT36', s: 'A77', 'tl': 'l', 'areacode': '11' },
    { 'x': '35.3', 'y': '92.4', 'w': '', 'h': '', 'n': '', 't': 'SMT5', s: 'A78', 'tl': 'l', 'areacode': '11' },
    { 'x': '35.3', 'y': '98.9', 'w': '', 'h': '', 'n': '', 't': 'SMT23', s: 'A79', 'tl': 'l', 'areacode': '11' },
    { 'x': '35.3', 'y': '103.1', 'w': '', 'h': '', 'n': '', 't': 'SMT2', s: 'A80', 'tl': 'l', 'areacode': '11' },
 
    { 'x': '69.5', 'y': '39.2', 'w': '', 'h': '', 'n': '', 't': 'SMT17', s: 'A102', 'tl': 'l', 'areacode': '14' },
    { 'x': '66.2', 'y': '42.3', 'w': '', 'h': '', 'n': '', 't': 'SMT16', s: 'A101', 'tl': 'l', 'areacode': '14' },
    { 'x': '66.2', 'y': '45.1', 'w': '', 'h': '', 'n': '', 't': 'SMT6', s: 'A100', 'tl': 'l', 'areacode': '14' },
    { 'x': '69.5', 'y': '48.3', 'w': '', 'h': '', 'n': '', 't': 'SMT13', s: 'A99', 'tl': 'l', 'areacode': '14' },
 
    { 'x': '66.5', 'y': '51.4', 'w': '', 'h': '', 'n': '', 't': 'SMT26', s: 'A98', 'tl': 'l', 'areacode': '13' },
    { 'x': '66.4', 'y': '54.4', 'w': '', 'h': '', 'n': '', 't': 'SMT32', s: 'A97', 'tl': 'l', 'areacode': '13' },
    { 'x': '65.9', 'y': '57.6', 'w': '', 'h': '', 'n': '', 't': 'SMT20', s: 'A96', 'tl': 'l', 'areacode': '13' },
    { 'x': '65.9', 'y': '60.8', 'w': '', 'h': '', 'n': '', 't': 'SMT19', s: 'A95', 'tl': 'l', 'areacode': '13' },
    { 'x': '65.9', 'y': '64', 'w': '', 'h': '', 'n': '', 't': 'SMT18', s: 'A94', 'tl': 'l', 'areacode': '13' },
    { 'x': '68.4', 'y': '70.3', 'w': '', 'h': '', 'n': '', 't': 'SMT4', s: 'A93', 'tl': 'l', 'areacode': '13' },
    { 'x': '65.9', 'y': '73.4', 'w': '', 'h': '', 'n': '', 't': 'SMT15', s: 'A92', 'tl': 'l','areacode':'12'  },
    { 'x': '66.6', 'y': '76.6', 'w': '', 'h': '', 'n': '', 't': 'SMT27', s: 'A91', 'tl': 'l', 'areacode':'12' },
    { 'x': '66.3', 'y': '79.8', 'w': '', 'h': '', 'n': '', 't': 'SMT9', s: 'A90', 'tl': 'l', 'areacode':'12' },
    { 'x': '65.9', 'y': '83', 'w': '', 'h': '', 'n': '', 't': 'SMT3', s: 'A89', 'tl': 'l','areacode':'12'  },
    { 'x': '65.9', 'y': '86.1', 'w': '', 'h': '', 'n': '', 't': 'SMT14', s: 'A88', 'tl': 'l','areacode':'12'  },
    { 'x': '65.9', 'y': '89.3', 'w': '', 'h': '', 'n': '', 't': 'SMT7', s: 'A87', 'tl': 'l','areacode':'12'  },
    { 'x': '65.9', 'y': '92.5', 'w': '', 'h': '', 'n': '', 't': 'SMT10', s: 'A86', 'tl': 'l','areacode':'12'  },
    { 'x': '65.9', 'y': '95.7', 'w': '', 'h': '', 'n': '', 't': 'SMT24', s: 'A85', 'tl': 'l','areacode':'12'  },
    { 'x': '66.2', 'y': '103.1', 'w': '', 'h': '', 'n': '', 't': 'SMT21', s: 'A84', 'tl': 'l','areacode':'12'  },
 
    { 'x': '98.6', 'y': '7.5', 'w': '', 'h': '', 'n': '', 't': '', s: 'B94', },
    { 'x': '147.7', 'y': '7.5', 'w': '', 'h': '', 'n': '', 't': '', s: 'B96', },
    { 'x': '170.2', 'y': '7.5', 'w': '', 'h': '', 'n': '', 't': '', s: 'B97', },
    { 'x': '147.7', 'y': '24.4', 'w': '', 'h': '', 'n': '', 't': '', s: 'C_1', },
    { 'x': '119.6', 'y': '24.4', 'w': '', 'h': '', 'n': '', 't': '', s: 'B95', },
    { 'x': '98.6', 'y': '22.9', 'w': '', 'h': '', 'n': '', 't': 'warehouse', s: 'C_2', 't_c_1': 't_c_1', },
    { 'x': '147.7', 'y': '24.1', 'w': '', 'h': '', 'n': '', 't': '', s: 'C', 't': 'MST', 't_c_1': 't_c_1' },
 
    { 'x': '119', 'y': '40.3', 'w': '', 'h': '', 'n': '', 't': 'OSS&nbsp;FA4<br/>S·S10', s: 'A103','areacode':'17'  },
    { 'x': '133.1', 'y': '40.3', 'w': '', 'h': '', 'n': '', 't': 'OSS&nbsp;FA10<br/>S·S18', s: 'B98','areacode':'18' },
    { 'x': '119', 'y': '47.9', 'w': '', 'h': '', 'n': '', 't': 'OSS&nbsp;FA7<br/>S·S16', s: 'A106','areacode':'17' },
    { 'x': '133.1', 'y': '47.6', 'w': '', 'h': '', 'n': '', 't': 'OSS&nbsp;Office<br/>Packing', s: 'A116','areacode':'18' },
    { 'x': '119', 'y': '56.7', 'w': '', 'h': '', 'n': '', 't': 'OSS&nbsp;FA7<br/>S·S7<br/>AOT4', s: 'A107', 'areacode':'17'},
    { 'x': '133.1', 'y': '56.3', 'w': '', 'h': '', 'n': '', 't': 'SDT3', s: 'A114','areacode':'18' },
    { 'x': '133.1', 'y': '59.1', 'w': '', 'h': '', 'n': '', 't': 'OSS&nbsp;FA8<br/>SDT2', s: 'A113','areacode':'18' },
    { 'x': '119', 'y': '65.2', 'w': '', 'h': '', 'n': '', 't': 'OSS&nbsp;FA3<br/>S·S6', s: 'A109', 'areacode':'17'},
 
    { 'x': '133.1', 'y': '64.9', 'w': '', 'h': '', 'n': '', 't': 'OSS&nbsp;FA9<br/>S·S17', s: 'A111', 'areacode':'18'},
 
    { 'x': '129.6', 'y': '74.5', 'w': '', 'h': '', 'n': '', 't': 'PM5', s: 'A118','areacode':'16' },
    { 'x': '118.7', 'y': '81', 'w': '', 'h': '', 'n': '', 't': 'Testing12', s: 'A30', 'areacode':'16'},
    { 'x': '129.6', 'y': '80.9', 'w': '', 'h': '', 'n': '', 't': 'Ec&nbsp;FA2', s: 'A119', 'areacode':'16'},
 
    { 'x': '119', 'y': '89.4', 'w': '', 'h': '', 'n': '', 't': 'Runxxx', s: 'A27','areacode':'15' },
    { 'x': '129.6', 'y': '89.8', 'w': '', 'h': '', 'n': '', 't': '', s: 'A120','areacode':'15' },
 
    { 'x': '119', 'y': '98.4', 'w': '', 'h': '', 'n': '', 't': 'Ec&nbsp;FA1', s: 'A123','areacode':'15' },
    { 'x': '136.2', 'y': '98.4', 'w': '', 'h': '', 'n': '', 't': 'Ec&nbsp;FA2', s: 'A121','areacode':'15' },
 
 
    { 'x': '153.4', 'y': '74.1', 'w': '', 'h': '', 'n': '', 't': 'PE PMOC', s: 'A139','areacode':'19' },
    { 'x': '153.3', 'y': '79.6', 'w': '', 'h': '', 'n': '', 't': 'ESS<br/>FA2', s: 'A136','areacode':'19' },
    { 'x': '158.9', 'y': '79.1', 'w': '', 'h': '', 'n': '', 't': 'ESS<br/>FA3', s: 'A137','areacode':'19' },
 
    { 'x': '153.4', 'y': '88.5', 'w': '', 'h': '', 'n': '', 't': 'EC&nbsp;FA3', s: 'A135','areacode':'19' },
 
    { 'x': '163.9', 'y': '74.2', 'w': '', 'h': '', 'n': '', 't': 'L1L2<br/>MFC2<br/>FPC5', s: 'A141', 'areacode':'20' },
    { 'x': '163.9', 'y': '78.9', 'w': '', 'h': '', 'n': '', 't': 'WSM<br/>FA4', s: 'A133', 'areacode':'20'},
    { 'x': '163.9', 'y': '92.9', 'w': '', 'h': '', 'n': '', 't': 'WSM<br/>FA2', s: 'A126', 'areacode':'20'},
    { 'x': '163.9', 'y': '99.1', 'w': '', 'h': '', 'n': '', 't': 'WSM<br/>FA3', s: 'A128', 'areacode':'20'},
    { 'x': '170.3', 'y': '74.1', 'w': '', 'h': '', 'n': '', 't': 'L3L4L5<br/>FPC2', s: 'A130', 'areacode':'21'},
    { 'x': '170.3', 'y': '93.3', 'w': '', 'h': '', 'n': '', 't': 'Couting<br/>4', s: 'A125', 'areacode':'21' },
    { 'x': '176.2', 'y': '74.6', 'w': '', 'h': '', 'n': '', 't': 'IB2&nbsp;FAI', s: 'A131', 'areacode':'21' },
 
]
export {
    itmmapdata
}