huweili-cesium 1.2.73 → 1.2.74

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.
Files changed (2) hide show
  1. package/js/labelDiv.js +0 -2
  2. package/package.json +1 -1
package/js/labelDiv.js CHANGED
@@ -160,7 +160,6 @@ export function labelDiv() {
160
160
  if (speedEl) speedEl.textContent = String(speed);
161
161
  if (flyingHandNameEl) flyingHandNameEl.textContent = flyingHandName;
162
162
  if (flyingHandPhoneEl) flyingHandPhoneEl.textContent = flyingHandPhone;
163
- if (frequencyBandEl) frequencyBandEl.textContent = frequencyBand;
164
163
  if (distanceEl) distanceEl.textContent = distance;
165
164
  if (receiveTimeEl) receiveTimeEl.textContent = receiveTime;
166
165
  lastInfoText = nextInfoText;
@@ -285,7 +284,6 @@ export function labelDiv() {
285
284
  speedEl: infoDiv.querySelector('.speed'),
286
285
  flyingHandNameEl: infoDiv.querySelector('.pilot-name'),
287
286
  flyingHandPhoneEl: infoDiv.querySelector('.pilot-phone'),
288
- frequencyBandEl: infoDiv.querySelector('.band'),
289
287
  distanceEl: infoDiv.querySelector('.distance')
290
288
  };
291
289
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "huweili-cesium",
3
- "version": "1.2.73",
3
+ "version": "1.2.74",
4
4
  "description": "基于 Cesium 的地图工具库(无人机态势、轨迹、围栏、工具栏等)",
5
5
  "type": "module",
6
6
  "main": "./index.js",