基于廊坊系统为基础,国防科技大学系统演示Demo
surprise
2024-04-28 c310c155e3e91e6b285b3fb3519a3ef7c6690d66
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
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
{
    "name": "我的数据",
    "id": 1,
    "open": true,
    "children": [
        {
            "id": "82A0C3DE",
            "name": "影像",
            "children": [
                {
                    "id": "A890AC63",
                    "sourceType": "wms",
                    "name": "SGS影像",
                    "urls": "http://183.162.245.49:82/SG/Imagery",
                    "layer": "jiashan1228.405515.mpt",
                    "alpha": 1,
                    "zIndex": 1,
                    "Level": "2,22",
                    "flyTo": [
                        "120.93488",
                        "30.75345",
                        "34754.41",
                        "7.0",
                        "-74.1"
                    ],
                    "checked": true
                }
            ]
        },
        {
            "id": "82C3DE",
            "name": "地形",
            "children": [
                {
                    "id": "7564B660",
                    "sourceType": "terrain",
                    "name": "terrain地形",
                    "urls": "http://183.162.245.49:82/jiashandom/jiashandem",
                    "flyTo": [
                        "120.93488",
                        "30.75345",
                        "34754.41",
                        "7.0",
                        "-74.1"
                    ],
                    "checked": true
                }
            ],
            "checked": false
        },
        {
            "id": "4FE10400",
            "name": "模型",
            "children": [
                {
                    "id": "D5757D17",
                    "name": "倾斜模型",
                    "children": [
                        {
                            "id": "82BFD1BA",
                            "sourceType": "b3dm",
                            "name": "kazhi",
                            "urls": "http://183.162.245.49:82/jiashan/kazhiB3DM/tileset.json",
                            "checked": true,
                            "maximumScreenSpaceError": 75
                        },
                        {
                            "id": "4A11B03C",
                            "sourceType": "b3dm",
                            "name": "osgb1",
                            "urls": "http://183.162.245.49:82/jiashan/OSGB_B3DM/OSGB1/tileset.json",
                            "checked": true,
                            "maximumScreenSpaceError": 75
                        },
                        {
                            "id": "90EF36A8",
                            "sourceType": "b3dm",
                            "name": "osgb3",
                            "urls": "http://183.162.245.49:82/jiashan/OSGB_B3DM/OSGB1/tileset.json",
                            "checked": true,
                            "maximumScreenSpaceError": 75
                        },
                        {
                            "id": "2DBC03CF",
                            "sourceType": "b3dm",
                            "name": "osgb4",
                            "urls": "http://183.162.245.49:82/jiashan/OSGB_B3DM/OSGB1/tileset.json",
                            "checked": true,
                            "maximumScreenSpaceError": 75
                        },
                        {
                            "id": "837EEDF7",
                            "sourceType": "b3dm",
                            "name": "js1",
                            "urls": "http://183.162.245.49:82/jiashan/JS-Z-B3DM/JS-1/tileset.json",
                            "checked": true,
                            "maximumScreenSpaceError": 75
                        },
                        {
                            "id": "2F3FC089",
                            "sourceType": "b3dm",
                            "name": "js2",
                            "urls": "http://183.162.245.49:82/jiashan/JS-Z-B3DM/JS-1/tileset.json",
                            "checked": true,
                            "maximumScreenSpaceError": 75
                        }
                    ],
                    "checked": true
                },
                {
                    "id": "1D2E5640",
                    "name": "精细模型",
                    "children": [
                        {
                            "id": "9E1F1DAF",
                            "sourceType": "b3dm",
                            "name": "城市交通",
                            "urls": "http://183.162.245.49:82/jiashan/CSJT/tileset.json",
                            "checked": true,
                            "maximumScreenSpaceError": 75
                        },
                        {
                            "id": "46AB7C9B",
                            "name": "地下空间",
                            "children": [
                                {
                                    "id": "3702DEDF",
                                    "sourceType": "b3dm",
                                    "name": "WLC_DXKJ",
                                    "urls": "http://183.162.245.49:82/jiashan/DXKJ/WLC-DXKJ/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "08FA0964",
                                    "sourceType": "b3dm",
                                    "name": "DXKJ1",
                                    "urls": "http://183.162.245.49:82/jiashan/DXKJ/DXKJ1/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "260C9A7E",
                                    "sourceType": "b3dm",
                                    "name": "DXKJ2",
                                    "urls": "http://183.162.245.49:82/jiashan/DXKJ/DXKJ2/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "F41ECA8B",
                                    "sourceType": "b3dm",
                                    "name": "DXKJ3",
                                    "urls": "http://183.162.245.49:82/jiashan/DXKJ/DXKJ3/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "DCC8F84A",
                                    "sourceType": "b3dm",
                                    "name": "DXKJ4",
                                    "urls": "http://183.162.245.49:82/jiashan/DXKJ/DXKJ4/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "1BEC2904",
                                    "sourceType": "b3dm",
                                    "name": "DXKJ5",
                                    "urls": "http://183.162.245.49:82/jiashan/DXKJ/DXKJ5/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                }
                            ],
                            "checked": true
                        },
                        {
                            "id": "415F6519",
                            "sourceType": "b3dm",
                            "name": "构筑物",
                            "urls": "http://183.162.245.49:82/jiashan/GZW/tileset.json",
                            "checked": true,
                            "maximumScreenSpaceError": 75
                        },
                        {
                            "id": "A4CFAF43",
                            "sourceType": "b3dm",
                            "name": "街道设施",
                            "urls": "http://183.162.245.49:82/jiashan/JDSS/tileset.json",
                            "checked": true,
                            "maximumScreenSpaceError": 75
                        },
                        {
                            "id": "E41B4A4A",
                            "sourceType": "b3dm",
                            "name": "交通附属设施",
                            "urls": "http://183.162.245.49:82/jiashan/JTFSSS/tileset.json",
                            "checked": true,
                            "maximumScreenSpaceError": 75
                        },
                        {
                            "id": "DD4EF387",
                            "sourceType": "b3dm",
                            "name": "水系河流",
                            "urls": "http://183.162.245.49:82/jiashan/SXHL/tileset.json",
                            "checked": true,
                            "maximumScreenSpaceError": 75
                        },
                        {
                            "id": "40390ED8",
                            "name": "植被",
                            "children": [
                                {
                                    "id": "449B6E61",
                                    "sourceType": "b3dm",
                                    "name": "zb1",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/01/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "772FC529",
                                    "sourceType": "b3dm",
                                    "name": "zb2",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/02/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "4144826F",
                                    "sourceType": "b3dm",
                                    "name": "zb2-1",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/02-1/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "7561D8FC",
                                    "sourceType": "b3dm",
                                    "name": "zb3",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/03/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "D67F8697",
                                    "sourceType": "b3dm",
                                    "name": "zb3-1",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/03-1/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "FAEF59A8",
                                    "sourceType": "b3dm",
                                    "name": "zb4",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/04/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "A7DE0F18",
                                    "sourceType": "b3dm",
                                    "name": "zb5",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/05/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "9AB10314",
                                    "sourceType": "b3dm",
                                    "name": "zb5-1",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/05-1/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "DE6B18A1",
                                    "sourceType": "b3dm",
                                    "name": "zb6",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/06/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "6287563C",
                                    "sourceType": "b3dm",
                                    "name": "zb6-1",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/06-1/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "114E18A6",
                                    "sourceType": "b3dm",
                                    "name": "zb7",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/07/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "D7E06C8D",
                                    "sourceType": "b3dm",
                                    "name": "zb7-1",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/07-1/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "82439BAF",
                                    "sourceType": "b3dm",
                                    "name": "zb8",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/08/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "0B4A4E4B",
                                    "sourceType": "b3dm",
                                    "name": "zb8-1",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/08-1/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "AA10BB74",
                                    "sourceType": "b3dm",
                                    "name": "zb9",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/09/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "ECD6DD14",
                                    "sourceType": "b3dm",
                                    "name": "zb9-1",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/09-1/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "483F7533",
                                    "sourceType": "b3dm",
                                    "name": "zb10",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/10/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "47320E98",
                                    "sourceType": "b3dm",
                                    "name": "zb11",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/11/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "E5B0FFA8",
                                    "sourceType": "b3dm",
                                    "name": "zb12",
                                    "urls": "http://183.162.245.49:82/jiashan/ZB/12/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                }
                            ],
                            "checked": true
                        },
                        {
                            "id": "DE159BD5",
                            "name": "院落场地",
                            "children": [
                                {
                                    "id": "5004D0B3",
                                    "sourceType": "b3dm",
                                    "name": "ylcd1",
                                    "urls": "http://183.162.245.49:82/jiashan/YLCD/YLCD/01/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "9AA122FD",
                                    "sourceType": "b3dm",
                                    "name": "ylcd2",
                                    "urls": "http://183.162.245.49:82/jiashan/YLCD/YLCD/02/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "D673EBB6",
                                    "sourceType": "b3dm",
                                    "name": "ylcd3",
                                    "urls": "http://183.162.245.49:82/jiashan/YLCD/YLCD/03/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "7579AD01",
                                    "sourceType": "b3dm",
                                    "name": "ylcd4",
                                    "urls": "http://183.162.245.49:82/jiashan/YLCD/YLCD/04/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "12E3FAE6",
                                    "sourceType": "b3dm",
                                    "name": "ylcd5",
                                    "urls": "http://183.162.245.49:82/jiashan/YLCD/YLCD/05/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "B3D73346",
                                    "sourceType": "b3dm",
                                    "name": "ylcd6",
                                    "urls": "http://183.162.245.49:82/jiashan/YLCD/YLCD/06/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "F31A0AA1",
                                    "sourceType": "b3dm",
                                    "name": "ylcd7",
                                    "urls": "http://183.162.245.49:82/jiashan/YLCD/YLCD/07/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "D040692E",
                                    "sourceType": "b3dm",
                                    "name": "ylcd8",
                                    "urls": "http://183.162.245.49:82/jiashan/YLCD/YLCD/08/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "12EFF1BF",
                                    "sourceType": "b3dm",
                                    "name": "ylcd9",
                                    "urls": "http://183.162.245.49:82/jiashan/YLCD/YLCD/09/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                }
                            ],
                            "checked": true
                        },
                        {
                            "id": "833A49FC",
                            "name": "建筑物",
                            "children": [
                                {
                                    "id": "B18BCEF4",
                                    "sourceType": "b3dm",
                                    "name": "jzw1",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/01/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "8DB0B218",
                                    "sourceType": "b3dm",
                                    "name": "jzw2",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/02/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "50D32222",
                                    "sourceType": "b3dm",
                                    "name": "jzw2-1",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/02-1/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "5548FD70",
                                    "sourceType": "b3dm",
                                    "name": "jzw3",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/03/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "BF273359",
                                    "sourceType": "b3dm",
                                    "name": "jzw4",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/04/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "6926F976",
                                    "sourceType": "b3dm",
                                    "name": "jzw5",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/05/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "200B61C1",
                                    "sourceType": "b3dm",
                                    "name": "jzw6",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/06/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "922CB12C",
                                    "sourceType": "b3dm",
                                    "name": "jzw7",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/07/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "0738E99B",
                                    "sourceType": "b3dm",
                                    "name": "jzw8",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/8/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "6253B355",
                                    "sourceType": "b3dm",
                                    "name": "jzw8-1",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/8-1/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "B936E390",
                                    "sourceType": "b3dm",
                                    "name": "jzw9-1",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/09-1/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "69D2727E",
                                    "sourceType": "b3dm",
                                    "name": "jzw10",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/10/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "3BE4FC6F",
                                    "sourceType": "b3dm",
                                    "name": "jzw11",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/11/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "7E4855CB",
                                    "sourceType": "b3dm",
                                    "name": "jzw12",
                                    "urls": "http://183.162.245.49:82/jiashan/JZW/12/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "2B2DF0CC",
                                    "sourceType": "b3dm",
                                    "name": "f5gh",
                                    "urls": "http://183.162.245.49:82/jiashan/F5GH-3dtiles/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                },
                                {
                                    "id": "FFF8342F",
                                    "sourceType": "b3dm",
                                    "name": "gh",
                                    "urls": "http://183.162.245.49:82/jiashan/3dtiles-gh/tileset.json",
                                    "checked": true,
                                    "maximumScreenSpaceError": 75
                                }
                            ],
                            "checked": true
                        }
                    ],
                    "checked": true
                },
                {
                    "id": "0F4DCDC5",
                    "sourceType": "b3dm",
                    "name": "白模模型",
                    "urls": "http://183.162.245.49:82/jiashan/yybm/JS27.400263/tileset.json",
                    "modelHeight": 19,
                    "checked": true
                }
            ],
            "checked": true
        },
        {
            "id": "0A51CF71",
            "name": "矢量",
            "children": [
                {
                    "id": "BE9FD3B3",
                    "name": "行政地名",
                    "children": [
                        {
                            "id": "ZJ3",
                            "name": "地市",
                            "checked": true,
                            "sourceType": "vector",
                            "urls": "http://183.162.245.49:8099/geoserver/gwc/service/wmts",
                            "layer": "jiashan:js_ds",
                            "class": "label",
                            "srs": "EPSG:4326",
                            "color": "#ffffff",
                            "text": "[NAME]",
                            "image": "http://183.162.245.49:82/pic/地市级政府pic.png",
                            "size": "bold 16px",
                            "outlineColor": "#000000",
                            "outlineWidth": 3,
                            "disableDepthTestDistance": "Infinity",
                            "minimumLevel": 2,
                            "maximumLevel": 9,
                            "minx": 118.85451227600002,
                            "miny": 27.99659642121739,
                            "maxx": 122.20329858100001,
                            "maxy": 30.886175295168318,
                            "flyTo": [
                                118.85451227600002,
                                27.99659642121739,
                                122.20329858100001,
                                30.886175295168318
                            ]
                        },
                        {
                            "id": "ZJ6",
                            "name": "县区 ",
                            "checked": true,
                            "sourceType": "vector",
                            "urls": "http://183.162.245.49:8099/geoserver/gwc/service/wmts",
                            "layer": "jiashan:js_xs",
                            "class": "label",
                            "srs": "EPSG:4326",
                            "color": "#ffffff",
                            "text": "[NAME]",
                            "image": "http://183.162.245.49:82/pic/县级政府.png",
                            "size": "bold 12px",
                            "outlineColor": "#000000",
                            "outlineWidth": 3,
                            "disableDepthTestDistance": "Infinity",
                            "minimumLevel": 7,
                            "maximumLevel": 13,
                            "minx": 118.41094004900002,
                            "miny": 27.52139616422626,
                            "maxx": 122.45221676200003,
                            "maxy": 31.028743630166137,
                            "flyTo": [
                                118.41094004900002,
                                27.52139616422626,
                                122.45221676200003,
                                31.028743630166137
                            ]
                        },
                        {
                            "id": "ZJ5",
                            "name": "乡镇",
                            "checked": true,
                            "sourceType": "vector",
                            "urls": "http://183.162.245.49:8099/geoserver/gwc/service/wmts",
                            "layer": "jiashan:js_xz",
                            "class": "label",
                            "srs": "EPSG:4326",
                            "color": "#ffffff",
                            "text": "[NAME]",
                            "image": "http://183.162.245.49:82/pic/乡级政府.png",
                            "size": "bold 11px",
                            "outlineColor": "#000000",
                            "outlineWidth": 3,
                            "disableDepthTestDistance": "Infinity",
                            "minimumLevel": 12,
                            "maximumLevel": 16,
                            "minx": 118.12037592500006,
                            "miny": 27.174122962232858,
                            "maxx": 122.80729061700004,
                            "maxy": 31.10130672816501,
                            "flyTo": [
                                118.12037592500006,
                                27.174122962232858,
                                122.80729061700004,
                                31.10130672816501
                            ]
                        },
                        {
                            "id": "ZJ20",
                            "name": "行政村",
                            "checked": true,
                            "sourceType": "vector",
                            "urls": "http://183.162.245.49:8099/geoserver/gwc/service/wmts",
                            "layer": "jiashan:js_xzc",
                            "class": "label",
                            "srs": "EPSG:4326",
                            "color": "#ffffff",
                            "text": "[NAME]",
                            "image": "http://183.162.245.49:82/pic/村委会.png",
                            "size": "bold 11px",
                            "outlineColor": "#000000",
                            "outlineWidth": 3,
                            "disableDepthTestDistance": "Infinity",
                            "minimumLevel": 14,
                            "maximumLevel": 18,
                            "minx": 120.76730669700008,
                            "miny": 30.77825959816999,
                            "maxx": 121.02699882400007,
                            "maxy": 31.01246707016639,
                            "flyTo": [
                                120.76730669700008,
                                30.77825959816999,
                                121.02699882400007,
                                31.01246707016639
                            ]
                        },
                        {
                            "id": "ZJ2",
                            "name": "自然村",
                            "checked": true,
                            "sourceType": "vector",
                            "urls": "http://183.162.245.49:8099/geoserver/gwc/service/wmts",
                            "layer": "jiashan:js_zrc",
                            "class": "label",
                            "srs": "EPSG:4326",
                            "color": "#ffffff",
                            "text": "[NAME]",
                            "image": "http://183.162.245.49:82/pic/村委会.png",
                            "size": "bold 11px",
                            "outlineColor": "#000000",
                            "outlineWidth": 3,
                            "disableDepthTestDistance": "Infinity",
                            "minimumLevel": 15,
                            "maximumLevel": 18,
                            "minx": 120.75657808300004,
                            "miny": 30.76477344017022,
                            "maxx": 121.02900767000004,
                            "maxy": 31.02708026516614
                        }
                    ],
                    "checked": true
                },
                {
                    "id": "A9A8F552",
                    "name": "交通路网",
                    "children": [
                        {
                            "id": "shengdao",
                            "name": "省道",
                            "checked": false,
                            "sourceType": "vector",
                            "urls": "http://183.162.245.49:8099/geoserver/gwc/service/wmts",
                            "layer": "jiashan:js_sd25",
                            "class": "polyline",
                            "srs": "EPSG:4326",
                            "color": "#ffd361",
                            "width": 2,
                            "outlineColor": "#ffd361",
                            "outlineWidth": 2,
                            "minimumLevel": 3,
                            "maximumLevel": 9,
                            "minx": 118.03282628000011,
                            "miny": 27.17464903700005,
                            "maxx": 122.18337045900012,
                            "maxy": 31.126380518000076
                        },
                        {
                            "id": "shengdao1",
                            "name": "省道1",
                            "checked": false,
                            "sourceType": "vector",
                            "urls": "http://183.162.245.49:8099/geoserver/gwc/service/wmts",
                            "layer": "jiashan:js_sd25",
                            "class": "polyline",
                            "srs": "EPSG:4326",
                            "color": "#ffed5d80",
                            "width": 12,
                            "outlineColor": "#d3a03f",
                            "outlineWidth": 6,
                            "minimumLevel": 8,
                            "maximumLevel": 16,
                            "minx": 118.03282628000011,
                            "miny": 27.17464903700005,
                            "maxx": 122.18337045900012,
                            "maxy": 31.126380518000076
                        },
                        {
                            "id": "tielu",
                            "name": "铁路",
                            "checked": false,
                            "sourceType": "vector",
                            "urls": "http://183.162.245.49:8099/geoserver/gwc/service/wmts",
                            "layer": "jiashan:js_tl5",
                            "class": "polyline",
                            "srs": "EPSG:4326",
                            "color": "#00000070",
                            "width": 6,
                            "outlineColor": "#ffffff",
                            "outlineWidth": 3,
                            "minimumLevel": 5,
                            "maximumLevel": 16,
                            "minx": 118.03349138100009,
                            "miny": 27.905216041000074,
                            "maxx": 121.88395958900003,
                            "maxy": 31.17116597900008
                        },
                        {
                            "id": "DAAOLU25",
                            "name": "道路",
                            "checked": false,
                            "sourceType": "vector",
                            "urls": "http://183.162.245.49:8099/geoserver/gwc/service/wmts",
                            "layer": "jiashan:js_dl25",
                            "class": "polyline",
                            "srs": "EPSG:4326",
                            "color": "#ffffff50",
                            "width": 8,
                            "outlineColor": "#dbd28e",
                            "outlineWidth": 4,
                            "minimumLevel": 10,
                            "maximumLevel": 15,
                            "minx": 118.03556631600009,
                            "miny": 27.270636619000072,
                            "maxx": 122.40150599000003,
                            "maxy": 31.17167444300003
                        },
                        {
                            "id": "DAOLU1",
                            "name": "道路1",
                            "checked": false,
                            "sourceType": "vector",
                            "urls": "http://183.162.245.49:8099/geoserver/gwc/service/wmts",
                            "layer": "jiashan:js_dl1",
                            "class": "polyline",
                            "srs": "EPSG:4326",
                            "color": "#ffffff50",
                            "width": 10,
                            "outlineColor": "#dbd28e",
                            "outlineWidth": 5,
                            "minimumLevel": 13,
                            "maximumLevel": 18,
                            "minx": 120.75594158987721,
                            "miny": 30.76344861253664,
                            "maxx": 121.02879667699956,
                            "maxy": 31.021725901000032
                        },
                        {
                            "id": "ZYDL",
                            "name": "重要道路",
                            "checked": false,
                            "sourceType": "vector",
                            "urls": "http://183.162.245.49:8099/geoserver/gwc/service/wmts",
                            "layer": "jiashan:js_zydl",
                            "class": "polyline",
                            "srs": "EPSG:4326",
                            "color": "#ffffff50",
                            "width": 10,
                            "outlineColor": "#dbd28e",
                            "outlineWidth": 5,
                            "minimumLevel": 13,
                            "maximumLevel": 18,
                            "minx": 120.75594158987712,
                            "miny": 30.76344861253667,
                            "maxx": 121.02879667699956,
                            "maxy": 31.022147512000043
                        }
                    ],
                    "checked": true
                },
                {
                    "id": "9B4D7FA3",
                    "name": "兴趣点位",
                    "children": [],
                    "checked": true
                }
            ],
            "checked": true
        }
    ]
}