@kq_npm/client3d_webgl_vue 4.5.2 → 4.5.4-beta

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 (63) hide show
  1. package/adddata/index.js +355 -538
  2. package/adddata/style/adddata.css +1 -1
  3. package/aspectanalysis/index.js +172 -239
  4. package/baseterraingallery/index.js +124 -145
  5. package/boxclip/index.js +300 -481
  6. package/clientPrint/index.js +335 -898
  7. package/clientPrint/style/clientPrint.css +1 -1
  8. package/comparemap/index.js +226 -246
  9. package/compass/index.js +96 -84
  10. package/excavatefillanalysis/index.js +193 -263
  11. package/fixedzoomin/index.js +91 -76
  12. package/fixedzoomout/index.js +91 -76
  13. package/flight/index.js +311 -415
  14. package/flight/style/flight.css +1 -1
  15. package/floodanalysis/index.js +255 -393
  16. package/geologicalbodyanalysis/index.js +215 -298
  17. package/gpuspatialquery/index.js +260 -402
  18. package/hawkeye/index.js +141 -103
  19. package/headertemp/index.js +25 -34
  20. package/heatmap3d/index.js +451 -763
  21. package/heatmap3d/style/heatmap3d.css +1 -1
  22. package/index.js +20826 -17774
  23. package/isolineanalysis/index.js +566 -1243
  24. package/light/index.js +353 -488
  25. package/limitheightanalysis/index.js +251 -312
  26. package/measure/index.js +350 -504
  27. package/modelFlat/index.js +214 -234
  28. package/modelexcavate/index.js +206 -262
  29. package/modelfilter/index.js +229 -308
  30. package/modelprofileanalysis/index.js +356 -465
  31. package/modelselect/index.js +192 -184
  32. package/package.json +1 -1
  33. package/particleeffect/index.js +259 -430
  34. package/planeclip/index.js +249 -339
  35. package/resetview/index.js +89 -69
  36. package/roller/index.js +307 -363
  37. package/scaneffect/index.js +285 -582
  38. package/sceneadvancedtoimage/index.js +1055 -0
  39. package/sceneadvancedtoimage/style/index.js +3 -0
  40. package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
  41. package/sceneapp/index.js +11149 -0
  42. package/sceneset/index.js +393 -885
  43. package/scenetohdimage/index.js +214 -346
  44. package/scenetohdimage/style/scenetohdimage.css +1 -1
  45. package/sceneview/index.js +22780 -19540
  46. package/sceneview/style/sceneview.css +1 -1
  47. package/screenshot/index.js +275 -312
  48. package/shadowanalysis/index.js +269 -448
  49. package/sightlineanalysis/index.js +231 -312
  50. package/sightlineanalysis/style/divpoint.css +1 -1
  51. package/skylineanalysis/index.js +213 -351
  52. package/slopeanalysis/index.js +282 -444
  53. package/slopeaspectanalysis/index.js +315 -534
  54. package/statusbar/index.js +194 -164
  55. package/style.css +1 -1
  56. package/terrainoperation/index.js +230 -280
  57. package/terrainprofileanalysis/index.js +174 -182
  58. package/underground/index.js +98 -82
  59. package/videofusion/index.js +319 -532
  60. package/videoproject/index.js +325 -534
  61. package/viewshedanalysis/index.js +178 -275
  62. package/weathereffect/index.js +199 -343
  63. package/wireframesketch/index.js +146 -150
@@ -1,19 +1,20 @@
1
1
  (function webpackUniversalModuleDefinition(root, factory) {
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
- module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"));
3
+ module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js"], factory);
5
+ define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/init.js"], factory);
6
6
  else {
7
- var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"]);
7
+ var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__7997__) {
10
+ })(this, function(__WEBPACK_EXTERNAL_MODULE__154__, __WEBPACK_EXTERNAL_MODULE__64__, __WEBPACK_EXTERNAL_MODULE__2975__, __WEBPACK_EXTERNAL_MODULE__455__) {
11
11
  return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
- /***/ 7705:
16
- /***/ (function(module) {
15
+ /***/ 9089:
16
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
17
+
17
18
 
18
19
 
19
20
  /*
@@ -22,51 +23,43 @@ return /******/ (function() { // webpackBootstrap
22
23
  */
23
24
  // css base code, injected by the css-loader
24
25
  // eslint-disable-next-line func-names
25
-
26
+ __webpack_require__(2652);
27
+ __webpack_require__(8224);
26
28
  module.exports = function (cssWithMappingToString) {
27
29
  var list = []; // return the list of modules as css string
28
30
 
29
31
  list.toString = function toString() {
30
32
  return this.map(function (item) {
31
33
  var content = cssWithMappingToString(item);
32
-
33
34
  if (item[2]) {
34
35
  return "@media ".concat(item[2], " {").concat(content, "}");
35
36
  }
36
-
37
37
  return content;
38
38
  }).join("");
39
39
  }; // import a list of modules into the list
40
40
  // eslint-disable-next-line func-names
41
41
 
42
-
43
42
  list.i = function (modules, mediaQuery, dedupe) {
44
43
  if (typeof modules === "string") {
45
44
  // eslint-disable-next-line no-param-reassign
46
45
  modules = [[null, modules, ""]];
47
46
  }
48
-
49
47
  var alreadyImportedModules = {};
50
-
51
48
  if (dedupe) {
52
49
  for (var i = 0; i < this.length; i++) {
53
50
  // eslint-disable-next-line prefer-destructuring
54
51
  var id = this[i][0];
55
-
56
52
  if (id != null) {
57
53
  alreadyImportedModules[id] = true;
58
54
  }
59
55
  }
60
56
  }
61
-
62
57
  for (var _i = 0; _i < modules.length; _i++) {
63
58
  var item = [].concat(modules[_i]);
64
-
65
59
  if (dedupe && alreadyImportedModules[item[0]]) {
66
60
  // eslint-disable-next-line no-continue
67
61
  continue;
68
62
  }
69
-
70
63
  if (mediaQuery) {
71
64
  if (!item[2]) {
72
65
  item[2] = mediaQuery;
@@ -74,119 +67,18 @@ module.exports = function (cssWithMappingToString) {
74
67
  item[2] = "".concat(mediaQuery, " and ").concat(item[2]);
75
68
  }
76
69
  }
77
-
78
70
  list.push(item);
79
71
  }
80
72
  };
81
-
82
73
  return list;
83
74
  };
84
75
 
85
76
  /***/ }),
86
77
 
87
- /***/ 6311:
88
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
89
-
90
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
91
- /* harmony export */ "Z": function() { return /* binding */ StatusBarViewModel; }
92
- /* harmony export */ });
93
- /* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
94
-
95
- // 地图状态栏逻辑类
96
- class StatusBarViewModel {
97
- constructor(viewer, options) {
98
- (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
99
-
100
- viewer.statusBar.show = true;
101
- let callback = viewer.statusBar.readyPromise.then || viewer.statusBar.readyPromise.resolve;
102
- callback(() => {
103
- // viewer.statusBar.container.style.bottom = "16px";
104
- //viewer.statusBar.container.parentElement.style.right = "0px!important";
105
- // console.log(viewer.statusBar.container.parentElement.style.right);
106
- if (options.hideResolution) {
107
- viewer.statusBar.hideResolution();
108
- }
109
-
110
- if (options.hideScale) {
111
- viewer.statusBar.hideScale();
112
- }
113
-
114
- if (options.hideLonLat) {
115
- viewer.statusBar.hideLonLat();
116
- }
117
-
118
- if (options.hideEyeAlt) {
119
- viewer.statusBar.hideEyeAlt();
120
- }
121
-
122
- if (options.hideCopyright) {
123
- viewer.statusBar.hideCopyright();
124
- }
125
-
126
- if (options.copyrightText) {
127
- viewer.statusBar.setCopyrightText(options.copyrightText);
128
- }
129
- });
130
- this._viewer = viewer;
131
- }
132
-
133
- changeLanguage(lang) {
134
- var that = this;
135
-
136
- if (that._viewer.statusBar._ready) {
137
- var originLanguage = that._viewer.statusBar._curLanguage;
138
- var language = new Cesium.Languages({
139
- languageStyle: lang == 'zh' ? 'zh-cn' : 'en'
140
- });
141
- language.readyPromise.then(function () {
142
- //loaded success
143
- that._viewer._language = language;
144
- var langContent = language.content;
145
-
146
- if (langContent) {
147
- that._viewer.statusBar._curLanguage = {
148
- mUnit: langContent.mUnit,
149
- kmUnit: langContent.kmUnit,
150
- sqkmUnit: langContent.sqkmUnit,
151
- sqmUnit: langContent.sqmUnit,
152
- N: langContent.N,
153
- S: langContent.S,
154
- E: langContent.E,
155
- W: langContent.W,
156
- du: langContent.du,
157
- fen: langContent.fen,
158
- miao: langContent.miao,
159
- elevation: langContent.elevation,
160
- eyeAltitude: langContent.eyeAltitude,
161
- copyright: langContent.copyright,
162
- scale: langContent.scale
163
- };
164
- var id = that._viewer.statusBar._id; // 比例尺控件
165
-
166
- html = document.getElementById(id + '_ScaleBarTxt').innerHTML;
167
- document.getElementById(id + '_ScaleBarTxt').innerHTML = html.replace(originLanguage.scale, langContent.scale); // 比例尺
168
-
169
- html = document.getElementById(id + '_ScaleTxt').innerHTML;
170
- document.getElementById(id + '_ScaleTxt').innerHTMLhtml = html.replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit); // 视点高
171
-
172
- html = document.getElementById(id + '_CoordEyeAlt').innerHTML;
173
- document.getElementById(id + '_CoordEyeAlt').innerHTML = html.replace(originLanguage.eyeAltitude, langContent.eyeAltitude).replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit); // 高度
174
-
175
- var html = document.getElementById(id + '_CoordHeight').innerHTML;
176
- document.getElementById(id + '_CoordHeight').innerHTML = html.replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit);
177
- }
178
- });
179
- }
180
- }
181
-
182
- }
183
-
184
- /***/ }),
185
-
186
- /***/ 807:
78
+ /***/ 5370:
187
79
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
188
80
 
189
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7705);
81
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9089);
190
82
  /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);
191
83
  // Imports
192
84
 
@@ -194,12 +86,12 @@ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBP
194
86
  // Module
195
87
  ___CSS_LOADER_EXPORT___.push([module.id, ".cesium-viewer-bottom{right:0px !important;display:flex;justify-content:center}.cesium-viewer-bottom .cesium-viewer-statusContainer{bottom:16px !important;font-size:14px;right:unset}", ""]);
196
88
  // Exports
197
- /* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
89
+ /* harmony default export */ __webpack_exports__.A = (___CSS_LOADER_EXPORT___);
198
90
 
199
91
 
200
92
  /***/ }),
201
93
 
202
- /***/ 3379:
94
+ /***/ 5072:
203
95
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
204
96
 
205
97
 
@@ -474,55 +366,108 @@ module.exports = function (list, options) {
474
366
 
475
367
  /***/ }),
476
368
 
477
- /***/ 7080:
369
+ /***/ 2652:
370
+ /***/ (function(module) {
371
+
372
+ module.exports = require("core-js/modules/es.array.push.js");
373
+
374
+ /***/ }),
375
+
376
+ /***/ 8224:
377
+ /***/ (function(module) {
378
+
379
+ module.exports = require("core-js/modules/esnext.iterator.map.js");
380
+
381
+ /***/ }),
382
+
383
+ /***/ 3579:
478
384
  /***/ (function(module) {
479
385
 
480
386
  module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
481
387
 
482
388
  /***/ }),
483
389
 
484
- /***/ 7135:
390
+ /***/ 64:
391
+ /***/ (function(module) {
392
+
393
+ module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
394
+
395
+ /***/ }),
396
+
397
+ /***/ 2975:
485
398
  /***/ (function(module) {
486
399
 
487
- module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
400
+ module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
488
401
 
489
402
  /***/ }),
490
403
 
491
- /***/ 7997:
404
+ /***/ 455:
492
405
  /***/ (function(module) {
493
406
 
494
- module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
407
+ module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
495
408
 
496
409
  /***/ }),
497
410
 
498
- /***/ 1895:
411
+ /***/ 154:
499
412
  /***/ (function(module) {
500
413
 
501
- module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
414
+ module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
502
415
 
503
416
  /***/ }),
504
417
 
505
- /***/ 8270:
418
+ /***/ 6913:
506
419
  /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
507
420
 
508
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
509
- /* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
510
- /* harmony export */ });
511
- function _defineProperty(obj, key, value) {
512
- if (key in obj) {
513
- Object.defineProperty(obj, key, {
514
- value: value,
515
- enumerable: true,
516
- configurable: true,
517
- writable: true
518
- });
519
- } else {
520
- obj[key] = value;
421
+
422
+ // EXPORTS
423
+ __webpack_require__.d(__webpack_exports__, {
424
+ A: function() { return /* binding */ _defineProperty; }
425
+ });
426
+
427
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
428
+ function _typeof(o) {
429
+ "@babel/helpers - typeof";
430
+
431
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
432
+ return typeof o;
433
+ } : function (o) {
434
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
435
+ }, _typeof(o);
436
+ }
437
+
438
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
439
+
440
+ function toPrimitive(t, r) {
441
+ if ("object" != _typeof(t) || !t) return t;
442
+ var e = t[Symbol.toPrimitive];
443
+ if (void 0 !== e) {
444
+ var i = e.call(t, r || "default");
445
+ if ("object" != _typeof(i)) return i;
446
+ throw new TypeError("@@toPrimitive must return a primitive value.");
521
447
  }
448
+ return ("string" === r ? String : Number)(t);
449
+ }
450
+
451
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
452
+
453
+
454
+ function toPropertyKey(t) {
455
+ var i = toPrimitive(t, "string");
456
+ return "symbol" == _typeof(i) ? i : i + "";
457
+ }
458
+
459
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
522
460
 
523
- return obj;
461
+ function _defineProperty(e, r, t) {
462
+ return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
463
+ value: t,
464
+ enumerable: !0,
465
+ configurable: !0,
466
+ writable: !0
467
+ }) : e[r] = t, e;
524
468
  }
525
469
 
470
+
526
471
  /***/ })
527
472
 
528
473
  /******/ });
@@ -599,25 +544,110 @@ function _defineProperty(obj, key, value) {
599
544
  /******/
600
545
  /************************************************************************/
601
546
  var __webpack_exports__ = {};
602
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
603
- !function() {
604
547
  // ESM COMPAT FLAG
605
548
  __webpack_require__.r(__webpack_exports__);
606
549
 
607
550
  // EXPORTS
608
551
  __webpack_require__.d(__webpack_exports__, {
609
- "StatusBarViewModel": function() { return /* reexport */ StatusBarViewModel/* default */.Z; },
552
+ StatusBarViewModel: function() { return /* reexport */ StatusBarViewModel; },
610
553
  "default": function() { return /* reexport */ StatusBar; }
611
554
  });
612
555
 
613
556
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
614
- var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
557
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
615
558
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
616
- var gis_utils_ = __webpack_require__(7135);
617
- // EXTERNAL MODULE: ./src/webgl/statusbar/StatusBarViewModel.js
618
- var StatusBarViewModel = __webpack_require__(6311);
559
+ var gis_utils_ = __webpack_require__(64);
560
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
561
+ var defineProperty = __webpack_require__(6913);
562
+ // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
563
+ var util_ = __webpack_require__(2975);
564
+ ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBarViewModel.js
565
+
566
+ /*
567
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
568
+ * All rights reserved.
569
+ */
570
+
571
+ // 地图状态栏逻辑类
572
+ class StatusBarViewModel {
573
+ constructor(viewer, options) {
574
+ (0,defineProperty/* default */.A)(this, "_viewer", null);
575
+ viewer.statusBar.show = true;
576
+ let callback = viewer.statusBar.readyPromise.then || viewer.statusBar.readyPromise.resolve;
577
+ callback(() => {
578
+ // viewer.statusBar.container.style.bottom = "16px";
579
+ //viewer.statusBar.container.parentElement.style.right = "0px!important";
580
+ // console.log(viewer.statusBar.container.parentElement.style.right);
581
+ if (options.hideResolution) {
582
+ viewer.statusBar.hideResolution();
583
+ }
584
+ if (options.hideScale) {
585
+ viewer.statusBar.hideScale();
586
+ }
587
+ if (options.hideLonLat) {
588
+ viewer.statusBar.hideLonLat();
589
+ }
590
+ if (options.hideEyeAlt) {
591
+ viewer.statusBar.hideEyeAlt();
592
+ }
593
+ if (options.hideCopyright) {
594
+ viewer.statusBar.hideCopyright();
595
+ }
596
+ if (options.copyrightText) {
597
+ viewer.statusBar.setCopyrightText(options.copyrightText);
598
+ }
599
+ });
600
+ this._viewer = viewer;
601
+ }
602
+ changeLanguage(lang) {
603
+ var that = this;
604
+ if (that._viewer.statusBar._ready) {
605
+ var originLanguage = that._viewer.statusBar._curLanguage;
606
+ var language = new Cesium.Languages({
607
+ languageStyle: lang == 'zh' ? 'zh-cn' : 'en'
608
+ });
609
+ language.readyPromise.then(function () {
610
+ //loaded success
611
+ that._viewer._language = language;
612
+ var langContent = language.content;
613
+ if (langContent) {
614
+ that._viewer.statusBar._curLanguage = {
615
+ mUnit: langContent.mUnit,
616
+ kmUnit: langContent.kmUnit,
617
+ sqkmUnit: langContent.sqkmUnit,
618
+ sqmUnit: langContent.sqmUnit,
619
+ N: langContent.N,
620
+ S: langContent.S,
621
+ E: langContent.E,
622
+ W: langContent.W,
623
+ du: langContent.du,
624
+ fen: langContent.fen,
625
+ miao: langContent.miao,
626
+ elevation: langContent.elevation,
627
+ eyeAltitude: langContent.eyeAltitude,
628
+ copyright: langContent.copyright,
629
+ scale: langContent.scale
630
+ };
631
+ var id = that._viewer.statusBar._id;
632
+ // 比例尺控件
633
+ var html = document.getElementById(id + '_ScaleBarTxt').innerHTML;
634
+ (0,util_.setInnerHtml)(document.getElementById(id + '_ScaleBarTxt'), html.replace(originLanguage.scale, langContent.scale));
635
+ // 比例尺
636
+ html = document.getElementById(id + '_ScaleTxt').innerHTML;
637
+ (0,util_.setInnerHtml)(document.getElementById(id + '_ScaleTxt'), html.replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit));
638
+ // 视点高
639
+ html = document.getElementById(id + '_CoordEyeAlt').innerHTML;
640
+ (0,util_.setInnerHtml)(document.getElementById(id + '_CoordEyeAlt'), html.replace(originLanguage.eyeAltitude, langContent.eyeAltitude).replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit));
641
+ // 高度
642
+ html = document.getElementById(id + '_CoordHeight').innerHTML;
643
+ (0,util_.setInnerHtml)(document.getElementById(id + '_CoordHeight'), html.replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit));
644
+ }
645
+ });
646
+ }
647
+ }
648
+ }
619
649
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
620
- var vue_i18n_cjs_js_ = __webpack_require__(7080);
650
+ var vue_i18n_cjs_js_ = __webpack_require__(3579);
621
651
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=script&setup=true&lang=js
622
652
 
623
653
 
@@ -636,7 +666,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
636
666
  const __default__ = {
637
667
  name: "Kq3dStatusBar"
638
668
  };
639
- /* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
669
+ /* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
640
670
  props: {
641
671
  // 隐藏分辨率
642
672
  hideResolution: Boolean,
@@ -654,11 +684,11 @@ const __default__ = {
654
684
  // 版权信息文字
655
685
  copyrightText: String
656
686
  },
657
-
658
687
  setup(__props) {
659
688
  const props = __props;
660
- let viewModel = null; // 国际化
689
+ let viewModel = null;
661
690
 
691
+ // 国际化
662
692
  let {
663
693
  locale
664
694
  } = (0,vue_i18n_cjs_js_.useI18n)();
@@ -668,7 +698,7 @@ const __default__ = {
668
698
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
669
699
  gis_utils_.utils.getWebMap(null, scenceView => {
670
700
  if (scenceView) {
671
- viewModel = new StatusBarViewModel/* default */.Z(scenceView._viewer, props);
701
+ viewModel = new StatusBarViewModel(scenceView._viewer, props);
672
702
  }
673
703
  });
674
704
  });
@@ -676,15 +706,14 @@ const __default__ = {
676
706
  return null;
677
707
  };
678
708
  }
679
-
680
709
  }));
681
710
  ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=script&setup=true&lang=js
682
711
 
683
712
  // EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
684
- var injectStylesIntoStyleTag = __webpack_require__(3379);
713
+ var injectStylesIntoStyleTag = __webpack_require__(5072);
685
714
  var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
686
715
  // EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=5c09c3c4&lang=scss
687
- var StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss = __webpack_require__(807);
716
+ var StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss = __webpack_require__(5370);
688
717
  ;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=5c09c3c4&lang=scss
689
718
 
690
719
 
@@ -694,11 +723,11 @@ var options = {};
694
723
  options.insert = "head";
695
724
  options.singleton = false;
696
725
 
697
- var update = injectStylesIntoStyleTag_default()(StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss/* default */.Z, options);
726
+ var update = injectStylesIntoStyleTag_default()(StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss/* default */.A, options);
698
727
 
699
728
 
700
729
 
701
- /* harmony default export */ var statusbar_StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss = (StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss/* default.locals */.Z.locals || {});
730
+ /* harmony default export */ var statusbar_StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss = (StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss/* default */.A.locals || {});
702
731
  ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=5c09c3c4&lang=scss
703
732
 
704
733
  ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue
@@ -711,10 +740,13 @@ const __exports__ = StatusBarvue_type_script_setup_true_lang_js;
711
740
 
712
741
  /* harmony default export */ var StatusBar = (__exports__);
713
742
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
714
- var init_js_ = __webpack_require__(7997);
743
+ var init_js_ = __webpack_require__(455);
715
744
  var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
716
745
  ;// CONCATENATED MODULE: ./src/webgl/statusbar/index.js
717
-
746
+ /*
747
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
748
+ * All rights reserved.
749
+ */
718
750
 
719
751
 
720
752
 
@@ -723,8 +755,6 @@ StatusBar.install = (Vue, opts) => {
723
755
  Vue.component(StatusBar.name, StatusBar);
724
756
  };
725
757
 
726
-
727
- }();
728
758
  /******/ return __webpack_exports__;
729
759
  /******/ })()
730
760
  ;