cesium-pocket 0.3.6-alpha → 0.4.0-alpha

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.
@@ -1,70 +1,70 @@
1
- import { Cartographic as M, EllipsoidGeodesic as I, Cartesian3 as b, BoundingSphere as Y, Transforms as y, Matrix4 as G, CustomDataSource as L, ConstantPositionProperty as d, ConstantProperty as u, Color as o, Cartesian2 as v, VerticalOrigin as S, HorizontalOrigin as f, LabelStyle as C, Math as O } from "cesium";
2
- import { a as N, R as j, P as U, C as P, b as W } from "./CircleDrawer-DotSQduG.js";
1
+ import { Cartographic as G, EllipsoidGeodesic as R, Cartesian3 as b, BoundingSphere as N, Transforms as Y, Matrix4 as B, CustomDataSource as L, ConstantPositionProperty as d, ConstantProperty as u, Color as o, Cartesian2 as I, VerticalOrigin as S, HorizontalOrigin as f, LabelStyle as C, Math as O } from "cesium";
2
+ import { a as y, R as j, P as U, C as P, b as W } from "./CircleDrawer-DotSQduG.js";
3
3
  const A = (r, t) => {
4
- const n = M.fromCartesian(r), e = M.fromCartesian(t);
5
- return new I(n, e).surfaceDistance;
6
- }, B = (r, t) => {
7
- const n = new b();
8
- return b.add(r, t, n), b.divideByScalar(n, 2, n), n;
4
+ const l = G.fromCartesian(r), e = G.fromCartesian(t);
5
+ return new R(l, e).surfaceDistance;
6
+ }, v = (r, t) => {
7
+ const l = new b();
8
+ return b.add(r, t, l), b.divideByScalar(l, 2, l), l;
9
9
  }, g = (r) => {
10
10
  let t = "";
11
11
  return r > 1e3 * 100 ? t = (r / 1e3).toFixed(0) + " 公里" : r > 1e3 ? t = (r / 1e3).toFixed(2) + " 公里" : t = r.toFixed(2) + " 米", t;
12
- }, m = (r) => {
12
+ }, T = (r) => {
13
13
  if (!r || r.length === 0) return null;
14
- let t = 0, n = 0, e = 0;
14
+ let t = 0, l = 0, e = 0;
15
15
  const i = r.length;
16
16
  return r.forEach((a) => {
17
- t += a.x, n += a.y, e += a.z;
17
+ t += a.x, l += a.y, e += a.z;
18
18
  }), new b(
19
19
  t / i,
20
- n / i,
20
+ l / i,
21
21
  e / i
22
22
  );
23
23
  }, F = (r) => {
24
24
  if (r.length < 3) return "0平方米";
25
- const n = Y.fromPoints(r).center, e = y.eastNorthUpToFixedFrame(n), i = G.inverse(e, new G()), s = r.map(
26
- (l) => G.multiplyByPoint(i, l, new b())
25
+ const l = N.fromPoints(r).center, e = Y.eastNorthUpToFixedFrame(l), i = B.inverse(e, new B()), s = r.map(
26
+ (n) => B.multiplyByPoint(i, n, new b())
27
27
  );
28
28
  let a = 0;
29
- for (let l = 0; l < s.length; l++) {
30
- const c = (l + 1) % s.length;
31
- a += s[l].x * s[c].y, a -= s[c].x * s[l].y;
29
+ for (let n = 0; n < s.length; n++) {
30
+ const c = (n + 1) % s.length;
31
+ a += s[n].x * s[c].y, a -= s[c].x * s[n].y;
32
32
  }
33
- return a = Math.abs(a / 2), k(a);
34
- }, k = (r) => {
33
+ return a = Math.abs(a / 2), M(a);
34
+ }, M = (r) => {
35
35
  let t = "";
36
36
  return r > 1e3 * 1e3 * 1e3 ? t = (r / 1e3 / 1e3 / 1e4).toFixed(2) + "万平方公里" : r > 1e3 * 100 ? t = (r / 1e3 / 1e3).toFixed(2) + "平方公里" : t = r.toFixed(0) + "平方米", t;
37
37
  };
38
- class X {
39
- constructor(t, n = null) {
38
+ class H {
39
+ constructor(t, l = null) {
40
40
  this.tmpDistanceLabel = null, this.tmpAreaLabel = null, this.distanceLabel = null, this.areaLabel = null, this.dataSource = new L("gagugerDataSource"), this.assistDataSource = new L("assistDataSource"), this.circleEditFun = (e, i) => {
41
41
  let s = 0;
42
42
  if (this.distanceLabel) {
43
43
  s = A(e, i);
44
- const a = g(s);
44
+ const a = "半径:" + g(s);
45
45
  this.distanceLabel.position = new d(i), this.distanceLabel.label && (this.distanceLabel.label.text = new u(a));
46
46
  }
47
47
  if (this.areaLabel) {
48
- const a = window.Math.PI * s * s, l = k(a);
49
- this.areaLabel.position = new d(e), this.areaLabel.label && (this.areaLabel.label.text = new u(l));
48
+ const a = window.Math.PI * s * s, n = "面积:" + M(a);
49
+ this.areaLabel.position = new d(e), this.areaLabel.label && (this.areaLabel.label.text = new u(n));
50
50
  }
51
51
  }, this.circleMovingFun = (e, i) => {
52
52
  let s = 0;
53
53
  if (this.tmpDistanceLabel) {
54
54
  s = A(e, i);
55
- const a = g(s);
55
+ const a = "半径:" + g(s);
56
56
  this.tmpDistanceLabel.show = !0, this.tmpDistanceLabel.position = new d(i), this.tmpDistanceLabel.label && (this.tmpDistanceLabel.label.text = new u(a));
57
57
  }
58
58
  if (this.tmpAreaLabel) {
59
- const a = window.Math.PI * s * s, l = k(a);
60
- this.tmpAreaLabel.position = new d(e), this.tmpAreaLabel.label && (this.tmpAreaLabel.label.text = new u(l));
59
+ const a = window.Math.PI * s * s, n = "面积:" + M(a);
60
+ this.tmpAreaLabel.position = new d(e), this.tmpAreaLabel.label && (this.tmpAreaLabel.label.text = new u(n));
61
61
  }
62
62
  }, this.circleOverFun = (e, i) => {
63
63
  this.tmpDistanceLabel.show = !1, this.tmpAreaLabel.show = !1;
64
64
  const s = this.createTextLabel(new b(), "", o.DARKRED), a = this.createTextLabel(new b(), "", o.BLACK);
65
65
  this.distanceLabel = this.assistDataSource.entities.add(s), this.areaLabel = this.assistDataSource.entities.add(a), this.circleEditFun(e, i);
66
66
  }, this.createTextLabel = (e, i, s = o.DARKRED, a = -20) => {
67
- const l = {
67
+ const n = {
68
68
  text: i,
69
69
  font: "12px sans-serif bold",
70
70
  fillColor: o.WHITE,
@@ -73,21 +73,21 @@ class X {
73
73
  style: C.FILL_AND_OUTLINE,
74
74
  horizontalOrigin: f.CENTER,
75
75
  verticalOrigin: S.CENTER,
76
- pixelOffset: new v(0, a),
76
+ pixelOffset: new I(0, a),
77
77
  //偏移量
78
- zIndex: 20
78
+ disableDepthTestDistance: Number.POSITIVE_INFINITY
79
79
  };
80
80
  return {
81
81
  position: e,
82
- label: l
82
+ label: n
83
83
  };
84
- }, this.viewer = t, this.viewer.dataSources.add(this.dataSource), this.viewer.dataSources.add(this.assistDataSource), this.init(n);
84
+ }, this.viewer = t, this.viewer.dataSources.add(this.dataSource), this.viewer.dataSources.add(this.assistDataSource), this.init(l);
85
85
  }
86
86
  start() {
87
87
  var e;
88
88
  (e = this.circleDrawer) == null || e.start();
89
- const t = this.createTextLabel(new b(), "", o.DARKRED.withAlpha(0.6)), n = this.createTextLabel(new b(), "", o.BLACK.withAlpha(0.6));
90
- this.tmpDistanceLabel = this.assistDataSource.entities.add(t), this.tmpAreaLabel = this.assistDataSource.entities.add(n);
89
+ const t = this.createTextLabel(new b(), "", o.DARKRED.withAlpha(0.6)), l = this.createTextLabel(new b(), "", o.BLACK.withAlpha(0.6));
90
+ this.tmpDistanceLabel = this.assistDataSource.entities.add(t), this.tmpAreaLabel = this.assistDataSource.entities.add(l);
91
91
  }
92
92
  getStatus() {
93
93
  var t;
@@ -107,31 +107,31 @@ class X {
107
107
  circleMovingFun: this.circleMovingFun,
108
108
  circleOverFun: this.circleOverFun
109
109
  }, ...t };
110
- this.circleDrawer = new N(this.viewer, e);
110
+ this.circleDrawer = new y(this.viewer, e);
111
111
  }
112
112
  }
113
- class V {
114
- constructor(t, n = null) {
113
+ class X {
114
+ constructor(t, l = null) {
115
115
  this.tmpLabel = null, this.totalLabel = null, this.dataSource = new L("gagugerDataSource"), this.assistDataSource = new L("assistDataSource"), this.rectEditFun = (e) => {
116
116
  if (this.totalLabel) {
117
- const i = m(e), s = F(e);
117
+ const i = T(e), s = "面积:" + F(e);
118
118
  i && (this.totalLabel.show = !0, this.totalLabel.position = new d(i), this.totalLabel.label && (this.totalLabel.label.text = new u(s)));
119
119
  }
120
120
  }, this.rectMovingFun = (e) => {
121
121
  if (this.tmpLabel) {
122
- const i = m(e), s = F(e);
122
+ const i = T(e), s = "面积:" + F(e);
123
123
  i && (this.tmpLabel.show = !0, this.tmpLabel.position = new d(i), this.tmpLabel.label && (this.tmpLabel.label.text = new u(s)));
124
124
  }
125
125
  }, this.rectOverFun = (e) => {
126
126
  if (this.tmpLabel && (this.tmpLabel.show = !1), !this.totalLabel) {
127
- const i = m(e), s = F(e);
127
+ const i = T(e), s = "面积:" + F(e);
128
128
  if (i) {
129
129
  const a = this.createTextlabel(i, s, o.BLACK);
130
130
  this.totalLabel = this.assistDataSource.entities.add(a);
131
131
  }
132
132
  }
133
133
  }, this.createTextlabel = (e, i, s = o.DARKRED, a = 0) => {
134
- const l = {
134
+ const n = {
135
135
  text: i,
136
136
  font: "12px sans-serif bold",
137
137
  fillColor: o.WHITE,
@@ -140,12 +140,13 @@ class V {
140
140
  style: C.FILL_AND_OUTLINE,
141
141
  horizontalOrigin: f.CENTER,
142
142
  verticalOrigin: S.CENTER,
143
- pixelOffset: new v(0, a)
143
+ pixelOffset: new I(0, a),
144
144
  //偏移量
145
+ disableDepthTestDistance: Number.POSITIVE_INFINITY
145
146
  };
146
147
  return {
147
148
  position: e,
148
- label: l
149
+ label: n
149
150
  };
150
151
  }, this.createTmplabel = () => {
151
152
  let i = {
@@ -158,12 +159,13 @@ class V {
158
159
  backgroundColor: o.BLACK.withAlpha(0.6),
159
160
  style: C.FILL_AND_OUTLINE,
160
161
  horizontalOrigin: f.LEFT,
161
- verticalOrigin: S.BOTTOM
162
+ verticalOrigin: S.BOTTOM,
163
+ disableDepthTestDistance: Number.POSITIVE_INFINITY
162
164
  },
163
165
  show: !1
164
166
  };
165
167
  return this.assistDataSource.entities.add(i);
166
- }, this.viewer = t, this.viewer.dataSources.add(this.dataSource), this.viewer.dataSources.add(this.assistDataSource), this.init(n);
168
+ }, this.viewer = t, this.viewer.dataSources.add(this.dataSource), this.viewer.dataSources.add(this.assistDataSource), this.init(l);
167
169
  }
168
170
  start() {
169
171
  var t;
@@ -192,14 +194,13 @@ class V {
192
194
  }
193
195
  const Z = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAMgCAYAAABYroDnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjA4Mzk1OTQ3QjdBMTFGMTg1RDM4RDA3NDg0RTQwNjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjA4Mzk1OTM3QjdBMTFGMTg1RDM4RDA3NDg0RTQwNjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc4NkY3Rjg5QjVCMTExRUVBQjE4RjY1MkFFMzRBQjAxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc4NkY3RjhBQjVCMTExRUVBQjE4RjY1MkFFMzRBQjAxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uowDFwAAB3FJREFUeNrs3ctuHEUU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";
194
196
  class K {
195
- constructor(t, n) {
197
+ constructor(t, l) {
196
198
  this.editCallback = (e, i) => {
197
199
  const s = this.getLonLatStr(e);
198
200
  i.label && i.label.text && (i.label.text = new u(s));
199
201
  }, this.billboardCallback = (e) => {
200
- console.log(e);
201
202
  const i = this.getLonLatStr(e);
202
- return console.log(i), this.viewer.entities.add({
203
+ return this.viewer.entities.add({
203
204
  position: e,
204
205
  label: {
205
206
  text: i,
@@ -207,7 +208,7 @@ class K {
207
208
  style: C.FILL,
208
209
  fillColor: o.WHITE,
209
210
  outlineColor: o.BLACK,
210
- pixelOffset: new v(0, -90),
211
+ pixelOffset: new I(0, -90),
211
212
  //偏移量
212
213
  showBackground: !0,
213
214
  backgroundColor: o.ORANGERED,
@@ -222,7 +223,7 @@ class K {
222
223
  },
223
224
  show: !0
224
225
  });
225
- }, this.viewer = t, n ? (this.addPointFun = n.addBillboardFun, this.editPointFun = n.editPointFun) : (this.addPointFun = this.billboardCallback, this.editPointFun = this.editCallback), this.init();
226
+ }, this.viewer = t, l ? (this.addPointFun = l.addBillboardFun ? l.addBillboardFun : this.billboardCallback, this.editPointFun = l.editPointFun ? l.editPointFun : this.editCallback, this.delConfirmFun = l.delConfirmFun) : (this.addPointFun = this.billboardCallback, this.editPointFun = this.editCallback), this.init();
226
227
  }
227
228
  start() {
228
229
  var t;
@@ -253,70 +254,70 @@ class K {
253
254
  addPointFun: this.addPointFun,
254
255
  editPointFun: this.editPointFun
255
256
  };
256
- this.pointDrawer = new U(this.viewer, t);
257
+ this.delConfirmFun && (t.delConfirmFun = this.delConfirmFun), this.pointDrawer = new U(this.viewer, t);
257
258
  }
258
259
  getLonLatStr(t) {
259
- const n = M.fromCartesian(t), e = O.toDegrees(n.longitude), i = O.toDegrees(n.latitude);
260
+ const l = G.fromCartesian(t), e = O.toDegrees(l.longitude), i = O.toDegrees(l.latitude);
260
261
  return `${e.toFixed(2)}, ${i.toFixed(2)}`;
261
262
  }
262
263
  }
263
264
  class J {
264
- constructor(t, n) {
265
+ constructor(t, l) {
265
266
  this.tmpLabel = null, this.totalLabel = null, this.dataSource = new L("gagugerDataSource"), this.assistDataSource = new L("assistDataSource"), this.afterAddPointFun = (e) => {
266
267
  const i = this.lineDrawer.getPositions();
267
268
  let s = i.length;
268
269
  if (s > 1) {
269
- const a = B(i[s - 2], e), l = A(i[s - 2], e), c = g(l);
270
+ const a = v(i[s - 2], e), n = A(i[s - 2], e), c = g(n);
270
271
  let w = this.createTextlabel(a, c);
271
272
  this.dataSource.entities.add(w);
272
273
  }
273
274
  }, this.movingCallbackFun = (e) => {
274
275
  if (this.tmpLabel) {
275
276
  const i = this.lineDrawer.getPositions(), s = i[i.length - 1];
276
- let a = A(s, e), l = g(a);
277
- this.tmpLabel.show = !0, this.tmpLabel.position = new d(e), this.tmpLabel.label && (this.tmpLabel.label.text = new u(l));
277
+ let a = A(s, e), n = g(a);
278
+ this.tmpLabel.show = !0, this.tmpLabel.position = new d(e), this.tmpLabel.label && (this.tmpLabel.label.text = new u(n));
278
279
  }
279
280
  }, this.editCallbackFun = (e, i) => {
280
281
  const s = this.lineDrawer.getPositions();
281
- let a = -1, l = -1, c = 0, w = 0;
282
+ let a = -1, n = -1, c = 0, w = 0;
282
283
  if (i > 0) {
283
284
  a = i;
284
- const h = this.dataSource.entities.values[i - 1], p = s[i - 1], x = B(p, e);
285
+ const h = this.dataSource.entities.values[i - 1], p = s[i - 1], m = v(p, e);
285
286
  c = A(p, e);
286
- const T = g(c);
287
- h.position = new d(x), h.label.text = new u(T);
287
+ const E = g(c);
288
+ h.position = new d(m), h.label.text = new u(E);
288
289
  }
289
290
  if (i < s.length - 1) {
290
- l = i + 1;
291
- const h = this.dataSource.entities.values[i], p = s[i + 1], x = B(e, p);
291
+ n = i + 1;
292
+ const h = this.dataSource.entities.values[i], p = s[i + 1], m = v(e, p);
292
293
  w = A(e, p);
293
- const T = g(w);
294
- h.position = new d(x), h.label.text = new u(T);
294
+ const E = g(w);
295
+ h.position = new d(m), h.label.text = new u(E);
295
296
  }
296
297
  i == s.length - 1 && this.totalLabel && (this.totalLabel.position = new d(e));
297
298
  let D = 0;
298
299
  for (let h = 1, p = s.length; h < p; h++) {
299
- if (a == h || l == h)
300
+ if (a == h || n == h)
300
301
  continue;
301
- const x = s[h - 1], T = s[h], R = A(x, T);
302
- D += R;
302
+ const m = s[h - 1], E = s[h], k = A(m, E);
303
+ D += k;
303
304
  }
304
305
  D += c, D += w;
305
- let E = "共:" + g(D);
306
- this.totalLabel && (this.totalLabel.label.text = new u(E));
306
+ let x = "共:" + g(D);
307
+ this.totalLabel && (this.totalLabel.label.text = new u(x));
307
308
  }, this.overCallbackFun = () => {
308
309
  if (this.tmpLabel && (this.tmpLabel.show = !1), !this.totalLabel) {
309
310
  const e = this.lineDrawer.getPositions();
310
311
  let i = 0, s = e.length;
311
312
  for (let c = 1; c < s; c++) {
312
- const w = e[c - 1], D = e[c], E = A(w, D);
313
- i += E;
313
+ const w = e[c - 1], D = e[c], x = A(w, D);
314
+ i += x;
314
315
  }
315
- let a = "共:" + g(i), l = this.createTextlabel(e[s - 1], a, o.BLACK, -20);
316
- this.totalLabel = this.assistDataSource.entities.add(l);
316
+ let a = "共:" + g(i), n = this.createTextlabel(e[s - 1], a, o.BLACK, -20);
317
+ this.totalLabel = this.assistDataSource.entities.add(n);
317
318
  }
318
319
  }, this.createTextlabel = (e, i, s = o.DARKRED, a = 0) => {
319
- const l = {
320
+ const n = {
320
321
  text: i,
321
322
  font: "12px sans-serif bold",
322
323
  fillColor: o.WHITE,
@@ -325,12 +326,13 @@ class J {
325
326
  style: C.FILL_AND_OUTLINE,
326
327
  horizontalOrigin: f.CENTER,
327
328
  verticalOrigin: S.CENTER,
328
- pixelOffset: new v(0, a)
329
+ pixelOffset: new I(0, a),
329
330
  //偏移量
331
+ disableDepthTestDistance: Number.POSITIVE_INFINITY
330
332
  };
331
333
  return {
332
334
  position: e,
333
- label: l
335
+ label: n
334
336
  };
335
337
  }, this.createTmplabel = () => {
336
338
  let i = {
@@ -343,7 +345,8 @@ class J {
343
345
  backgroundColor: o.RED.withAlpha(0.6),
344
346
  style: C.FILL_AND_OUTLINE,
345
347
  horizontalOrigin: f.LEFT,
346
- verticalOrigin: S.BOTTOM
348
+ verticalOrigin: S.BOTTOM,
349
+ disableDepthTestDistance: Number.POSITIVE_INFINITY
347
350
  },
348
351
  show: !1
349
352
  };
@@ -353,14 +356,14 @@ class J {
353
356
  const e = this.lineDrawer.getPositions();
354
357
  let i = 0, s = e.length;
355
358
  for (let c = 1; c < s; c++) {
356
- const w = e[c - 1], D = e[c], E = B(w, D), h = A(w, D);
359
+ const w = e[c - 1], D = e[c], x = v(w, D), h = A(w, D);
357
360
  i += h;
358
- let p = g(h), x = this.createTextlabel(E, p);
359
- this.dataSource.entities.add(x);
361
+ let p = g(h), m = this.createTextlabel(x, p);
362
+ this.dataSource.entities.add(m);
360
363
  }
361
- let a = "共:" + g(i), l = this.createTextlabel(e[s - 1], a, o.BLACK, -20);
362
- this.totalLabel = this.assistDataSource.entities.add(l);
363
- }, this.viewer = t, this.viewer.dataSources.add(this.dataSource), this.viewer.dataSources.add(this.assistDataSource), this.init(n);
364
+ let a = "共:" + g(i), n = this.createTextlabel(e[s - 1], a, o.BLACK, -20);
365
+ this.totalLabel = this.assistDataSource.entities.add(n);
366
+ }, this.viewer = t, this.viewer.dataSources.add(this.dataSource), this.viewer.dataSources.add(this.assistDataSource), this.init(l);
364
367
  }
365
368
  start() {
366
369
  var t;
@@ -394,29 +397,29 @@ class J {
394
397
  }
395
398
  }
396
399
  class Q {
397
- constructor(t, n = null) {
400
+ constructor(t, l = null) {
398
401
  this.tmpLabel = null, this.totalLabel = null, this.openTmpLabel = !1, this.dataSource = new L("gagugerDataSource"), this.assistDataSource = new L("assistDataSource"), this.afterAddPointFun = () => {
399
402
  this.polygonDrawer.getPositions().length > 1 && (this.openTmpLabel = !0);
400
403
  }, this.movingCallbackFun = (e) => {
401
404
  if (this.openTmpLabel && this.tmpLabel) {
402
- const s = [...this.polygonDrawer.getPositions(), e], a = m(s), l = F(s);
403
- a && (this.tmpLabel.show = !0, this.tmpLabel.position = new d(a), this.tmpLabel.label && (this.tmpLabel.label.text = new u(l)));
405
+ const s = [...this.polygonDrawer.getPositions(), e], a = T(s), n = "面积:" + F(s);
406
+ a && (this.tmpLabel.show = !0, this.tmpLabel.position = new d(a), this.tmpLabel.label && (this.tmpLabel.label.text = new u(n)));
404
407
  }
405
408
  }, this.editCallbackFun = (e) => {
406
409
  if (this.openTmpLabel && this.totalLabel) {
407
- const s = [...this.polygonDrawer.getPositions(), e], a = m(s), l = F(s);
408
- a && (this.totalLabel.show = !0, this.totalLabel.position = new d(a), this.totalLabel.label && (this.totalLabel.label.text = new u(l)));
410
+ const s = [...this.polygonDrawer.getPositions(), e], a = T(s), n = "面积:" + F(s);
411
+ a && (this.totalLabel.show = !0, this.totalLabel.position = new d(a), this.totalLabel.label && (this.totalLabel.label.text = new u(n)));
409
412
  }
410
413
  }, this.overCallbackFun = () => {
411
414
  if (this.tmpLabel && (this.tmpLabel.show = !1), !this.totalLabel) {
412
- const e = this.polygonDrawer.getPositions(), i = m(e), s = F(e);
415
+ const e = this.polygonDrawer.getPositions(), i = T(e), s = "面积:" + F(e);
413
416
  if (i) {
414
417
  const a = this.createTextlabel(i, s, o.BLACK);
415
418
  this.totalLabel = this.assistDataSource.entities.add(a);
416
419
  }
417
420
  }
418
421
  }, this.createTextlabel = (e, i, s = o.DARKRED, a = 0) => {
419
- const l = {
422
+ const n = {
420
423
  text: i,
421
424
  font: "12px sans-serif bold",
422
425
  fillColor: o.WHITE,
@@ -425,12 +428,13 @@ class Q {
425
428
  style: C.FILL_AND_OUTLINE,
426
429
  horizontalOrigin: f.CENTER,
427
430
  verticalOrigin: S.CENTER,
428
- pixelOffset: new v(0, a)
431
+ pixelOffset: new I(0, a),
429
432
  //偏移量
433
+ disableDepthTestDistance: Number.POSITIVE_INFINITY
430
434
  };
431
435
  return {
432
436
  position: e,
433
- label: l
437
+ label: n
434
438
  };
435
439
  }, this.createTmplabel = () => {
436
440
  let i = {
@@ -442,20 +446,21 @@ class Q {
442
446
  showBackground: !0,
443
447
  backgroundColor: o.BLACK.withAlpha(0.6),
444
448
  style: C.FILL_AND_OUTLINE,
445
- horizontalOrigin: f.LEFT,
446
- verticalOrigin: S.BOTTOM
449
+ horizontalOrigin: f.CENTER,
450
+ verticalOrigin: S.CENTER,
451
+ disableDepthTestDistance: Number.POSITIVE_INFINITY
447
452
  },
448
453
  show: !1
449
454
  };
450
455
  return this.assistDataSource.entities.add(i);
451
456
  }, this.reCreateAll = () => {
452
457
  this.dataSource.entities.removeAll(), this.assistDataSource.entities.removeAll();
453
- const e = this.polygonDrawer.getPositions(), i = m(e), s = F(e);
458
+ const e = this.polygonDrawer.getPositions(), i = T(e), s = F(e);
454
459
  if (i) {
455
460
  const a = this.createTextlabel(i, s, o.BLACK);
456
461
  this.totalLabel = this.assistDataSource.entities.add(a);
457
462
  }
458
- }, this.viewer = t, this.viewer.dataSources.add(this.dataSource), this.viewer.dataSources.add(this.assistDataSource), this.init(n);
463
+ }, this.viewer = t, this.viewer.dataSources.add(this.dataSource), this.viewer.dataSources.add(this.assistDataSource), this.init(l);
459
464
  }
460
465
  start() {
461
466
  var t;
@@ -490,9 +495,9 @@ class Q {
490
495
  }
491
496
  }
492
497
  export {
493
- X as C,
498
+ H as C,
494
499
  J as L,
495
500
  K as P,
496
- V as R,
501
+ X as R,
497
502
  Q as a
498
503
  };
package/gauger.js CHANGED
@@ -1,4 +1,4 @@
1
- import { C as e, L as r, P as o, a as s, R as u } from "./PolygonGaguger-HRGTFdqB.js";
1
+ import { C as e, L as r, P as o, a as s, R as u } from "./PolygonGaguger-DMt3tXsR.js";
2
2
  export {
3
3
  e as CircleGaguger,
4
4
  r as LineGaguger,
package/index.js CHANGED
@@ -4,7 +4,7 @@ import { TrianglesDrawMode as tP, TriangleFanDrawMode as EA, TriangleStripDrawMo
4
4
  import { Viewer as h, Math as _, Cartesian2 as eA, Cartesian3 as L, Cartographic as ZA, SceneTransforms as YP, Ray as NP, Color as KP, ScreenSpaceEventType as gA, ScreenSpaceEventHandler as XP, createWorldTerrainAsync as ZP, EllipsoidTerrainProvider as GP, WebMapTileServiceImageryProvider as Y, Credit as N } from "cesium";
5
5
  import { P as G, a as fA, b as xP, c as WP, d as FP, C as UA } from "./index-CcaLwHv1.js";
6
6
  import { C as Mn, a as un, b as pn, D as bn, P as fn, R as Un } from "./CircleDrawer-DotSQduG.js";
7
- import { C as dn, L as jn, P as Hn, a as mn, R as kn } from "./PolygonGaguger-HRGTFdqB.js";
7
+ import { C as dn, L as jn, P as Hn, a as mn, R as kn } from "./PolygonGaguger-DMt3tXsR.js";
8
8
  function yA(D, A) {
9
9
  if (A === tP)
10
10
  return console.warn("THREE.BufferGeometryUtils.toTrianglesDrawMode(): Geometry already defined as triangles."), D;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cesium-pocket",
3
- "version": "0.3.6-alpha",
3
+ "version": "0.4.0-alpha",
4
4
  "description": "cesium的插件库;基于vue3的开发",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -12,6 +12,7 @@ export declare class PointGauger {
12
12
  private viewer;
13
13
  private addPointFun;
14
14
  private editPointFun;
15
+ private delConfirmFun;
15
16
  constructor(viewer: Viewer, option?: PointGaugerOptions);
16
17
  start(): void;
17
18
  getStatus(): void;