vue2-client 1.2.5 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +89 -89
- package/src/base-client/components/ticket/TicketSubmitSuccessView/TicketSubmitSuccessView.vue +2 -2
- package/src/config/CreateQueryConfig.js +40 -0
- package/src/config/default/setting.config.js +1 -0
- package/src/pages/login/Login.vue +8 -4
- package/src/pages/system/ticket/index.vue +427 -0
- package/src/pages/system/ticket/submitTicketSuccess.vue +249 -0
- package/src/router/async/config.async.js +1 -0
- package/src/router/async/router.map.js +2 -2
- package/src/services/api/EmployeeDetailsViewApi.js +0 -4
- package/src/utils/util.js +34 -4
- package/vue.config.js +0 -10
- package/src/pages/system/applyInstallView/Core.vue +0 -570
- package/src/pages/system/applyInstallView/LFComponents/AddPanel.vue +0 -52
- package/src/pages/system/applyInstallView/LFComponents/Control.vue +0 -78
- package/src/pages/system/applyInstallView/LFComponents/DataDialog.vue +0 -24
- package/src/pages/system/applyInstallView/LFComponents/NodePanel.vue +0 -103
- package/src/pages/system/applyInstallView/PropertySetting/Base.vue +0 -124
- package/src/pages/system/applyInstallView/PropertySetting/CommonProperty.vue +0 -104
- package/src/pages/system/applyInstallView/PropertySetting/PropertyDialog.vue +0 -43
- package/src/pages/system/applyInstallView/background/base.png +0 -0
- package/src/pages/system/applyInstallView/background/click.png +0 -0
- package/src/pages/system/applyInstallView/background/download.png +0 -0
- package/src/pages/system/applyInstallView/background/end.png +0 -0
- package/src/pages/system/applyInstallView/background/push.png +0 -0
- package/src/pages/system/applyInstallView/background/start.png +0 -0
- package/src/pages/system/applyInstallView/background/step.png +0 -0
- package/src/pages/system/applyInstallView/background/time.png +0 -0
- package/src/pages/system/applyInstallView/config.js +0 -22
- package/src/pages/system/applyInstallView/data.json +0 -1284
- package/src/pages/system/applyInstallView/index.vue +0 -34
- package/src/pages/system/applyInstallView/registerNode/Connect.vue +0 -43
- package/src/pages/system/applyInstallView/registerNode/index.js +0 -16
- package/src/pages/system/applyInstallView/registerNode/registerBackEdge.js +0 -44
- package/src/pages/system/applyInstallView/registerNode/registerBase.js +0 -139
- package/src/pages/system/applyInstallView/registerNode/registerConnect.js +0 -60
- package/src/pages/system/applyInstallView/registerNode/registerDownload.js +0 -92
- package/src/pages/system/applyInstallView/registerNode/registerEnd.js +0 -110
- package/src/pages/system/applyInstallView/registerNode/registerPolyline.js +0 -14
- package/src/pages/system/applyInstallView/registerNode/registerPush.js +0 -127
- package/src/pages/system/applyInstallView/registerNode/registerStart.js +0 -105
- package/src/pages/system/applyInstallView/registerNode/registerStep.js +0 -209
- package/src/pages/system/applyInstallView/registerNode/registerTask.js +0 -29
|
@@ -1,1284 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"nodes": [
|
|
3
|
-
{
|
|
4
|
-
"id": "70a16bd5-da3f-4cc3-bfd3-5013c225cdb3",
|
|
5
|
-
"type": "step",
|
|
6
|
-
"x": 300,
|
|
7
|
-
"y": 340,
|
|
8
|
-
"properties": {
|
|
9
|
-
"id": 1,
|
|
10
|
-
"text": "用户受理",
|
|
11
|
-
"name": [
|
|
12
|
-
"市场开发员"
|
|
13
|
-
],
|
|
14
|
-
"timeout": 0,
|
|
15
|
-
"formData": {
|
|
16
|
-
"group": "预埋管报建流程",
|
|
17
|
-
"describe": "用户受理",
|
|
18
|
-
"column": [
|
|
19
|
-
{
|
|
20
|
-
"key": "f_entry_name",
|
|
21
|
-
"title": "项目名称",
|
|
22
|
-
"rule": {
|
|
23
|
-
"type": "string",
|
|
24
|
-
"required": "true"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"key": "f_user_name",
|
|
29
|
-
"title": "客户名称",
|
|
30
|
-
"rule": {
|
|
31
|
-
"type": "string",
|
|
32
|
-
"required": true
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"key": "f_contact",
|
|
37
|
-
"title": "联系人",
|
|
38
|
-
"rule": {
|
|
39
|
-
"type": "string",
|
|
40
|
-
"required": true
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"key": "f_phone",
|
|
45
|
-
"title": "联系人电话",
|
|
46
|
-
"rule": {
|
|
47
|
-
"type": "string",
|
|
48
|
-
"required": true
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
]
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"text": {
|
|
55
|
-
"x": 300,
|
|
56
|
-
"y": 390,
|
|
57
|
-
"value": "用户受理"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"id": "e7e87059-7baa-4b34-b899-139e2fb5aab2",
|
|
62
|
-
"type": "step",
|
|
63
|
-
"x": 430,
|
|
64
|
-
"y": 340,
|
|
65
|
-
"properties": {
|
|
66
|
-
"id": 2,
|
|
67
|
-
"text": "方案确定",
|
|
68
|
-
"name": [
|
|
69
|
-
"市场开发员",
|
|
70
|
-
"工程技术员"
|
|
71
|
-
],
|
|
72
|
-
"timeout": 48,
|
|
73
|
-
"formData": {
|
|
74
|
-
"group": "预埋管报建流程",
|
|
75
|
-
"describe": "方案确定",
|
|
76
|
-
"column": [
|
|
77
|
-
{
|
|
78
|
-
"key": "f_beta",
|
|
79
|
-
"title": "测试"
|
|
80
|
-
}
|
|
81
|
-
]
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
"text": {
|
|
85
|
-
"x": 430,
|
|
86
|
-
"y": 390,
|
|
87
|
-
"value": "方案确定"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"id": "8da3e9d9-d8a4-4d6c-9387-a8e3c47d3fb3",
|
|
92
|
-
"type": "step",
|
|
93
|
-
"x": 570,
|
|
94
|
-
"y": 340,
|
|
95
|
-
"properties": {
|
|
96
|
-
"id": 3,
|
|
97
|
-
"text": "出具预算",
|
|
98
|
-
"name": [
|
|
99
|
-
"大区工程技术员"
|
|
100
|
-
],
|
|
101
|
-
"timeout": 48
|
|
102
|
-
},
|
|
103
|
-
"text": {
|
|
104
|
-
"x": 570,
|
|
105
|
-
"y": 390,
|
|
106
|
-
"value": "出具预算"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"id": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
111
|
-
"type": "step",
|
|
112
|
-
"x": 700,
|
|
113
|
-
"y": 340,
|
|
114
|
-
"properties": {
|
|
115
|
-
"id": 4,
|
|
116
|
-
"text": "发起施工",
|
|
117
|
-
"name": [
|
|
118
|
-
"市场开发员"
|
|
119
|
-
],
|
|
120
|
-
"timeout": 0
|
|
121
|
-
},
|
|
122
|
-
"text": {
|
|
123
|
-
"x": 700,
|
|
124
|
-
"y": 390,
|
|
125
|
-
"value": "合同签订"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"id": "5591ef1f-2913-4f19-b730-cb0903777e2d",
|
|
130
|
-
"type": "step",
|
|
131
|
-
"x": 830,
|
|
132
|
-
"y": 340,
|
|
133
|
-
"properties": {
|
|
134
|
-
"id": 5,
|
|
135
|
-
"text": "收费",
|
|
136
|
-
"name": [
|
|
137
|
-
"财务出纳员"
|
|
138
|
-
],
|
|
139
|
-
"timeout": 0
|
|
140
|
-
},
|
|
141
|
-
"text": {
|
|
142
|
-
"x": 830,
|
|
143
|
-
"y": 390,
|
|
144
|
-
"value": "收费"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"id": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
149
|
-
"type": "step",
|
|
150
|
-
"x": 960,
|
|
151
|
-
"y": 340,
|
|
152
|
-
"properties": {
|
|
153
|
-
"id": 6,
|
|
154
|
-
"text": "发起施工",
|
|
155
|
-
"name": [
|
|
156
|
-
"市场开发员"
|
|
157
|
-
],
|
|
158
|
-
"timeout": 8
|
|
159
|
-
},
|
|
160
|
-
"text": {
|
|
161
|
-
"x": 960,
|
|
162
|
-
"y": 390,
|
|
163
|
-
"value": "发起施工"
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"id": "4e8cafec-a0d5-4e44-a1bf-15bed190c0df",
|
|
168
|
-
"type": "step",
|
|
169
|
-
"x": 1090,
|
|
170
|
-
"y": 340,
|
|
171
|
-
"properties": {
|
|
172
|
-
"id": 7,
|
|
173
|
-
"text": "图纸下发",
|
|
174
|
-
"name": [
|
|
175
|
-
"大区工程技术员"
|
|
176
|
-
],
|
|
177
|
-
"timeout": 24
|
|
178
|
-
},
|
|
179
|
-
"text": {
|
|
180
|
-
"x": 1090,
|
|
181
|
-
"y": 390,
|
|
182
|
-
"value": "图纸下发"
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"id": "a4801ba1-d178-4796-ab39-dce33d9ad3b9",
|
|
187
|
-
"type": "step",
|
|
188
|
-
"x": 1210,
|
|
189
|
-
"y": 340,
|
|
190
|
-
"properties": {
|
|
191
|
-
"id": 8,
|
|
192
|
-
"text": "设计出图",
|
|
193
|
-
"name": [
|
|
194
|
-
"设计员"
|
|
195
|
-
],
|
|
196
|
-
"timeout": 72
|
|
197
|
-
},
|
|
198
|
-
"text": {
|
|
199
|
-
"x": 1210,
|
|
200
|
-
"y": 390,
|
|
201
|
-
"value": "设计出图"
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"id": "74bca038-0cb1-45bf-a61e-64ed16132903",
|
|
206
|
-
"type": "step",
|
|
207
|
-
"x": 1330,
|
|
208
|
-
"y": 340,
|
|
209
|
-
"properties": {
|
|
210
|
-
"id": 9,
|
|
211
|
-
"text": "备料",
|
|
212
|
-
"name": [
|
|
213
|
-
"物资管理员"
|
|
214
|
-
],
|
|
215
|
-
"timeout": 168
|
|
216
|
-
},
|
|
217
|
-
"text": {
|
|
218
|
-
"x": 1330,
|
|
219
|
-
"y": 390,
|
|
220
|
-
"value": "备料"
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"id": "a2c0a5a6-28e5-4c00-a902-d10860df397f",
|
|
225
|
-
"type": "step",
|
|
226
|
-
"x": 1450,
|
|
227
|
-
"y": 340,
|
|
228
|
-
"properties": {
|
|
229
|
-
"id": 10,
|
|
230
|
-
"text": "施工",
|
|
231
|
-
"name": [
|
|
232
|
-
"现场管理员"
|
|
233
|
-
],
|
|
234
|
-
"timeout": 48
|
|
235
|
-
},
|
|
236
|
-
"text": {
|
|
237
|
-
"x": 1450,
|
|
238
|
-
"y": 390,
|
|
239
|
-
"value": "施工"
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"id": "efa84fb3-78e2-4c5f-bc39-5a57c8db019e",
|
|
244
|
-
"type": "step",
|
|
245
|
-
"x": 1570,
|
|
246
|
-
"y": 340,
|
|
247
|
-
"properties": {
|
|
248
|
-
"id": 11,
|
|
249
|
-
"text": "完工确认",
|
|
250
|
-
"name": [
|
|
251
|
-
"市场开发员"
|
|
252
|
-
],
|
|
253
|
-
"timeout": 4
|
|
254
|
-
},
|
|
255
|
-
"text": {
|
|
256
|
-
"x": 1570,
|
|
257
|
-
"y": 390,
|
|
258
|
-
"value": "完工确认"
|
|
259
|
-
}
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"id": "5a06d093-f29b-4119-814c-338500f4d4fc",
|
|
263
|
-
"type": "step",
|
|
264
|
-
"x": 1690,
|
|
265
|
-
"y": 340,
|
|
266
|
-
"properties": {
|
|
267
|
-
"id": 12,
|
|
268
|
-
"text": "回访",
|
|
269
|
-
"name": [
|
|
270
|
-
"客户服务员"
|
|
271
|
-
],
|
|
272
|
-
"timeout": 0
|
|
273
|
-
},
|
|
274
|
-
"text": {
|
|
275
|
-
"x": 1690,
|
|
276
|
-
"y": 390,
|
|
277
|
-
"value": "回访"
|
|
278
|
-
}
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"id": "ef0deac3-8b29-4320-bdc8-32b18200effb",
|
|
282
|
-
"type": "end",
|
|
283
|
-
"x": 1920,
|
|
284
|
-
"y": 340,
|
|
285
|
-
"properties": {}
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"id": "a3dcc51e-dd5f-4cad-9ba9-1c6c37addde7",
|
|
289
|
-
"type": "start",
|
|
290
|
-
"x": 180,
|
|
291
|
-
"y": 340,
|
|
292
|
-
"properties": {}
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"id": "531aebdf-296f-4c5e-875f-b84186232b01",
|
|
296
|
-
"type": "step",
|
|
297
|
-
"x": 1810,
|
|
298
|
-
"y": 340,
|
|
299
|
-
"properties": {
|
|
300
|
-
"id": 13,
|
|
301
|
-
"text": "完工",
|
|
302
|
-
"name": [],
|
|
303
|
-
"timeout": 0
|
|
304
|
-
},
|
|
305
|
-
"text": {
|
|
306
|
-
"x": 1810,
|
|
307
|
-
"y": 390,
|
|
308
|
-
"value": "完工"
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"id": "e513489b-4a30-49c9-88a4-4139314f7bfd",
|
|
313
|
-
"type": "base",
|
|
314
|
-
"x": 210,
|
|
315
|
-
"y": 140,
|
|
316
|
-
"properties": {
|
|
317
|
-
"id": 1004,
|
|
318
|
-
"text": "预埋管报建流程",
|
|
319
|
-
"personId": 2004,
|
|
320
|
-
"personName": "执行者",
|
|
321
|
-
"propArray": [
|
|
322
|
-
{
|
|
323
|
-
"name": "subdep",
|
|
324
|
-
"id": "var1",
|
|
325
|
-
"description": "转下级部门"
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"name": "man",
|
|
329
|
-
"id": "var2",
|
|
330
|
-
"description": "部门下人员"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"name": "userid",
|
|
334
|
-
"id": "var3",
|
|
335
|
-
"description": "登陆人"
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"name": "organization",
|
|
339
|
-
"id": "var4",
|
|
340
|
-
"description": "公司"
|
|
341
|
-
}
|
|
342
|
-
]
|
|
343
|
-
},
|
|
344
|
-
"text": {
|
|
345
|
-
"x": 210,
|
|
346
|
-
"y": 190,
|
|
347
|
-
"value": "预埋管报建流程"
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
],
|
|
351
|
-
"edges": [
|
|
352
|
-
{
|
|
353
|
-
"id": "8ceb9b14-ceb5-469f-be93-29c87bcf63dd",
|
|
354
|
-
"type": "polyline",
|
|
355
|
-
"sourceNodeId": "a3dcc51e-dd5f-4cad-9ba9-1c6c37addde7",
|
|
356
|
-
"targetNodeId": "70a16bd5-da3f-4cc3-bfd3-5013c225cdb3",
|
|
357
|
-
"startPoint": {
|
|
358
|
-
"x": 200,
|
|
359
|
-
"y": 340
|
|
360
|
-
},
|
|
361
|
-
"endPoint": {
|
|
362
|
-
"x": 265,
|
|
363
|
-
"y": 340
|
|
364
|
-
},
|
|
365
|
-
"properties": {},
|
|
366
|
-
"pointsList": [
|
|
367
|
-
{
|
|
368
|
-
"x": 200,
|
|
369
|
-
"y": 340
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"x": 265,
|
|
373
|
-
"y": 340
|
|
374
|
-
}
|
|
375
|
-
]
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"id": "a2d74857-7831-4009-83ae-709efa362b77",
|
|
379
|
-
"type": "polyline",
|
|
380
|
-
"sourceNodeId": "5591ef1f-2913-4f19-b730-cb0903777e2d",
|
|
381
|
-
"targetNodeId": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
382
|
-
"startPoint": {
|
|
383
|
-
"x": 865,
|
|
384
|
-
"y": 340
|
|
385
|
-
},
|
|
386
|
-
"endPoint": {
|
|
387
|
-
"x": 925,
|
|
388
|
-
"y": 340
|
|
389
|
-
},
|
|
390
|
-
"properties": {},
|
|
391
|
-
"pointsList": [
|
|
392
|
-
{
|
|
393
|
-
"x": 865,
|
|
394
|
-
"y": 340
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"x": 925,
|
|
398
|
-
"y": 340
|
|
399
|
-
}
|
|
400
|
-
]
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"id": "4c8f2668-bdf5-45dc-8b9b-6b11198229d8",
|
|
404
|
-
"type": "polyline",
|
|
405
|
-
"sourceNodeId": "531aebdf-296f-4c5e-875f-b84186232b01",
|
|
406
|
-
"targetNodeId": "ef0deac3-8b29-4320-bdc8-32b18200effb",
|
|
407
|
-
"startPoint": {
|
|
408
|
-
"x": 1845,
|
|
409
|
-
"y": 340
|
|
410
|
-
},
|
|
411
|
-
"endPoint": {
|
|
412
|
-
"x": 1900,
|
|
413
|
-
"y": 340
|
|
414
|
-
},
|
|
415
|
-
"properties": {},
|
|
416
|
-
"pointsList": [
|
|
417
|
-
{
|
|
418
|
-
"x": 1845,
|
|
419
|
-
"y": 340
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"x": 1875,
|
|
423
|
-
"y": 340
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"x": 1875,
|
|
427
|
-
"y": 340
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"x": 1870,
|
|
431
|
-
"y": 340
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"x": 1870,
|
|
435
|
-
"y": 340
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"x": 1900,
|
|
439
|
-
"y": 340
|
|
440
|
-
}
|
|
441
|
-
]
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"id": "d897b236-e8bf-4be9-9b85-42f70c66cddb",
|
|
445
|
-
"type": "polyline",
|
|
446
|
-
"sourceNodeId": "e7e87059-7baa-4b34-b899-139e2fb5aab2",
|
|
447
|
-
"targetNodeId": "8da3e9d9-d8a4-4d6c-9387-a8e3c47d3fb3",
|
|
448
|
-
"startPoint": {
|
|
449
|
-
"x": 465,
|
|
450
|
-
"y": 340
|
|
451
|
-
},
|
|
452
|
-
"endPoint": {
|
|
453
|
-
"x": 535,
|
|
454
|
-
"y": 340
|
|
455
|
-
},
|
|
456
|
-
"properties": {},
|
|
457
|
-
"pointsList": [
|
|
458
|
-
{
|
|
459
|
-
"x": 465,
|
|
460
|
-
"y": 340
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"x": 535,
|
|
464
|
-
"y": 340
|
|
465
|
-
}
|
|
466
|
-
]
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"id": "f087af04-1ea5-4fb6-891b-98072fb9ec4b",
|
|
470
|
-
"type": "polyline",
|
|
471
|
-
"sourceNodeId": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
472
|
-
"targetNodeId": "5591ef1f-2913-4f19-b730-cb0903777e2d",
|
|
473
|
-
"startPoint": {
|
|
474
|
-
"x": 735,
|
|
475
|
-
"y": 341.25
|
|
476
|
-
},
|
|
477
|
-
"endPoint": {
|
|
478
|
-
"x": 795,
|
|
479
|
-
"y": 341.25
|
|
480
|
-
},
|
|
481
|
-
"properties": {},
|
|
482
|
-
"pointsList": [
|
|
483
|
-
{
|
|
484
|
-
"x": 735,
|
|
485
|
-
"y": 341.25
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
"x": 795,
|
|
489
|
-
"y": 341.25
|
|
490
|
-
}
|
|
491
|
-
]
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"id": "06bf715e-081a-4165-a975-b5544549785a",
|
|
495
|
-
"type": "polyline",
|
|
496
|
-
"sourceNodeId": "8da3e9d9-d8a4-4d6c-9387-a8e3c47d3fb3",
|
|
497
|
-
"targetNodeId": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
498
|
-
"startPoint": {
|
|
499
|
-
"x": 605,
|
|
500
|
-
"y": 340
|
|
501
|
-
},
|
|
502
|
-
"endPoint": {
|
|
503
|
-
"x": 665,
|
|
504
|
-
"y": 340
|
|
505
|
-
},
|
|
506
|
-
"properties": {},
|
|
507
|
-
"pointsList": [
|
|
508
|
-
{
|
|
509
|
-
"x": 605,
|
|
510
|
-
"y": 340
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"x": 665,
|
|
514
|
-
"y": 340
|
|
515
|
-
}
|
|
516
|
-
]
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"id": "318d5acd-4c46-4531-925a-0d5b0ac5daf8",
|
|
520
|
-
"type": "polyline",
|
|
521
|
-
"sourceNodeId": "e7e87059-7baa-4b34-b899-139e2fb5aab2",
|
|
522
|
-
"targetNodeId": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
523
|
-
"startPoint": {
|
|
524
|
-
"x": 430,
|
|
525
|
-
"y": 305
|
|
526
|
-
},
|
|
527
|
-
"endPoint": {
|
|
528
|
-
"x": 682.5,
|
|
529
|
-
"y": 305
|
|
530
|
-
},
|
|
531
|
-
"properties": {},
|
|
532
|
-
"pointsList": [
|
|
533
|
-
{
|
|
534
|
-
"x": 430,
|
|
535
|
-
"y": 305
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"x": 430,
|
|
539
|
-
"y": 266.25
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"x": 682.5,
|
|
543
|
-
"y": 266.25
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"x": 682.5,
|
|
547
|
-
"y": 305
|
|
548
|
-
}
|
|
549
|
-
]
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"id": "46da394e-fa30-4aa5-a5f1-86ea73437516",
|
|
553
|
-
"type": "polyline",
|
|
554
|
-
"sourceNodeId": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
555
|
-
"targetNodeId": "4e8cafec-a0d5-4e44-a1bf-15bed190c0df",
|
|
556
|
-
"startPoint": {
|
|
557
|
-
"x": 995,
|
|
558
|
-
"y": 340
|
|
559
|
-
},
|
|
560
|
-
"endPoint": {
|
|
561
|
-
"x": 1055,
|
|
562
|
-
"y": 340
|
|
563
|
-
},
|
|
564
|
-
"properties": {},
|
|
565
|
-
"pointsList": [
|
|
566
|
-
{
|
|
567
|
-
"x": 995,
|
|
568
|
-
"y": 340
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"x": 1055,
|
|
572
|
-
"y": 340
|
|
573
|
-
}
|
|
574
|
-
]
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
"id": "56c4fcf0-af65-4083-8f23-fdb4d0ff5c82",
|
|
578
|
-
"type": "polyline",
|
|
579
|
-
"sourceNodeId": "4e8cafec-a0d5-4e44-a1bf-15bed190c0df",
|
|
580
|
-
"targetNodeId": "a4801ba1-d178-4796-ab39-dce33d9ad3b9",
|
|
581
|
-
"startPoint": {
|
|
582
|
-
"x": 1125,
|
|
583
|
-
"y": 340
|
|
584
|
-
},
|
|
585
|
-
"endPoint": {
|
|
586
|
-
"x": 1175,
|
|
587
|
-
"y": 340
|
|
588
|
-
},
|
|
589
|
-
"properties": {},
|
|
590
|
-
"pointsList": [
|
|
591
|
-
{
|
|
592
|
-
"x": 1125,
|
|
593
|
-
"y": 340
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"x": 1155,
|
|
597
|
-
"y": 340
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"x": 1155,
|
|
601
|
-
"y": 340
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"x": 1145,
|
|
605
|
-
"y": 340
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"x": 1145,
|
|
609
|
-
"y": 340
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"x": 1175,
|
|
613
|
-
"y": 340
|
|
614
|
-
}
|
|
615
|
-
]
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"id": "e712a9fb-b867-4c2a-a58a-25e6dec503bf",
|
|
619
|
-
"type": "polyline",
|
|
620
|
-
"sourceNodeId": "a4801ba1-d178-4796-ab39-dce33d9ad3b9",
|
|
621
|
-
"targetNodeId": "74bca038-0cb1-45bf-a61e-64ed16132903",
|
|
622
|
-
"startPoint": {
|
|
623
|
-
"x": 1245,
|
|
624
|
-
"y": 340
|
|
625
|
-
},
|
|
626
|
-
"endPoint": {
|
|
627
|
-
"x": 1295,
|
|
628
|
-
"y": 340
|
|
629
|
-
},
|
|
630
|
-
"properties": {},
|
|
631
|
-
"pointsList": [
|
|
632
|
-
{
|
|
633
|
-
"x": 1245,
|
|
634
|
-
"y": 340
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"x": 1275,
|
|
638
|
-
"y": 340
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"x": 1275,
|
|
642
|
-
"y": 340
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"x": 1265,
|
|
646
|
-
"y": 340
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"x": 1265,
|
|
650
|
-
"y": 340
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"x": 1295,
|
|
654
|
-
"y": 340
|
|
655
|
-
}
|
|
656
|
-
]
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"id": "62730439-0792-4e96-a618-45ae9d14661d",
|
|
660
|
-
"type": "polyline",
|
|
661
|
-
"sourceNodeId": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
662
|
-
"targetNodeId": "5591ef1f-2913-4f19-b730-cb0903777e2d",
|
|
663
|
-
"startPoint": {
|
|
664
|
-
"x": 960,
|
|
665
|
-
"y": 375
|
|
666
|
-
},
|
|
667
|
-
"endPoint": {
|
|
668
|
-
"x": 865,
|
|
669
|
-
"y": 355
|
|
670
|
-
},
|
|
671
|
-
"properties": {},
|
|
672
|
-
"pointsList": [
|
|
673
|
-
{
|
|
674
|
-
"x": 960,
|
|
675
|
-
"y": 375
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"x": 960,
|
|
679
|
-
"y": 417.5
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"x": 895,
|
|
683
|
-
"y": 417.5
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"x": 895,
|
|
687
|
-
"y": 355
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"x": 865,
|
|
691
|
-
"y": 355
|
|
692
|
-
}
|
|
693
|
-
]
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"id": "80ba74c4-b93d-4350-a9b0-225be8df8886",
|
|
697
|
-
"type": "polyline",
|
|
698
|
-
"sourceNodeId": "5591ef1f-2913-4f19-b730-cb0903777e2d",
|
|
699
|
-
"targetNodeId": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
700
|
-
"startPoint": {
|
|
701
|
-
"x": 830,
|
|
702
|
-
"y": 375
|
|
703
|
-
},
|
|
704
|
-
"endPoint": {
|
|
705
|
-
"x": 735,
|
|
706
|
-
"y": 356.25
|
|
707
|
-
},
|
|
708
|
-
"properties": {},
|
|
709
|
-
"pointsList": [
|
|
710
|
-
{
|
|
711
|
-
"x": 830,
|
|
712
|
-
"y": 375
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"x": 830,
|
|
716
|
-
"y": 417.5
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"x": 765,
|
|
720
|
-
"y": 417.5
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"x": 765,
|
|
724
|
-
"y": 356.25
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"x": 735,
|
|
728
|
-
"y": 356.25
|
|
729
|
-
}
|
|
730
|
-
]
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"id": "4c2a240e-634d-4da2-805c-2f8ef36c5cc0",
|
|
734
|
-
"type": "polyline",
|
|
735
|
-
"sourceNodeId": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
736
|
-
"targetNodeId": "8da3e9d9-d8a4-4d6c-9387-a8e3c47d3fb3",
|
|
737
|
-
"startPoint": {
|
|
738
|
-
"x": 700,
|
|
739
|
-
"y": 375
|
|
740
|
-
},
|
|
741
|
-
"endPoint": {
|
|
742
|
-
"x": 605,
|
|
743
|
-
"y": 355
|
|
744
|
-
},
|
|
745
|
-
"properties": {},
|
|
746
|
-
"pointsList": [
|
|
747
|
-
{
|
|
748
|
-
"x": 700,
|
|
749
|
-
"y": 375
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"x": 700,
|
|
753
|
-
"y": 417.5
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"x": 635,
|
|
757
|
-
"y": 417.5
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"x": 635,
|
|
761
|
-
"y": 355
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"x": 605,
|
|
765
|
-
"y": 355
|
|
766
|
-
}
|
|
767
|
-
]
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"id": "80340519-ddba-4f6b-989e-163bd99415bf",
|
|
771
|
-
"type": "polyline",
|
|
772
|
-
"sourceNodeId": "8da3e9d9-d8a4-4d6c-9387-a8e3c47d3fb3",
|
|
773
|
-
"targetNodeId": "e7e87059-7baa-4b34-b899-139e2fb5aab2",
|
|
774
|
-
"startPoint": {
|
|
775
|
-
"x": 570,
|
|
776
|
-
"y": 375
|
|
777
|
-
},
|
|
778
|
-
"endPoint": {
|
|
779
|
-
"x": 465,
|
|
780
|
-
"y": 357.5
|
|
781
|
-
},
|
|
782
|
-
"properties": {},
|
|
783
|
-
"pointsList": [
|
|
784
|
-
{
|
|
785
|
-
"x": 570,
|
|
786
|
-
"y": 375
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"x": 570,
|
|
790
|
-
"y": 420
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"x": 495,
|
|
794
|
-
"y": 420
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"x": 495,
|
|
798
|
-
"y": 357.5
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"x": 465,
|
|
802
|
-
"y": 357.5
|
|
803
|
-
}
|
|
804
|
-
]
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
"id": "c47e0085-2ce2-4154-93cd-d6aabdd5e0ee",
|
|
808
|
-
"type": "polyline",
|
|
809
|
-
"sourceNodeId": "4e8cafec-a0d5-4e44-a1bf-15bed190c0df",
|
|
810
|
-
"targetNodeId": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
811
|
-
"startPoint": {
|
|
812
|
-
"x": 1090,
|
|
813
|
-
"y": 375
|
|
814
|
-
},
|
|
815
|
-
"endPoint": {
|
|
816
|
-
"x": 995,
|
|
817
|
-
"y": 355
|
|
818
|
-
},
|
|
819
|
-
"properties": {},
|
|
820
|
-
"pointsList": [
|
|
821
|
-
{
|
|
822
|
-
"x": 1090,
|
|
823
|
-
"y": 375
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"x": 1090,
|
|
827
|
-
"y": 417.5
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"x": 1025,
|
|
831
|
-
"y": 417.5
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
"x": 1025,
|
|
835
|
-
"y": 355
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"x": 995,
|
|
839
|
-
"y": 355
|
|
840
|
-
}
|
|
841
|
-
]
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"id": "36157cc8-e9f9-46b3-af25-bdad07bf5416",
|
|
845
|
-
"type": "polyline",
|
|
846
|
-
"sourceNodeId": "a4801ba1-d178-4796-ab39-dce33d9ad3b9",
|
|
847
|
-
"targetNodeId": "4e8cafec-a0d5-4e44-a1bf-15bed190c0df",
|
|
848
|
-
"startPoint": {
|
|
849
|
-
"x": 1210,
|
|
850
|
-
"y": 375
|
|
851
|
-
},
|
|
852
|
-
"endPoint": {
|
|
853
|
-
"x": 1125,
|
|
854
|
-
"y": 357.5
|
|
855
|
-
},
|
|
856
|
-
"properties": {},
|
|
857
|
-
"pointsList": [
|
|
858
|
-
{
|
|
859
|
-
"x": 1210,
|
|
860
|
-
"y": 375
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"x": 1210,
|
|
864
|
-
"y": 417.5
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"x": 1155,
|
|
868
|
-
"y": 417.5
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"x": 1155,
|
|
872
|
-
"y": 357.5
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"x": 1125,
|
|
876
|
-
"y": 357.5
|
|
877
|
-
}
|
|
878
|
-
]
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"id": "e206f1f0-b096-4f36-a77e-cf1722a9f58d",
|
|
882
|
-
"type": "polyline",
|
|
883
|
-
"sourceNodeId": "74bca038-0cb1-45bf-a61e-64ed16132903",
|
|
884
|
-
"targetNodeId": "a4801ba1-d178-4796-ab39-dce33d9ad3b9",
|
|
885
|
-
"startPoint": {
|
|
886
|
-
"x": 1330,
|
|
887
|
-
"y": 375
|
|
888
|
-
},
|
|
889
|
-
"endPoint": {
|
|
890
|
-
"x": 1245,
|
|
891
|
-
"y": 357.5
|
|
892
|
-
},
|
|
893
|
-
"properties": {},
|
|
894
|
-
"pointsList": [
|
|
895
|
-
{
|
|
896
|
-
"x": 1330,
|
|
897
|
-
"y": 375
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"x": 1330,
|
|
901
|
-
"y": 417.5
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"x": 1275,
|
|
905
|
-
"y": 417.5
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"x": 1275,
|
|
909
|
-
"y": 357.5
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
"x": 1245,
|
|
913
|
-
"y": 357.5
|
|
914
|
-
}
|
|
915
|
-
]
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"id": "78db8aed-057a-4d80-b485-499df442017b",
|
|
919
|
-
"type": "polyline",
|
|
920
|
-
"sourceNodeId": "a2c0a5a6-28e5-4c00-a902-d10860df397f",
|
|
921
|
-
"targetNodeId": "74bca038-0cb1-45bf-a61e-64ed16132903",
|
|
922
|
-
"startPoint": {
|
|
923
|
-
"x": 1450,
|
|
924
|
-
"y": 375
|
|
925
|
-
},
|
|
926
|
-
"endPoint": {
|
|
927
|
-
"x": 1365,
|
|
928
|
-
"y": 358.75
|
|
929
|
-
},
|
|
930
|
-
"properties": {},
|
|
931
|
-
"pointsList": [
|
|
932
|
-
{
|
|
933
|
-
"x": 1450,
|
|
934
|
-
"y": 375
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"x": 1450,
|
|
938
|
-
"y": 415
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"x": 1395,
|
|
942
|
-
"y": 415
|
|
943
|
-
},
|
|
944
|
-
{
|
|
945
|
-
"x": 1395,
|
|
946
|
-
"y": 358.75
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"x": 1365,
|
|
950
|
-
"y": 358.75
|
|
951
|
-
}
|
|
952
|
-
]
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"id": "dfa0833a-ce0d-4462-a8bd-c001d0a76bc1",
|
|
956
|
-
"type": "polyline",
|
|
957
|
-
"sourceNodeId": "74bca038-0cb1-45bf-a61e-64ed16132903",
|
|
958
|
-
"targetNodeId": "a2c0a5a6-28e5-4c00-a902-d10860df397f",
|
|
959
|
-
"startPoint": {
|
|
960
|
-
"x": 1365,
|
|
961
|
-
"y": 340
|
|
962
|
-
},
|
|
963
|
-
"endPoint": {
|
|
964
|
-
"x": 1415,
|
|
965
|
-
"y": 340
|
|
966
|
-
},
|
|
967
|
-
"properties": {},
|
|
968
|
-
"pointsList": [
|
|
969
|
-
{
|
|
970
|
-
"x": 1365,
|
|
971
|
-
"y": 340
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"x": 1395,
|
|
975
|
-
"y": 340
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"x": 1395,
|
|
979
|
-
"y": 340
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"x": 1385,
|
|
983
|
-
"y": 340
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"x": 1385,
|
|
987
|
-
"y": 340
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"x": 1415,
|
|
991
|
-
"y": 340
|
|
992
|
-
}
|
|
993
|
-
]
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"id": "1f9f0174-712d-4e53-b1d8-0e8dc7d714f4",
|
|
997
|
-
"type": "polyline",
|
|
998
|
-
"sourceNodeId": "a2c0a5a6-28e5-4c00-a902-d10860df397f",
|
|
999
|
-
"targetNodeId": "efa84fb3-78e2-4c5f-bc39-5a57c8db019e",
|
|
1000
|
-
"startPoint": {
|
|
1001
|
-
"x": 1485,
|
|
1002
|
-
"y": 340
|
|
1003
|
-
},
|
|
1004
|
-
"endPoint": {
|
|
1005
|
-
"x": 1535,
|
|
1006
|
-
"y": 340
|
|
1007
|
-
},
|
|
1008
|
-
"properties": {},
|
|
1009
|
-
"pointsList": [
|
|
1010
|
-
{
|
|
1011
|
-
"x": 1485,
|
|
1012
|
-
"y": 340
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"x": 1515,
|
|
1016
|
-
"y": 340
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
"x": 1515,
|
|
1020
|
-
"y": 340
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"x": 1505,
|
|
1024
|
-
"y": 340
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"x": 1505,
|
|
1028
|
-
"y": 340
|
|
1029
|
-
},
|
|
1030
|
-
{
|
|
1031
|
-
"x": 1535,
|
|
1032
|
-
"y": 340
|
|
1033
|
-
}
|
|
1034
|
-
]
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"id": "1d76ceba-b011-46d8-ab1b-f4c7890e67b2",
|
|
1038
|
-
"type": "polyline",
|
|
1039
|
-
"sourceNodeId": "efa84fb3-78e2-4c5f-bc39-5a57c8db019e",
|
|
1040
|
-
"targetNodeId": "5a06d093-f29b-4119-814c-338500f4d4fc",
|
|
1041
|
-
"startPoint": {
|
|
1042
|
-
"x": 1605,
|
|
1043
|
-
"y": 340
|
|
1044
|
-
},
|
|
1045
|
-
"endPoint": {
|
|
1046
|
-
"x": 1655,
|
|
1047
|
-
"y": 340
|
|
1048
|
-
},
|
|
1049
|
-
"properties": {},
|
|
1050
|
-
"pointsList": [
|
|
1051
|
-
{
|
|
1052
|
-
"x": 1605,
|
|
1053
|
-
"y": 340
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"x": 1635,
|
|
1057
|
-
"y": 340
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"x": 1635,
|
|
1061
|
-
"y": 340
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"x": 1625,
|
|
1065
|
-
"y": 340
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"x": 1625,
|
|
1069
|
-
"y": 340
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"x": 1655,
|
|
1073
|
-
"y": 340
|
|
1074
|
-
}
|
|
1075
|
-
]
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"id": "9213b102-91b8-49a1-a51c-94d66c4dc2ec",
|
|
1079
|
-
"type": "polyline",
|
|
1080
|
-
"sourceNodeId": "5a06d093-f29b-4119-814c-338500f4d4fc",
|
|
1081
|
-
"targetNodeId": "531aebdf-296f-4c5e-875f-b84186232b01",
|
|
1082
|
-
"startPoint": {
|
|
1083
|
-
"x": 1725,
|
|
1084
|
-
"y": 340
|
|
1085
|
-
},
|
|
1086
|
-
"endPoint": {
|
|
1087
|
-
"x": 1775,
|
|
1088
|
-
"y": 340
|
|
1089
|
-
},
|
|
1090
|
-
"properties": {},
|
|
1091
|
-
"pointsList": [
|
|
1092
|
-
{
|
|
1093
|
-
"x": 1725,
|
|
1094
|
-
"y": 340
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"x": 1755,
|
|
1098
|
-
"y": 340
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"x": 1755,
|
|
1102
|
-
"y": 340
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
"x": 1745,
|
|
1106
|
-
"y": 340
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"x": 1745,
|
|
1110
|
-
"y": 340
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
"x": 1775,
|
|
1114
|
-
"y": 340
|
|
1115
|
-
}
|
|
1116
|
-
]
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"id": "39854b0f-e8bf-4d3c-b884-953993527090",
|
|
1120
|
-
"type": "polyline",
|
|
1121
|
-
"sourceNodeId": "efa84fb3-78e2-4c5f-bc39-5a57c8db019e",
|
|
1122
|
-
"targetNodeId": "a2c0a5a6-28e5-4c00-a902-d10860df397f",
|
|
1123
|
-
"startPoint": {
|
|
1124
|
-
"x": 1570,
|
|
1125
|
-
"y": 375
|
|
1126
|
-
},
|
|
1127
|
-
"endPoint": {
|
|
1128
|
-
"x": 1485,
|
|
1129
|
-
"y": 358.75
|
|
1130
|
-
},
|
|
1131
|
-
"properties": {},
|
|
1132
|
-
"pointsList": [
|
|
1133
|
-
{
|
|
1134
|
-
"x": 1570,
|
|
1135
|
-
"y": 375
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"x": 1570,
|
|
1139
|
-
"y": 415
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
"x": 1515,
|
|
1143
|
-
"y": 415
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"x": 1515,
|
|
1147
|
-
"y": 358.75
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
"x": 1485,
|
|
1151
|
-
"y": 358.75
|
|
1152
|
-
}
|
|
1153
|
-
]
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"id": "749c794f-2b9c-4b7b-9abd-64f589f29a61",
|
|
1157
|
-
"type": "polyline",
|
|
1158
|
-
"sourceNodeId": "5a06d093-f29b-4119-814c-338500f4d4fc",
|
|
1159
|
-
"targetNodeId": "efa84fb3-78e2-4c5f-bc39-5a57c8db019e",
|
|
1160
|
-
"startPoint": {
|
|
1161
|
-
"x": 1690,
|
|
1162
|
-
"y": 375
|
|
1163
|
-
},
|
|
1164
|
-
"endPoint": {
|
|
1165
|
-
"x": 1605,
|
|
1166
|
-
"y": 355
|
|
1167
|
-
},
|
|
1168
|
-
"properties": {},
|
|
1169
|
-
"pointsList": [
|
|
1170
|
-
{
|
|
1171
|
-
"x": 1690,
|
|
1172
|
-
"y": 375
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
"x": 1690,
|
|
1176
|
-
"y": 415
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
"x": 1635,
|
|
1180
|
-
"y": 415
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"x": 1635,
|
|
1184
|
-
"y": 355
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"x": 1605,
|
|
1188
|
-
"y": 355
|
|
1189
|
-
}
|
|
1190
|
-
]
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"id": "d232104d-610c-4ff8-8bd7-9f72b5d8bba2",
|
|
1194
|
-
"type": "polyline",
|
|
1195
|
-
"sourceNodeId": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
1196
|
-
"targetNodeId": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
1197
|
-
"startPoint": {
|
|
1198
|
-
"x": 700,
|
|
1199
|
-
"y": 305
|
|
1200
|
-
},
|
|
1201
|
-
"endPoint": {
|
|
1202
|
-
"x": 945,
|
|
1203
|
-
"y": 305
|
|
1204
|
-
},
|
|
1205
|
-
"properties": {},
|
|
1206
|
-
"pointsList": [
|
|
1207
|
-
{
|
|
1208
|
-
"x": 700,
|
|
1209
|
-
"y": 305
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"x": 700,
|
|
1213
|
-
"y": 266.25
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"x": 945,
|
|
1217
|
-
"y": 266.25
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"x": 945,
|
|
1221
|
-
"y": 305
|
|
1222
|
-
}
|
|
1223
|
-
]
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"id": "7fe6c62c-f55c-4f15-b016-dc6c7f025195",
|
|
1227
|
-
"type": "polyline",
|
|
1228
|
-
"sourceNodeId": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
1229
|
-
"targetNodeId": "74bca038-0cb1-45bf-a61e-64ed16132903",
|
|
1230
|
-
"startPoint": {
|
|
1231
|
-
"x": 960,
|
|
1232
|
-
"y": 305
|
|
1233
|
-
},
|
|
1234
|
-
"endPoint": {
|
|
1235
|
-
"x": 1330,
|
|
1236
|
-
"y": 305
|
|
1237
|
-
},
|
|
1238
|
-
"properties": {},
|
|
1239
|
-
"pointsList": [
|
|
1240
|
-
{
|
|
1241
|
-
"x": 960,
|
|
1242
|
-
"y": 305
|
|
1243
|
-
},
|
|
1244
|
-
{
|
|
1245
|
-
"x": 960,
|
|
1246
|
-
"y": 266.25
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"x": 1330,
|
|
1250
|
-
"y": 266.25
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
"x": 1330,
|
|
1254
|
-
"y": 305
|
|
1255
|
-
}
|
|
1256
|
-
]
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
"id": "4b912020-d2f8-40b7-8571-1b080de33629",
|
|
1260
|
-
"type": "polyline",
|
|
1261
|
-
"sourceNodeId": "70a16bd5-da3f-4cc3-bfd3-5013c225cdb3",
|
|
1262
|
-
"targetNodeId": "e7e87059-7baa-4b34-b899-139e2fb5aab2",
|
|
1263
|
-
"startPoint": {
|
|
1264
|
-
"x": 335,
|
|
1265
|
-
"y": 340
|
|
1266
|
-
},
|
|
1267
|
-
"endPoint": {
|
|
1268
|
-
"x": 395,
|
|
1269
|
-
"y": 340
|
|
1270
|
-
},
|
|
1271
|
-
"properties": {},
|
|
1272
|
-
"pointsList": [
|
|
1273
|
-
{
|
|
1274
|
-
"x": 335,
|
|
1275
|
-
"y": 340
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"x": 395,
|
|
1279
|
-
"y": 340
|
|
1280
|
-
}
|
|
1281
|
-
]
|
|
1282
|
-
}
|
|
1283
|
-
]
|
|
1284
|
-
}
|