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
| var webhost = location.hostname;
| var host = location.host;
| var web_URL = "http://" + webhost;
|
| const layerData = {
| config: {
|
| BASE_URL: "http://192.168.20.83/JiangSu",
| img_url: "http://" + host + "/static/image/",
| Model_URL: "http://192.168.20.83/JiangSu",
| tdtSl: "http://t0.tianditu.com/vec_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=vec&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default&format=tiles&tk=",
| tdtZj: "http://t0.tianditu.com/cva_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=cva&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default.jpg&tk=",
| tdtToken: "94a34772eb88317fcbf8428e10448561",
| olTdtSl: 'http://t0.tianditu.com/DataServer?T=cta_w&x={x}&y={y}&l={z}&tk=',
| olTdtBZ: 'http://t0.tianditu.com/DataServer?T=vec_w&x={x}&y={y}&l={z}&tk=',
| vidoe_URL:"http://192.168.20.83/JiangSu/Data/video/m1.mp4",
| api_url: "http://localhost:8080/JiangSu"
| },
| modelData: [
| {
| id: 'md1',
| name: '隔离带',
| url: '/Data/glb/隔离带.glb',
| imgUrl: '隔离带.png'
| },
| {
| id: 'md2',
| name: '工人',
| url: '/Data/glb/工人.glb',
| imgUrl: '工人.png'
| }, {
| id: 'md3',
| name: '路障',
| url: '/Data/glb/路障.glb',
| imgUrl: '路障.png'
| }, {
| id: 'md4',
| name: '施工车辆',
| url: '/Data/glb/sgcl.glb',
| imgUrl: '施工车辆.png'
| }, {
| id: 'md5',
| name: '桶',
| url: '/Data/glb/桶.glb',
| imgUrl: '桶.png'
| }, {
| id: 'md6',
| name: '锥桶',
| url: '/Data/glb/锥桶.glb',
| imgUrl: '锥桶.png'
| },{
| id: 'md7',
| name: '上跨',
| url: '/Data/glb/上跨.glb',
| imgUrl: '上跨.png'
| },{
| id: 'md8',
| name: '管道',
| url: '/Data/glb/管道.glb',
| imgUrl: '管道.png'
| }
| ]
| }
|
|