@zhangdali1996/lr-map-viewer 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zhangdali1996/lr-map-viewer",
3
3
  "private": false,
4
- "version": "0.0.13",
4
+ "version": "0.0.15",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -1,139 +0,0 @@
1
- var e = { items: [
2
- {
3
- id: "safe-001",
4
- type: "安全监测",
5
- name: "瓦斯监测点 A01",
6
- position: {
7
- x: 37401651.984317,
8
- y: 4277124.519317,
9
- z: 965.64
10
- },
11
- data: {
12
- 甲烷浓度: "0.38%",
13
- 设备状态: "正常",
14
- 更新时间: "2026-04-16 09:20:00"
15
- }
16
- },
17
- {
18
- id: "safe-002",
19
- type: "安全监测",
20
- name: "一氧化碳监测点 A02",
21
- position: {
22
- x: 37401161.659,
23
- y: 4276618.992,
24
- z: 958.307
25
- },
26
- data: {
27
- 一氧化碳浓度: "11ppm",
28
- 设备状态: "正常",
29
- 更新时间: "2026-04-16 09:22:00"
30
- }
31
- },
32
- {
33
- id: "safe-003",
34
- type: "安全监测",
35
- name: "风速监测点 A03",
36
- position: {
37
- x: 37400991.139,
38
- y: 4275931.74,
39
- z: 954.99
40
- },
41
- data: {
42
- 风速: "2.8m/s",
43
- 设备状态: "正常",
44
- 更新时间: "2026-04-16 09:18:00"
45
- }
46
- },
47
- {
48
- id: "water-001",
49
- type: "水文检测",
50
- name: "涌水监测点 W01",
51
- position: {
52
- x: 37401945.902987,
53
- y: 4277486.01157,
54
- z: 967.409
55
- },
56
- data: {
57
- 水压: "0.31MPa",
58
- 水位: "1.26m",
59
- 更新时间: "2026-04-16 09:24:00"
60
- }
61
- },
62
- {
63
- id: "water-002",
64
- type: "水文检测",
65
- name: "水位监测点 W02",
66
- position: {
67
- x: 37402450.077,
68
- y: 4277439.597,
69
- z: 969.657
70
- },
71
- data: {
72
- 水压: "0.27MPa",
73
- 水位: "0.98m",
74
- 更新时间: "2026-04-16 09:25:00"
75
- }
76
- },
77
- {
78
- id: "water-003",
79
- type: "水文检测",
80
- name: "排水监测点 W03",
81
- position: {
82
- x: 37402927.758,
83
- y: 4277425.087,
84
- z: 968.275
85
- },
86
- data: {
87
- 流量: "8.4m3/h",
88
- 设备状态: "正常",
89
- 更新时间: "2026-04-16 09:19:00"
90
- }
91
- },
92
- {
93
- id: "pipe-001",
94
- type: "束管监测点",
95
- name: "束管监测点 B01",
96
- position: {
97
- x: 37402928.074769,
98
- y: 4276812.747541,
99
- z: 976.429
100
- },
101
- data: {
102
- O2: "20.7%",
103
- CO: "9ppm",
104
- CH4: "0.35%"
105
- }
106
- },
107
- {
108
- id: "pipe-002",
109
- type: "束管监测点",
110
- name: "束管监测点 B02",
111
- position: {
112
- x: 37403416.272279,
113
- y: 4277276.585584,
114
- z: 975.058
115
- },
116
- data: {
117
- O2: "20.5%",
118
- CO: "13ppm",
119
- CH4: "0.41%"
120
- }
121
- },
122
- {
123
- id: "pipe-003",
124
- type: "束管监测点",
125
- name: "束管监测点 B03",
126
- position: {
127
- x: 37403448.868677,
128
- y: 4276813.832518,
129
- z: 974.554
130
- },
131
- data: {
132
- O2: "20.8%",
133
- CO: "8ppm",
134
- CH4: "0.29%"
135
- }
136
- }
137
- ] };
138
- //#endregion
139
- export { e as default };