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.
- package/js/labelDiv.js +0 -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
|
}
|