liuyg
2021-06-28 f886d4d6900c613ea5cdd8e1abd5bd33b116722a
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
{
  "theme": {
    "name": "FoldableTheme",
    "styles": [
      "default",
      "red",
      "purple",
      "blue",
      "green",
      "cyan",
      "black",
      "yellow"
    ],
    "version": "2.10"
  },
  "modeUrl": "http://10.36.162.20:10010/gzsw3D/v2/data/mx/",
  "cesiumToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI2ODUxMWQxMC1lNzZjLTRhZjktYmZiMS1lNWFmYWJkZWIwOTEiLCJpZCI6MTQxNzMsInNjb3BlcyI6WyJhc3IiLCJnYyJdLCJpYXQiOjE1NjQ5Njg5NzV9.ojKhhmjl8L0EtxsZC14LZgmXn5VVS0CRBCYuRK_DdIo",
  "authorizedCrossOriginDomains": [],
  "title": "水文水生态综合信息管理平台",
  "subtitle": "",
  "keepAppState": true,
  "logo": "images/app-logo.png",
  "geometryService": "https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer",
  "links": [
    {
      "label": "",
      "url": ""
    }
  ],
  "widgetOnScreen": {
    "widgets": [
      {
        "uri": "themes/FoldableTheme/widgets/HeaderController/Widget",
        "position": {
          "left": 0,
          "top": 0,
          "right": 0,
          "height": 70,
          "relativeTo": "browser"
        }
      },
      {
        "uri": "widgets/CommonBase/Widget"
      },
      {
        "name": "水文要素",
        "uri": "widgets/Hydrology/Widget",
        "position": {
          "left": 0,
          "top": 45,
          "bottom": 1,
          "width": "320px",
          "height": "100%",
          "relativeTo": "map"
        }
      },
      {
        "uri": "widgets/Layermanagement/Widget",
        "position": {
          "right": 82,
          "top": 55,
          "height": "32px",
          "width": "72px",
          "relativeTo": "map"
        }
      },
      {
        "uri": "widgets/Basemap/Widget",
        "position": {
          "right": 10,
          "top": 55,
          "height": "32px",
          "width": "72px",
          "relativeTo": "map"
        }
      },
      {
        "uri": "widgets/Tool/Widget",
        "position": {
          "right": 154,
          "top": 55,
          "height": "32px",
          "width": "96px",
          "relativeTo": "map"
        }
      },
      {
        "uri": "widgets/VrButton/Widget",
        "position": {
          "right": 10,
          "bottom": 120,
          "relativeTo": "map"
        }
      },
      {
        "uri": "widgets/HelpButton/Widget",
        "position": {
          "right": 10,
          "bottom": 80,
          "relativeTo": "map"
        }
      },
      {
        "uri": "widgets/HomeButton/Widget",
        "position": {
          "right": 10,
          "bottom": 200,
          "relativeTo": "map"
        }
      },
      {
        "uri": "widgets/FullScreen/Widget",
        "position": {
          "right": 10,
          "bottom": 160,
          "relativeTo": "map"
        }
      },
      {
        "uri": "widgets/SceneMode/Widget",
        "position": {
          "right": 10,
          "bottom": 40,
          "relativeTo": "map"
        }
      },
      {
        "uri": "widgets/ShowPosition/Widget",
        "position": {
          "right": 0,
          "bottom": 0,
          "width": "100%",
          "height": "25px",
          "relativeTo": "map"
        }
      },
      {
        "uri": "widgets/SubmergenceAnalysis/Widget",
        "position": {
          "right": "calc(50% - 335px)",
          "bottom": 25,
          "width": "650px",
          "height": "50px",
          "relativeTo": "map"
        }
      },
      {
        "name": "站网详情",
        "uri": "widgets/HydroNetWorkDetails/Widget",
        "position": {
          "right": 0,
          "top": 240,
          "width": "34px",
          "height": "70px",
          "relativeTo": "map",
          "z-index": 55
        }
      },
      {
        "name": "飞行路线",
        "uri": "widgets/FlyRoute/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "width": "260px",
          "height": "64%",
          "relativeTo": "map"
        }
      },
      {
        "name": "水面线分析",
        "uri": "widgets/DynamicRiver/Widget",
        "position": {
          "right": 20,
          "top": 96,
          "width": "300px",
          "height": "312px",
          "relativeTo": "map"
        }
      },
      {
        "name": "图上量算",
        "uri": "widgets/Measurement/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "width": "350px",
          "height": "320px",
          "relativeTo": "map"
        }
      },
      {
        "name": "查询定位",
        "uri": "widgets/Location/Widget"
      },
      {
        "name": "我的标记",
        "uri": "widgets/Sign/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "width": "320px",
          "height": "360px",
          "relativeTo": "map"
        }
      },
      {
        "name": "卷帘对比",
        "uri": "widgets/Rolling/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "width": "400px",
          "height": "50px",
          "relativeTo": "map"
        }
      },
      {
        "name": "地图打印",
        "uri": "widgets/MapPrinting/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "width": "200px",
          "height": "40px",
          "relativeTo": "map"
        }
      },
      {
        "name": "坐标定位",
        "uri": "widgets/CoorPosition/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "width": "217px",
          "height": "180px",
          "relativeTo": "map"
        }
      },
      {
        "name": "路线导航",
        "uri": "widgets/RouteNavigate/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "width": "300px",
          "height": "780px",
          "relativeTo": "map"
        }
      },
      {
        "name": "预警",
        "uri": "widgets/RiskEarlyWarning/Widget",
        "position": {
          "left": 0,
          "top": 45,
          "bottom": 25,
          "width": "320px",
          "height": "auto",
          "relativeTo": "map"
        }
      }
    ],
    "groups": [],
    "panel": {
      "uri": "jimu/OnScreenWidgetPanel",
      "position": {
        "relativeTo": "map"
      }
    }
  },
  "map": {
    "3D": true,
    "2D": false,
    "position": {
      "left": 0,
      "top": 0,
      "right": 0,
      "bottom": 0
    },
    "basemaps": [
      {
        "label": "行政区划",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/jctczt/MapServer",
        "layers": "0",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "河流水系",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/jctczt/MapServer",
        "layers": "1",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "铁路公路",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/jctczt/MapServer",
        "layers": "2",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "高速公路",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/jctczt/MapServer",
        "layers": "3",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      }
    ],
    "swzwLayers": [
      {
        "label": "水文站",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/swzwzt/MapServer",
        "layers": "0",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "水位站",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/swzwzt/MapServer",
        "layers": "1",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "雨量站",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/swzwzt/MapServer",
        "layers": "2",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "水质站",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/swzwzt/MapServer",
        "layers": "3",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "中小河流站",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/swzwzt/MapServer",
        "layers": "4",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "水库水位站",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/jctczt/MapServer",
        "layers": "2",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      }
    ],
    "shLayers": [
      {
        "label": "山洪隐患点",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/shskzt/MapServer",
        "layers": "0",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "大型水库",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/shskzt/MapServer",
        "layers": "1",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "中型水库",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/shskzt/MapServer",
        "layers": "2",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "小型水库",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/shskzt/MapServer",
        "layers": "3",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      }
    ],
    "djyLayers": [
      {
        "label": "东江源区水系图",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/djysx/MapServer",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "水文监测基本站网",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/djyswjcjbzw/MapServer",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "专项分析研究实验站网",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/djyztfxsyzw/MapServer",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      },
      {
        "label": "遥测站点",
        "url": "http://171.35.109.175:18080/arcgis/rest/services/GZSW/djyyczw/MapServer",
        "type": "arcgis",
        "icon": "images/basemaps/tiandituimage.png",
        "show": false
      }
    ],
    "imageryProviderViewModels": [
      {
        "name": "天地图影像",
        "tooltip": "天地图全球影像地图服务(国家测绘局)",
        "iconUrl": "images/basemaps/tiandituimage.png",
        "layers": [
          {
            "label": "天地图影像",
            "type": "wmts",
            "url": "http://t0.tianditu.gov.cn/img_w/wmts?tk=e9533f5acb2ac470b07f406a4d24b4f0",
            "layer": "img",
            "style": "default",
            "format": "tiles",
            "tileMatrixSetID": "w",
            "maximumLevel": 17
          },
          {
            "label": "天地图影像标注",
            "type": "wmts",
            "url": "http://t0.tianditu.gov.cn/cia_w/wmts?tk=e9533f5acb2ac470b07f406a4d24b4f0",
            "layer": "cia",
            "style": "default",
            "format": "tiles",
            "tileMatrixSetID": "w",
            "maximumLevel": 17
          }
        ]
      },
      {
        "name": "赣州电子地图",
        "tooltip": "赣州电子地图",
        "iconUrl": "images/basemaps/tianditushiliang.png",
        "layers": [
          {
            "label": "赣州电子地图",
            "type": "wmts",
            "url": "http://sw797.com:6080/arcgis/rest/services/GZHS/MapServer/WMTS",
            "layer": "GZHS",
            "style": "default",
            "format": "image/jpgpng",
            "tileMatrixSetID": "default028mm",
            "maximumLevel": 17
          }
        ]
      },
      {
        "name": "天地图矢量",
        "tooltip": "天地图矢量",
        "iconUrl": "images/basemaps/tianditushiliang.png",
        "layers": [
          {
            "label": "天地图矢量",
            "type": "wmts",
            "url": "http://t0.tianditu.gov.cn/vec_w/wmts?tk=e9533f5acb2ac470b07f406a4d24b4f0",
            "layer": "vec",
            "style": "default",
            "format": "tiles",
            "tileMatrixSetID": "w",
            "maximumLevel": 17
          },
          {
            "label": "天地图矢量标注",
            "type": "wmts",
            "url": "http://t0.tianditu.gov.cn/cva_w/wmts?tk=e9533f5acb2ac470b07f406a4d24b4f0",
            "layer": "cva",
            "style": "default",
            "format": "tiles",
            "tileMatrixSetID": "w",
            "maximumLevel": 17
          }
        ]
      },      
      {
        "name": "离线影像",
        "tooltip": "赣州市离线影像",
        "iconUrl": "images/basemaps/gzyx.png",
        "layers": [
          {
            "label": "赣州市离线影像",
            "type": "url",
            "url": "http://10.36.162.20:10010/gzsw3D/v2/data/wp/{z}/{x}/{y}.png"
          }
        ]
      }
    ],
    "terrainProviderViewModels": [
      {
        "name": "无地形",
        "tooltip": "WGS84标准球体",
        "iconUrl": "images/basemaps/TerrainEllipsoid.png",
        "url": ""
      },
      {
        "name": "赣州地形",
        "tooltip": "由 普适科技 提供的赣州地形",
        "iconUrl": "images/basemaps/TerrainSTK.png",
        "url": "http://10.36.162.20:10010/gzsw3D/v2/data/gzdx"
      }
    ],
    "mapOptions": {
      "positionInfo": {
        "xmin": 112.898549,
        "ymin": 27.559419,
        "xmax": 118.062123,
        "ymax": 24.256186
      },
      "animation": false,
      "baseLayerPicker": true,
      "fullscreenButton": false,
      "geocoder": false,
      "homeButton": false,
      "infoBox": false,
      "sceneModePicker": false,
      "selectionIndicator": false,
      "timeline": false,
      "navigationHelpButton": true,
      "scene3DOnly": true,
      "navigationInstructionsInitiallyVisible": false,
      "terrainExaggeration": 1,
      "showRenderLoopErrors": false,
      "enableCompass": true,
      "enableZoomControls": false,
      "enableDistanceLegend": false,
      "enableCompassOuterRing": true
    }
  },
  "widgetPool": {
    "panel": {
      "uri": "themes/FoldableTheme/panels/FoldablePanel/Panel",
      "position": {
        "top": 45,
        "left": 5,
        "bottom": 5,
        "zIndex": 5,
        "relativeTo": "map"
      }
    },
    "widgets": [
    
     
      {
        "name": "监测预警",
        "uri": "widgets/ComprehensiveSupervise/Widget",
        "position": {
          "left": 0,
          "top": 45,
          "bottom": 1,
          "width": "64px",
          "height": "100%",
          "relativeTo": "map"
        }
      },
      {
        "name": "三维模型",
        "uri": "widgets/HydrologicalNetwork/Widget",
        "position": {
          "left": 0,
          "bottom": 90,
          "top": 45,
          "width": "100px",
          "height": "auto",
          "relativeTo": "map"
        }
      },
      {
        "name": "雨水情信息",
        "uri": "widgets/YuShuiQing/Widget"
      },
      {
        "name": "水文风险区",
        "uri": "widgets/HydrologicalRiskArea/Widget"
      },
      {
        "name": "水生态健康评估",
        "uri": "widgets/WaterAssessment/Widget"
      },
      {
        "name": "水文水环境分析",
        "uri": "widgets/ThematicAnalysisOfHydrology/Widget"
      },
      {
        "name": "一键找河长",
        "uri": "widgets/RiverChiefSystem/Widget",
        "position": {
          "left": 0,
          "top": 0,
          "width": "100px",
          "height": "100%",
          "relativeTo": "map"
        }
      },
      {
        "name": "堰塞湖分析",
        "uri": "widgets/AnalysisOfBarrierLake/Widget",
        "position": {
          "left": 20,
          "top": 90,
          "width": "440px",
          "height": "320px",
          "relativeTo": "map"
        }
      },
      {
        "name": "河道模拟",
        "uri": "widgets/ThematicDynamicRiver/Widget",
        "position": {
          "left": 20,
          "top": 90,
          "width": "440px",
          "height": "320px",
          "relativeTo": "map"
        }
      },
      {
        "name": "剖面分析",
        "uri": "widgets/MapSection/Widget",
        "position": {
          "left": 20,
          "top": 90,
          "width": "440px",
          "height": "320px",
          "relativeTo": "map"
        }
      },
      {
        "name": "运维管理",
        "uri": "widgets/BackStageManagement/Widget"
      }
    ],
    "groups": []
  },
  "loadingPage": {
    "backgroundColor": "#508dca",
    "backgroundImage": {
      "visible": false
    },
    "loadingGif": {
      "visible": true,
      "uri": "jimu.js/loading/images/predefined_loading_1.gif",
      "width": 58,
      "height": 29
    }
  },
  "wabVersion": "2.11",
  "isTemplateApp": true,
  "isWebTier": false,
  "httpProxy": {
    "useProxy": true,
    "alwaysUseProxy": false,
    "url": "",
    "rules": []
  },
  "logoLink": ""
}