-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGIS 一张图.drawio
806 lines (806 loc) · 104 KB
/
GIS 一张图.drawio
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
<mxfile host="app.diagrams.net" modified="2024-03-04T05:48:10.736Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" etag="ELARbIkDzCz5sU6Fw_JW" version="23.1.5" type="github" pages="5">
<diagram name="第 1 页" id="zE5t6aD2_p2wQIvtdHmX">
<mxGraphModel dx="2195" dy="669" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-14" value="用户" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;strokeColor=#788AA3;fontColor=#46495D;fillColor=#B2C9AB;fontSize=16;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="1450" y="875" width="30" height="60" as="geometry" />
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-17" value="<font color="#020203" size="1"><b style="font-size: 21px;">服务门户</b></font>" style="html=1;dashed=0;whiteSpace=wrap;strokeColor=#788AA3;fontColor=#46495D;fillColor=#B2C9AB;rounded=1;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="870" y="735" width="130" height="340" as="geometry" />
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-22" value="运维人员" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;strokeColor=#788AA3;fontColor=#46495D;fillColor=#B2C9AB;fontSize=16;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="-440" y="880" width="30" height="60" as="geometry" />
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-34" value="<font color="#141852" style="font-size: 20px;"><b>三方应用</b></font>" style="html=1;dashed=0;whiteSpace=wrap;strokeColor=#b46504;fillColor=#fad7ac;rounded=1;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="305" y="1440" width="650" height="50" as="geometry" />
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-38" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="10" y="760" width="410" height="300" as="geometry" />
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-36" value="<font style="font-size: 18px;">AgriviewData</font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#788AA3;fontColor=#46495D;fillColor=#B2C9AB;fontSize=18;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="50" y="950" width="160" height="90" as="geometry" />
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-37" value="<font style="font-size: 16px;">AgriviewMapServer</font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#788AA3;fontColor=#46495D;fillColor=#B2C9AB;fontSize=16;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="50" y="790" width="160" height="80" as="geometry" />
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-42" value="代理" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#46495D;" parent="1" vertex="1">
<mxGeometry x="105" y="900" width="50" height="30" as="geometry" />
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-43" value="<font color="#010305">数据控制端</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;fontSize=26;fontStyle=1;fontColor=#3BA3FF;" parent="1" vertex="1">
<mxGeometry x="230" y="885" width="150" height="40" as="geometry" />
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-44" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#788AA3;fontColor=#46495D;fillColor=#B2C9AB;entryX=0.5;entryY=1;entryDx=0;entryDy=0;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="Y2qKscrUqdlN-Jkxz7hm-36" target="Y2qKscrUqdlN-Jkxz7hm-37" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="560" y="910" as="sourcePoint" />
<mxPoint x="610" y="860" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-46" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#788AA3;fontColor=#46495D;fillColor=#B2C9AB;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="Y2qKscrUqdlN-Jkxz7hm-22" target="Y2qKscrUqdlN-Jkxz7hm-38" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-210" y="800" as="sourcePoint" />
<mxPoint x="-160" y="750" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-47" value="数据导入, 数据处理" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontColor=#46495D;fontSize=17;" parent="Y2qKscrUqdlN-Jkxz7hm-46" vertex="1" connectable="0">
<mxGeometry x="-0.2476" y="-2" relative="1" as="geometry">
<mxPoint x="12" y="-22" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-49" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#788AA3;fontColor=#46495D;fillColor=#B2C9AB;exitX=0.5;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="Y2qKscrUqdlN-Jkxz7hm-14" target="Y2qKscrUqdlN-Jkxz7hm-17" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="770" y="690" as="sourcePoint" />
<mxPoint x="820" y="640" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-50" value="1. 数据检索<br style="font-size: 17px;">2. 简单数据上传及可视化能力, 不纳入数据控制端管理<br>3. 服务定制, 提交定制化需求" style="edgeLabel;html=1;align=left;verticalAlign=middle;resizable=0;points=[];fontColor=#46495D;fontSize=17;" parent="Y2qKscrUqdlN-Jkxz7hm-49" vertex="1" connectable="0">
<mxGeometry x="0.114" y="1" relative="1" as="geometry">
<mxPoint x="-176" y="-46" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-51" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#788AA3;fontColor=#46495D;fillColor=#B2C9AB;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="Y2qKscrUqdlN-Jkxz7hm-17" target="Y2qKscrUqdlN-Jkxz7hm-38" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="560" y="950" as="sourcePoint" />
<mxPoint x="610" y="900" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-52" value="1. 获取公开的数据资源<br style="font-size: 17px;"><div style="text-align: left; font-size: 17px;"><span style="background-color: initial; font-size: 17px;">2. 访问图层API<br>3. 服务定制申请</span></div>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#46495D;fontSize=17;" parent="1" vertex="1">
<mxGeometry x="520" y="840" width="200" height="70" as="geometry" />
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-53" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#788AA3;fontColor=#46495D;fillColor=#B2C9AB;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="Y2qKscrUqdlN-Jkxz7hm-34" target="Y2qKscrUqdlN-Jkxz7hm-17" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="620" y="1310" as="sourcePoint" />
<mxPoint x="670" y="1260" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-54" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#788AA3;fontColor=#46495D;fillColor=#B2C9AB;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="Y2qKscrUqdlN-Jkxz7hm-34" target="Y2qKscrUqdlN-Jkxz7hm-38" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="560" y="950" as="sourcePoint" />
<mxPoint x="610" y="900" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-55" value="获取服务ID与服务密钥" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#46495D;fontSize=17;" parent="1" vertex="1">
<mxGeometry x="765" y="1241" width="190" height="30" as="geometry" />
</mxCell>
<mxCell id="Y2qKscrUqdlN-Jkxz7hm-56" value="<font style="font-size: 17px;">携带服务ID, 服务密钥及图层Id请求数据控制端</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#46495D;" parent="1" vertex="1">
<mxGeometry x="90" y="1271" width="370" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="cCWL97s1AogKki4cQy96" name="第 2 页">
<mxGraphModel dx="958" dy="755" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="sQEsOptdIseywWCb2Aea-3" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="1" source="mz-W56lRqKXGoxVjSt4O-22" target="mz-W56lRqKXGoxVjSt4O-23" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-22" value="臻善数据中台" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#007FFF;fillColor=#007FFF;fontColor=#FFFFFF;fontStyle=1;fontSize=16;" parent="1" vertex="1">
<mxGeometry x="240" y="400" width="180" height="50" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-23" value="GIS 数据管理 (AgriData)" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#97D077;strokeColor=none;fontColor=#FFFFFF;fontStyle=1;verticalAlign=top;" parent="1" vertex="1">
<mxGeometry x="240" y="290" width="180" height="80" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-24" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#F19C99;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="240" y="135" width="310" height="120" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-25" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endArrow=oval;endFill=0;strokeWidth=2;strokeColor=#808080;" parent="1" source="mz-W56lRqKXGoxVjSt4O-27" target="mz-W56lRqKXGoxVjSt4O-22" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-26" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#FFFFFF;fontColor=#FFFFFF;fontStyle=1;verticalAlign=top;fontSize=13;opacity=20;" parent="1" vertex="1">
<mxGeometry x="250" y="170" width="140" height="70" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-27" value="空间分析引擎" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#F19C99;strokeColor=none;fontStyle=1;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="450" y="400" width="100" height="50" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-28" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#FFFFFF;fontColor=#FFFFFF;fontStyle=1;verticalAlign=top;opacity=20;" parent="1" vertex="1">
<mxGeometry x="400" y="170" width="140" height="70" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-29" value="农业 GIS 服务门户" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontStyle=1;fontColor=#FFFFFF;fontSize=13;" parent="1" vertex="1">
<mxGeometry x="318.13" y="140" width="153.75" height="30" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-30" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endArrow=oval;endFill=0;strokeWidth=2;strokeColor=#808080;" parent="1" source="mz-W56lRqKXGoxVjSt4O-31" target="mz-W56lRqKXGoxVjSt4O-23" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-31" value="AgriMapServer" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#97D077;strokeColor=none;fontColor=#FFFFFF;fontStyle=1" parent="1" vertex="1">
<mxGeometry x="450" y="305" width="100" height="50" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-32" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.29;entryY=0.986;entryDx=0;entryDy=0;entryPerimeter=0;strokeWidth=2;strokeColor=#808080;" parent="1" source="mz-W56lRqKXGoxVjSt4O-23" target="mz-W56lRqKXGoxVjSt4O-24" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-33" value="数据服务" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=11;rotation=90;horizontal=0;fontStyle=1;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="230" y="197.5" width="60" height="20" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-34" value="首页导航" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#EA6B66;strokeColor=none;fontSize=11;fontStyle=0;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="270" y="182.5" width="52.75" height="20" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-35" value="开发中心" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#EA6B66;strokeColor=none;fontSize=11;fontStyle=0;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="270" y="212.5" width="52.75" height="20" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-36" value="个人中心" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#EA6B66;strokeColor=none;fontSize=11;fontStyle=0;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="327.25" y="212.5" width="52.75" height="20" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-37" value="资源中心" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#EA6B66;strokeColor=none;fontSize=11;fontStyle=0;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="327.25" y="182.5" width="52.75" height="20" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-38" value="运维管理" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=11;rotation=90;horizontal=0;fontStyle=1;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="380" y="197.5" width="60" height="20" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-39" value="服务监控" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#EA6B66;strokeColor=none;fontSize=11;fontStyle=0;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="480" y="212.5" width="52.75" height="20" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-40" value="访问日志" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#EA6B66;strokeColor=none;fontSize=11;fontStyle=0;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="420" y="212.5" width="52.75" height="20" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-41" value="访问统计" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#EA6B66;strokeColor=none;fontSize=11;fontStyle=0;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="480" y="182.5" width="52.75" height="20" as="geometry" />
</mxCell>
<mxCell id="mz-W56lRqKXGoxVjSt4O-42" value="资源管理" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#EA6B66;strokeColor=none;fontSize=11;fontStyle=0;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="419.13" y="182.5" width="52.75" height="20" as="geometry" />
</mxCell>
<mxCell id="sQEsOptdIseywWCb2Aea-2" value="耕地算法工具" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#F19C99;strokeColor=none;fontStyle=1;fontColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="250" y="330" width="160" height="30" as="geometry" />
</mxCell>
<mxCell id="sQEsOptdIseywWCb2Aea-4" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="150" y="135" width="60" height="315" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="DRbT-sDOhVAYwJ4qvss9" name="20230108">
<mxGraphModel dx="2177" dy="1622" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="alaW0JnIrfdwoQLNWXSu-65" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-64" target="alaW0JnIrfdwoQLNWXSu-3" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-66" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-64" target="alaW0JnIrfdwoQLNWXSu-5" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-64" value="" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="430" y="595" width="310" height="130" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-41" value="" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="90" y="-10" width="460" height="150" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-2" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="pBgXYHcwj49og9IrZx3i-1" target="alaW0JnIrfdwoQLNWXSu-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-24" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="1" source="pBgXYHcwj49og9IrZx3i-1" target="alaW0JnIrfdwoQLNWXSu-37" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="310" y="270" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-32" value="BI 分析" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=18;fontFamily=Architects Daughter;" parent="alaW0JnIrfdwoQLNWXSu-24" vertex="1" connectable="0">
<mxGeometry x="-0.7123" y="-1" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="pBgXYHcwj49og9IrZx3i-1" value="臻善数据中台" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;sketch=1;curveFitting=1;jiggle=2;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1">
<mxGeometry x="90" y="400" width="250" height="60" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-14" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-1" target="alaW0JnIrfdwoQLNWXSu-13" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-15" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-1" target="alaW0JnIrfdwoQLNWXSu-9" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-16" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-1" target="alaW0JnIrfdwoQLNWXSu-11" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-19" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-1" target="alaW0JnIrfdwoQLNWXSu-18" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-26" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="320" y="270" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-33" value="空间数据<br style="font-size: 15px;">可视化和查询" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=15;fontFamily=Architects Daughter;" parent="alaW0JnIrfdwoQLNWXSu-26" vertex="1" connectable="0">
<mxGeometry x="-0.2646" y="2" relative="1" as="geometry">
<mxPoint x="-37" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-1" value="空间数据中台" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;sketch=1;curveFitting=1;jiggle=2;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1">
<mxGeometry x="480" y="400" width="180" height="60" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-4" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-3" target="alaW0JnIrfdwoQLNWXSu-1" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="480" y="490" />
<mxPoint x="570" y="490" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-3" value="AgriMapServer" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="1" vertex="1">
<mxGeometry x="415" y="510" width="160" height="40" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-17" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-5" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="570" y="460" as="targetPoint" />
<Array as="points">
<mxPoint x="650" y="490" />
<mxPoint x="571" y="490" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-5" value="SuperMap" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="1" vertex="1">
<mxGeometry x="590" y="510" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-6" value="空间分析工具" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#fff2cc;strokeColor=#d6b656;fontStyle=2" parent="1" vertex="1">
<mxGeometry x="90" y="460" width="250" height="40" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-9" value="数据集成<br>和管理" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=13;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="750" y="450" width="90" height="40" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-11" value="检索查询" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=13;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="750" y="393.5" width="90" height="40" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-12" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=13;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" source="alaW0JnIrfdwoQLNWXSu-11" target="alaW0JnIrfdwoQLNWXSu-11" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-13" value="算法模块<br>集成和调用" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=13;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="750" y="340" width="90" height="40" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-18" value="可视化" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=13;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="750" y="290" width="90" height="40" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-27" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" source="alaW0JnIrfdwoQLNWXSu-20" target="alaW0JnIrfdwoQLNWXSu-21" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-28" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" source="alaW0JnIrfdwoQLNWXSu-20" target="alaW0JnIrfdwoQLNWXSu-22" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-29" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" source="alaW0JnIrfdwoQLNWXSu-20" target="alaW0JnIrfdwoQLNWXSu-23" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-20" value="总览一张图" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=18;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="200" y="90" width="270" height="40" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-21" value="农田数据专题" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="105" width="150" height="40" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-22" value="宅基地数据专题" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="275" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-23" value="其它专题" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="415" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-39" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-35" target="alaW0JnIrfdwoQLNWXSu-37" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-43" value="利用" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=18;fontFamily=Architects Daughter;" parent="alaW0JnIrfdwoQLNWXSu-39" vertex="1" connectable="0">
<mxGeometry x="-0.2133" y="3" relative="1" as="geometry">
<mxPoint x="-11" y="-3" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-35" value="GIS 服务门户" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
<mxGeometry x="550" y="200" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-42" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-37" target="alaW0JnIrfdwoQLNWXSu-41" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-44" value="创建" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=18;fontFamily=Architects Daughter;" parent="alaW0JnIrfdwoQLNWXSu-42" vertex="1" connectable="0">
<mxGeometry x="0.008" y="-2" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-59" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-37" target="alaW0JnIrfdwoQLNWXSu-58" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-37" value="快速构建平台" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#fa6800;fontColor=#000000;strokeColor=#C73500;" parent="1" vertex="1">
<mxGeometry x="230" y="210" width="180" height="60" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-38" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.75;exitY=0;exitDx=0;exitDy=0;entryX=0.567;entryY=1.007;entryDx=0;entryDy=0;entryPerimeter=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-1" target="alaW0JnIrfdwoQLNWXSu-35" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-49" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-47" target="pBgXYHcwj49og9IrZx3i-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-47" value="业务系统1" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="-130" y="344" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-51" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-48" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="90" y="430" as="targetPoint" />
<Array as="points">
<mxPoint x="40" y="510" />
<mxPoint x="40" y="430" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-48" value="业务系统1" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="-120" y="480" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-53" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-52" target="alaW0JnIrfdwoQLNWXSu-47" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-52" value="" style="shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="-250" y="334" width="60" height="80" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-54" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-55" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="-120" y="510.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-55" value="" style="shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="-240" y="470" width="60" height="80" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-57" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-56" target="alaW0JnIrfdwoQLNWXSu-6" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-60" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-56" target="alaW0JnIrfdwoQLNWXSu-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-61" value="数据源" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=20;fontFamily=Architects Daughter;" parent="alaW0JnIrfdwoQLNWXSu-60" vertex="1" connectable="0">
<mxGeometry x="-0.1522" y="4" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-56" value="结构化数据" style="shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="162.5" y="630" width="105" height="80" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-58" value="其它可通过快速平台构建的业务" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="-190" y="-10" width="220" height="100" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-62" value="矢量数据" style="shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="460" y="620" width="100" height="80" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-63" value="影像" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="584" y="630" width="120" height="80" as="geometry" />
</mxCell>
<mxCell id="alaW0JnIrfdwoQLNWXSu-67" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=-0.009;entryY=0.595;entryDx=0;entryDy=0;entryPerimeter=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="alaW0JnIrfdwoQLNWXSu-56" target="alaW0JnIrfdwoQLNWXSu-64" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="xFHqqbkcBGEA89S3BWl6" name="20230109">
<mxGraphModel dx="3684" dy="2371" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="JlzJyxXRJKS6v5jkaVgV-46" value="" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="1120" y="74" width="420" height="446" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-17" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.75;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="xsrGs2cvKEJVQRkCZZE6-1" target="XQrtNzAafIlduAZdhE9k-15" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-12" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="xsrGs2cvKEJVQRkCZZE6-1" target="XQrtNzAafIlduAZdhE9k-21" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="631" y="-216" />
<mxPoint x="155" y="-216" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-41" value="数据服务" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=20;fontFamily=Architects Daughter;fontStyle=1" parent="JlzJyxXRJKS6v5jkaVgV-12" vertex="1" connectable="0">
<mxGeometry x="-0.7644" y="2" relative="1" as="geometry">
<mxPoint x="-474" y="-165" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="xsrGs2cvKEJVQRkCZZE6-1" value="数据中台" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=23;fillColor=#fa6800;strokeColor=#C73500;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="532.5" y="-76" width="197.5" height="120" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-25" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;strokeColor=#FF8000;strokeWidth=3;" parent="1" source="xsrGs2cvKEJVQRkCZZE6-2" target="JlzJyxXRJKS6v5jkaVgV-24" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="xsrGs2cvKEJVQRkCZZE6-2" value="空间数据管理<br>可视化、计算插件<br>提供对应接口" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;fillColor=#1ba1e2;strokeColor=#006EAF;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="730" y="-56" width="220" height="70" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-19" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.581;exitY=0.008;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;strokeColor=#FF8000;strokeWidth=3;exitPerimeter=0;" parent="1" source="3iQYBfnXA4Y3nyuHEOmA-1" target="Km4g_otrils365Lf8sED-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-20" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.75;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="3iQYBfnXA4Y3nyuHEOmA-1" target="Km4g_otrils365Lf8sED-2" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="3iQYBfnXA4Y3nyuHEOmA-1" value="" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="1" vertex="1">
<mxGeometry x="600" y="184" width="465" height="120" as="geometry" />
</mxCell>
<mxCell id="3iQYBfnXA4Y3nyuHEOmA-2" value="结构化数据" style="shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="1" vertex="1">
<mxGeometry x="615" y="214" width="120" height="80" as="geometry" />
</mxCell>
<mxCell id="3iQYBfnXA4Y3nyuHEOmA-3" value="矢量数据" style="shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="1" vertex="1">
<mxGeometry x="785" y="214" width="100" height="80" as="geometry" />
</mxCell>
<mxCell id="3iQYBfnXA4Y3nyuHEOmA-4" value="影像" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="1" vertex="1">
<mxGeometry x="915" y="219" width="120" height="80" as="geometry" />
</mxCell>
<mxCell id="Km4g_otrils365Lf8sED-5" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.75;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;strokeColor=#FF8000;strokeWidth=3;" parent="1" source="Km4g_otrils365Lf8sED-1" target="xsrGs2cvKEJVQRkCZZE6-2" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="Km4g_otrils365Lf8sED-1" value="mapServer" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#fa6800;strokeColor=#C73500;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="750" y="74" width="130" height="40" as="geometry" />
</mxCell>
<mxCell id="Km4g_otrils365Lf8sED-6" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.75;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="Km4g_otrils365Lf8sED-2" target="xsrGs2cvKEJVQRkCZZE6-2" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="Km4g_otrils365Lf8sED-2" value="各类算法工具" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#e51400;strokeColor=#B20000;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="915" y="74" width="145" height="40" as="geometry" />
</mxCell>
<mxCell id="rOnFOLnWgXqi6KbwYqeG-9" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="rOnFOLnWgXqi6KbwYqeG-2" target="xsrGs2cvKEJVQRkCZZE6-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="rOnFOLnWgXqi6KbwYqeG-2" value="已建业务系统 1" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=18;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="330" y="-106" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="rOnFOLnWgXqi6KbwYqeG-10" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="rOnFOLnWgXqi6KbwYqeG-4" target="xsrGs2cvKEJVQRkCZZE6-1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="530" y="4" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="rOnFOLnWgXqi6KbwYqeG-4" value="<font style="font-size: 18px;">已建业务系统2</font>" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="330" y="34" width="130" height="64" as="geometry" />
</mxCell>
<mxCell id="rOnFOLnWgXqi6KbwYqeG-5" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" source="rOnFOLnWgXqi6KbwYqeG-6" target="rOnFOLnWgXqi6KbwYqeG-2" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="rOnFOLnWgXqi6KbwYqeG-6" value="<font style="font-size: 15px;">业务库</font>" style="shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="210" y="-116" width="60" height="80" as="geometry" />
</mxCell>
<mxCell id="rOnFOLnWgXqi6KbwYqeG-7" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" source="rOnFOLnWgXqi6KbwYqeG-8" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="330" y="64.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="rOnFOLnWgXqi6KbwYqeG-8" value="
<span style="color: rgb(0, 0, 0); font-family: &quot;Architects Daughter&quot;; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(251, 251, 251); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">业务库</span>

" style="shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="210" y="24" width="60" height="80" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-1" value="" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="540" y="-506" width="460" height="140" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-2" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" source="XQrtNzAafIlduAZdhE9k-5" target="XQrtNzAafIlduAZdhE9k-6" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-3" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" source="XQrtNzAafIlduAZdhE9k-5" target="XQrtNzAafIlduAZdhE9k-7" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-4" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" source="XQrtNzAafIlduAZdhE9k-5" target="XQrtNzAafIlduAZdhE9k-8" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-5" value="总览一张图" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="650" y="-416" width="270" height="32" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-6" value="农田数据专题" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=15;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="555" y="-491" width="150" height="32" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-7" value="宅基地数据专题" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=15;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="725" y="-491" width="120" height="32" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-8" value="其它专题" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=15;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="865" y="-491" width="120" height="32" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-9" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;strokeColor=#FF8000;strokeWidth=3;" parent="1" source="XQrtNzAafIlduAZdhE9k-11" target="XQrtNzAafIlduAZdhE9k-15" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-10" value="利用" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=18;fontFamily=Architects Daughter;" parent="XQrtNzAafIlduAZdhE9k-9" vertex="1" connectable="0">
<mxGeometry x="-0.2133" y="3" relative="1" as="geometry">
<mxPoint x="-11" y="-3" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-11" value="GIS 服务门户" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=19;fillColor=#fa6800;strokeColor=#C73500;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="1000" y="-256" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-12" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;strokeColor=#FF8000;strokeWidth=3;" parent="1" source="XQrtNzAafIlduAZdhE9k-15" target="XQrtNzAafIlduAZdhE9k-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-13" value="创建" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=18;fontFamily=Architects Daughter;" parent="XQrtNzAafIlduAZdhE9k-12" vertex="1" connectable="0">
<mxGeometry x="0.008" y="-2" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-14" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="XQrtNzAafIlduAZdhE9k-15" target="XQrtNzAafIlduAZdhE9k-16" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-43" value="数据服务" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=20;fontFamily=Architects Daughter;fontStyle=1" parent="XQrtNzAafIlduAZdhE9k-14" vertex="1" connectable="0">
<mxGeometry x="0.6917" y="-5" relative="1" as="geometry">
<mxPoint x="-5" y="-4" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-15" value="快速构建平台" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#fa6800;fontColor=#000000;strokeColor=#C73500;" parent="1" vertex="1">
<mxGeometry x="680" y="-266" width="180" height="60" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-16" value="其它可通过快速平台构建的业务" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="260" y="-476" width="220" height="70" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-21" value="其它系统使用" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="90" y="-476" width="130" height="70" as="geometry" />
</mxCell>
<mxCell id="XQrtNzAafIlduAZdhE9k-25" value="OLAP" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=20;fontFamily=Architects Daughter;" parent="1" vertex="1">
<mxGeometry x="555" y="-406" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-1" value="数据运维人员" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="40" y="274" width="30" height="60" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-2" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.3333333333333333;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.25;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="JlzJyxXRJKS6v5jkaVgV-1" target="xsrGs2cvKEJVQRkCZZE6-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-9" value="使用数据中台提供的数据集成界面<br style="font-size: 16px;">将当前已运行业务系统中的、<br style="font-size: 16px;">其它线下渠道获取的结构化<br style="font-size: 16px;">数据或空间数据集成进数据中台" style="edgeLabel;html=1;align=left;verticalAlign=middle;resizable=0;points=[];fontSize=16;fontFamily=Helvetica;fontStyle=2" parent="JlzJyxXRJKS6v5jkaVgV-2" vertex="1" connectable="0">
<mxGeometry x="-0.4205" y="-1" relative="1" as="geometry">
<mxPoint x="-132" y="-1" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-39" value="数据集成" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=20;fontFamily=Architects Daughter;fontStyle=1" parent="JlzJyxXRJKS6v5jkaVgV-2" vertex="1" connectable="0">
<mxGeometry x="0.7979" y="-1" relative="1" as="geometry">
<mxPoint x="-113" y="173" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-14" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.3333333333333333;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.25;entryY=0;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;align=left;" parent="1" source="JlzJyxXRJKS6v5jkaVgV-11" target="xsrGs2cvKEJVQRkCZZE6-1" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="-80" y="-156" />
<mxPoint x="582" y="-156" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-17" value="使用数据中台提供的数据建模、算法工具<br style="font-size: 16px;">将不同类型的数据按照使用目的通过接口<br>服务共享出去,为新建的应用提供数据支撑" style="edgeLabel;html=1;align=left;verticalAlign=middle;resizable=0;points=[];fontSize=16;fontFamily=Architects Daughter;" parent="JlzJyxXRJKS6v5jkaVgV-14" vertex="1" connectable="0">
<mxGeometry x="-0.6502" y="-2" relative="1" as="geometry">
<mxPoint x="-88" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-40" value="数据治理" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=20;fontFamily=Architects Daughter;fontStyle=1" parent="JlzJyxXRJKS6v5jkaVgV-14" vertex="1" connectable="0">
<mxGeometry x="0.5878" relative="1" as="geometry">
<mxPoint x="-69" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-11" value="数据治理人员" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="-110" y="-176" width="30" height="60" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-22" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="3iQYBfnXA4Y3nyuHEOmA-2" target="3iQYBfnXA4Y3nyuHEOmA-3" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-27" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;strokeColor=#FF8000;strokeWidth=3;" parent="1" source="JlzJyxXRJKS6v5jkaVgV-23" target="XQrtNzAafIlduAZdhE9k-11" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-23" value="GIS 运维管理" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=19;fillColor=#fa6800;strokeColor=#C73500;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="1000" y="-166" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-26" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;strokeColor=#FF8000;strokeWidth=3;" parent="1" source="JlzJyxXRJKS6v5jkaVgV-24" target="JlzJyxXRJKS6v5jkaVgV-23" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-24" value="GIS 数据管理" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=19;fillColor=#fa6800;strokeColor=#C73500;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="1000" y="-86" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-31" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.3333333333333333;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="JlzJyxXRJKS6v5jkaVgV-28" target="XQrtNzAafIlduAZdhE9k-11" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-33" value="使用门户提供的数据服务界面<br>检索查看数据、配置专题图" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=16;fontFamily=Architects Daughter;" parent="JlzJyxXRJKS6v5jkaVgV-31" vertex="1" connectable="0">
<mxGeometry x="-0.0741" y="-3" relative="1" as="geometry">
<mxPoint y="7" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-28" value="厅各级处室普通用户" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="1410" y="-266" width="30" height="60" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-35" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.3333333333333333;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="JlzJyxXRJKS6v5jkaVgV-34" target="JlzJyxXRJKS6v5jkaVgV-23" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-36" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.3333333333333333;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="JlzJyxXRJKS6v5jkaVgV-34" target="JlzJyxXRJKS6v5jkaVgV-24" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-34" value="厅数据管理人员" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="1410" y="-126" width="30" height="60" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-37" value="OLTP" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=20;fontFamily=Architects Daughter;" parent="1" vertex="1">
<mxGeometry x="360" y="-73" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-38" value="OLTP" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=20;fontFamily=Architects Daughter;" parent="1" vertex="1">
<mxGeometry x="360" y="68" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-44" value="" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#fa6800;strokeColor=#C73500;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="1141" y="174" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-45" value="图例" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=25;fontFamily=Architects Daughter;fontStyle=1;fillColor=default;strokeColor=default;strokeWidth=2;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="1140" y="64" width="91" height="40" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-47" value="满足一期验收要求" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=20;fontFamily=Architects Daughter;" parent="1" vertex="1">
<mxGeometry x="1240" y="174" width="281" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-48" value="" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#008a00;strokeColor=#005700;fontColor=#ffffff;" parent="1" vertex="1">
<mxGeometry x="1141" y="224" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-49" value="需要双方团队共同合作的部分" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=20;fontFamily=Architects Daughter;fontStyle=1" parent="1" vertex="1">
<mxGeometry x="1240" y="224" width="281" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-53" value="" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="1141" y="124" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-54" value="数据中台提供数据服务的应用" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=20;fontFamily=Architects Daughter;" parent="1" vertex="1">
<mxGeometry x="1240" y="124" width="281" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-55" value="" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="1141" y="281.5" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-56" value="现有已建的业务系统" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=20;fontFamily=Architects Daughter;" parent="1" vertex="1">
<mxGeometry x="1240" y="281.5" width="281" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-57" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="1169" y="436" width="30" height="60" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-58" value="各类人员角色" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=20;fontFamily=Architects Daughter;" parent="1" vertex="1">
<mxGeometry x="1238" y="451" width="281" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-60" value="1、数据集成:扩展当前中台在空间数据,特别是在影像栅格数据方面的集成管理能力;现在更擅长结构化数据的采集。<br><br>2、数据处理:扩展当前中台在基于空间数据的空间分析、人工智能算法分析方面的处理能力;现在更擅长基于结构化数据的建模分析。<br><br>3、数据共享:扩展当前中台地图可视化服务能力;现在更擅长构造提供基于结构化数据的 Json 接口" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;align=left;spacingTop=2;spacingLeft=12;spacingRight=12;" parent="1" vertex="1">
<mxGeometry x="1580" y="71.5" width="420" height="398.5" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-65" value="" style="group;fillColor=default;" parent="1" vertex="1" connectable="0">
<mxGeometry x="1610" y="24" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-62" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="JlzJyxXRJKS6v5jkaVgV-65" vertex="1">
<mxGeometry width="30" height="60" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-63" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="JlzJyxXRJKS6v5jkaVgV-65" vertex="1">
<mxGeometry x="30" width="30" height="60" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-69" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.145;entryY=0;entryDx=0;entryDy=4.35;entryPerimeter=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="xsrGs2cvKEJVQRkCZZE6-1" target="3iQYBfnXA4Y3nyuHEOmA-2" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-70" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.716;entryY=1.008;entryDx=0;entryDy=0;entryPerimeter=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="3iQYBfnXA4Y3nyuHEOmA-2" target="xsrGs2cvKEJVQRkCZZE6-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-71" value="" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#60a917;strokeColor=#2D7600;fontColor=#ffffff;" parent="1" vertex="1">
<mxGeometry x="700" y="-56" width="30" height="70" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-72" value="数据底座逻辑关系图" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=39;fontFamily=Architects Daughter;fontStyle=1" parent="1" vertex="1">
<mxGeometry x="565" y="-690" width="420" height="60" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-75" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;strokeColor=#FF8000;strokeWidth=3;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1151" y="396" as="sourcePoint" />
<mxPoint x="1231" y="396" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-76" value="GIS 一张图数据流向" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=20;fontFamily=Architects Daughter;" parent="1" vertex="1">
<mxGeometry x="1240" y="380" width="281" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-79" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0.024;entryY=0.42;entryDx=0;entryDy=0;entryPerimeter=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;" parent="1" source="JlzJyxXRJKS6v5jkaVgV-49" target="JlzJyxXRJKS6v5jkaVgV-60" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-80" value="" style="rounded=0;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="1" vertex="1">
<mxGeometry x="1141" y="334" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="JlzJyxXRJKS6v5jkaVgV-81" value="数据存储层" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=20;fontFamily=Architects Daughter;" parent="1" vertex="1">
<mxGeometry x="1240" y="334" width="281" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="5-OYc5XAPhWHiDqZJQjw" name="20230129">
<mxGraphModel dx="1026" dy="669" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="3300" pageHeight="2339" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="RoJq_qL3JQy00xfflFiE-6" value="" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="407" y="1300" width="163" height="100" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-7" style="edgeStyle=orthogonalEdgeStyle;rounded=0;hachureGap=4;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="CN5k4DcsVSpHsuB48dDu-89" target="RoJq_qL3JQy00xfflFiE-6" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-19" style="edgeStyle=orthogonalEdgeStyle;rounded=0;hachureGap=4;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="CN5k4DcsVSpHsuB48dDu-89" target="CN5k4DcsVSpHsuB48dDu-90" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="CN5k4DcsVSpHsuB48dDu-89" value="GIS 数据管理" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#f8cecc;strokeColor=#b85450;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="410" y="1430" width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-20" style="edgeStyle=orthogonalEdgeStyle;rounded=0;hachureGap=4;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="CN5k4DcsVSpHsuB48dDu-90" target="lJHiSjpwFuXSmyhnEHDM-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="CN5k4DcsVSpHsuB48dDu-90" value="GIS 运维管理" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#f8cecc;strokeColor=#b85450;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="650" y="1430" width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-21" style="edgeStyle=orthogonalEdgeStyle;rounded=0;hachureGap=4;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="lJHiSjpwFuXSmyhnEHDM-1" target="RoJq_qL3JQy00xfflFiE-15" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="DVAJrkQLDaROuYqNeOwX-2" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;sketch=1;curveFitting=1;jiggle=2;" edge="1" parent="1" source="lJHiSjpwFuXSmyhnEHDM-1" target="DVAJrkQLDaROuYqNeOwX-1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="lJHiSjpwFuXSmyhnEHDM-1" value="GIS 服务门户" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#f8cecc;strokeColor=#b85450;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="900" y="1430" width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-2" style="edgeStyle=orthogonalEdgeStyle;rounded=0;hachureGap=4;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.3333333333333333;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="RoJq_qL3JQy00xfflFiE-1" target="CN5k4DcsVSpHsuB48dDu-89" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-8" value="集成厅里GIS 相关数据" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=10;fontFamily=Architects Daughter;sketch=1;curveFitting=1;jiggle=2;" parent="RoJq_qL3JQy00xfflFiE-2" vertex="1" connectable="0">
<mxGeometry x="-0.35" y="3" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-1" value="数据管理人员" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=13;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="330" y="1550" width="30" height="60" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-3" value="地图服务" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="420" y="1320" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-4" value="数据文件" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="490" y="1320" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-5" value="规范文档" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="447.5" y="1360" width="72.5" height="30" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-9" value="" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="620" y="1300" width="190" height="100" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-10" value="资源权限配置" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="630" y="1320" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-12" value="资源监控" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="630" y="1360" width="72.5" height="30" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-13" value="资源目录配置" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="730" y="1340" width="70" height="40" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-14" style="edgeStyle=orthogonalEdgeStyle;rounded=0;hachureGap=4;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.528;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="CN5k4DcsVSpHsuB48dDu-90" target="RoJq_qL3JQy00xfflFiE-9" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-15" value="" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="882.5" y="1300" width="175" height="100" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-16" value="检索资源" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="977.5" y="1315" width="75" height="30" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-17" value="申请资源" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="980" y="1360" width="72.5" height="30" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-23" style="edgeStyle=orthogonalEdgeStyle;rounded=0;hachureGap=4;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.3333333333333333;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="RoJq_qL3JQy00xfflFiE-22" target="CN5k4DcsVSpHsuB48dDu-90" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-22" value="数据运维人员" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=13;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="590" y="1540" width="30" height="60" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-26" style="edgeStyle=orthogonalEdgeStyle;rounded=0;hachureGap=4;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.3333333333333333;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=16;sketch=1;curveFitting=1;jiggle=2;" parent="1" source="RoJq_qL3JQy00xfflFiE-24" target="lJHiSjpwFuXSmyhnEHDM-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="DVAJrkQLDaROuYqNeOwX-3" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.3333333333333333;exitDx=0;exitDy=0;exitPerimeter=0;sketch=1;curveFitting=1;jiggle=2;" edge="1" parent="1" source="RoJq_qL3JQy00xfflFiE-24" target="DVAJrkQLDaROuYqNeOwX-1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="RoJq_qL3JQy00xfflFiE-24" value="厅里普通用户" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=13;sketch=1;curveFitting=1;jiggle=2;" parent="1" vertex="1">
<mxGeometry x="830" y="1540" width="30" height="60" as="geometry" />
</mxCell>
<mxCell id="DVAJrkQLDaROuYqNeOwX-9" style="edgeStyle=orthogonalEdgeStyle;rounded=0;sketch=1;hachureGap=4;jiggle=2;curveFitting=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="1" source="DVAJrkQLDaROuYqNeOwX-1" target="DVAJrkQLDaROuYqNeOwX-5">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="DVAJrkQLDaROuYqNeOwX-1" value="GIS 数据服务" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#f8cecc;strokeColor=#b85450;sketch=1;curveFitting=1;jiggle=2;" vertex="1" parent="1">
<mxGeometry x="1122" y="1430" width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="DVAJrkQLDaROuYqNeOwX-4" value="功能导航" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" vertex="1" parent="1">
<mxGeometry x="893" y="1335" width="75" height="30" as="geometry" />
</mxCell>
<mxCell id="DVAJrkQLDaROuYqNeOwX-5" value="" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" vertex="1" parent="1">
<mxGeometry x="1103" y="1300" width="175" height="100" as="geometry" />
</mxCell>
<mxCell id="DVAJrkQLDaROuYqNeOwX-6" value="地图制作" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" vertex="1" parent="1">
<mxGeometry x="1117" y="1353" width="75" height="30" as="geometry" />
</mxCell>
<mxCell id="DVAJrkQLDaROuYqNeOwX-8" value="接口调用" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" vertex="1" parent="1">
<mxGeometry x="1117" y="1307" width="75" height="30" as="geometry" />
</mxCell>
<mxCell id="DVAJrkQLDaROuYqNeOwX-10" value="资源总览" style="rounded=0;whiteSpace=wrap;html=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;sketch=1;curveFitting=1;jiggle=2;" vertex="1" parent="1">
<mxGeometry x="1198" y="1332" width="75" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>