@kq_npm/client3d_webgl_vue 4.5.24 → 4.5.26
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/adddata/index.js +20 -10
- package/aspectanalysis/index.js +1 -0
- package/baseterraingallery/index.js +1 -0
- package/boxclip/index.js +1 -0
- package/clientPrint/index.js +507 -241
- package/excavatefillanalysis/index.js +1 -0
- package/flight/index.js +1 -0
- package/floodanalysis/index.js +1 -0
- package/geologicalbodyanalysis/index.js +1 -0
- package/gpuspatialquery/index.js +1 -0
- package/heatmap3d/index.js +1 -0
- package/index.js +392 -163
- package/isolineanalysis/index.js +1 -0
- package/light/index.js +1 -0
- package/limitheightanalysis/index.js +1 -0
- package/modelFlat/index.js +1 -0
- package/modelexcavate/index.js +1 -0
- package/modelfilter/index.js +1 -0
- package/modelprofileanalysis/index.js +1 -0
- package/modelselect/index.js +1 -0
- package/package.json +1 -1
- package/particleeffect/index.js +1 -0
- package/planeclip/index.js +1 -0
- package/roller/index.js +1 -0
- package/scaneffect/index.js +1 -0
- package/sceneadvancedtoimage/index.js +1 -0
- package/sceneapp/index.js +507 -241
- package/sceneset/index.js +8 -7
- package/scenetohdimage/index.js +1 -0
- package/sceneview/index.js +507 -241
- package/screenshot/index.js +1 -0
- package/shadowanalysis/index.js +1 -0
- package/sightlineanalysis/index.js +1 -0
- package/skylineanalysis/index.js +1 -0
- package/slopeanalysis/index.js +1 -0
- package/slopeaspectanalysis/index.js +1 -0
- package/style.css +1 -1
- package/terrainoperation/index.js +1 -0
- package/terrainprofileanalysis/index.js +1 -0
- package/typhoontrac/index.js +534 -0
- package/typhoontrac/style/index.js +3 -0
- package/typhoontrac/style/typhoontrac.css +1 -0
- package/videofusion/index.js +1 -0
- package/videoproject/index.js +1 -0
- package/viewshedanalysis/index.js +1 -0
- package/weathereffect/index.js +1 -0
- package/wireframesketch/index.js +1 -0
package/clientPrint/index.js
CHANGED
|
@@ -536,7 +536,8 @@ class AddDataViewModel {
|
|
|
536
536
|
entity.polyline = {
|
|
537
537
|
positions: entity.polygon.hierarchy._value.positions,
|
|
538
538
|
width: that._geojsonStyle.polygon.outlineWidth,
|
|
539
|
-
material: that._geojsonStyle.polygon.outlineColor
|
|
539
|
+
material: that._geojsonStyle.polygon.outlineColor,
|
|
540
|
+
clampToGround: !that._geojsonStyle.polygon.perPositionHeight
|
|
540
541
|
};
|
|
541
542
|
}
|
|
542
543
|
});
|
|
@@ -573,7 +574,8 @@ class AddDataViewModel {
|
|
|
573
574
|
entity.polyline = {
|
|
574
575
|
positions: entity.polygon.hierarchy._value.positions,
|
|
575
576
|
width: that._geojsonStyle.polygon.outlineWidth,
|
|
576
|
-
material: that._geojsonStyle.polygon.outlineColor
|
|
577
|
+
material: that._geojsonStyle.polygon.outlineColor,
|
|
578
|
+
clampToGround: !that._geojsonStyle.polygon.perPositionHeight
|
|
577
579
|
};
|
|
578
580
|
}
|
|
579
581
|
});
|
|
@@ -648,7 +650,8 @@ class AddDataViewModel {
|
|
|
648
650
|
entity.polyline = {
|
|
649
651
|
positions: entity.polygon.hierarchy._value.positions,
|
|
650
652
|
width: that._geojsonStyle.polygon.outlineWidth,
|
|
651
|
-
material: that._geojsonStyle.polygon.outlineColor
|
|
653
|
+
material: that._geojsonStyle.polygon.outlineColor,
|
|
654
|
+
clampToGround: !that._geojsonStyle.polygon.perPositionHeight
|
|
652
655
|
};
|
|
653
656
|
}
|
|
654
657
|
});
|
|
@@ -683,7 +686,8 @@ class AddDataViewModel {
|
|
|
683
686
|
entity.polyline = {
|
|
684
687
|
positions: entity.polygon.hierarchy._value.positions,
|
|
685
688
|
width: that._geojsonStyle.polygon.outlineWidth,
|
|
686
|
-
material: that._geojsonStyle.polygon.outlineColor
|
|
689
|
+
material: that._geojsonStyle.polygon.outlineColor,
|
|
690
|
+
clampToGround: !that._geojsonStyle.polygon.perPositionHeight
|
|
687
691
|
};
|
|
688
692
|
}
|
|
689
693
|
});
|
|
@@ -725,7 +729,8 @@ class AddDataViewModel {
|
|
|
725
729
|
entity.polyline = {
|
|
726
730
|
positions: entity.polygon.hierarchy._value.positions,
|
|
727
731
|
width: that._geojsonStyle.polygon.outlineWidth,
|
|
728
|
-
material: that._geojsonStyle.polygon.outlineColor
|
|
732
|
+
material: that._geojsonStyle.polygon.outlineColor,
|
|
733
|
+
clampToGround: !that._geojsonStyle.polygon.perPositionHeight
|
|
729
734
|
};
|
|
730
735
|
}
|
|
731
736
|
});
|
|
@@ -787,7 +792,8 @@ class AddDataViewModel {
|
|
|
787
792
|
entity.polyline = {
|
|
788
793
|
positions: entity.polygon.hierarchy._value.positions,
|
|
789
794
|
width: style.polygon.outlineWidth,
|
|
790
|
-
material: style.polygon.outlineColor
|
|
795
|
+
material: style.polygon.outlineColor,
|
|
796
|
+
clampToGround: !style.polygon.perPositionHeight
|
|
791
797
|
};
|
|
792
798
|
}
|
|
793
799
|
});
|
|
@@ -1158,7 +1164,8 @@ class AddDataViewModel {
|
|
|
1158
1164
|
entity.polyline = {
|
|
1159
1165
|
positions: entity.polygon.hierarchy._value.positions,
|
|
1160
1166
|
width: geojsonStyle0.polygon.outlineWidth,
|
|
1161
|
-
material: geojsonStyle0.polygon.outlineColor
|
|
1167
|
+
material: geojsonStyle0.polygon.outlineColor,
|
|
1168
|
+
clampToGround: !geojsonStyle0.polygon.perPositionHeight
|
|
1162
1169
|
};
|
|
1163
1170
|
}
|
|
1164
1171
|
});
|
|
@@ -1518,7 +1525,8 @@ class AddDataViewModel {
|
|
|
1518
1525
|
entity.polyline = {
|
|
1519
1526
|
positions: entity.polygon.hierarchy._value.positions,
|
|
1520
1527
|
width: this._geojsonStyle.polygon.outlineWidth,
|
|
1521
|
-
material: this._geojsonStyle.polygon.outlineColor
|
|
1528
|
+
material: this._geojsonStyle.polygon.outlineColor,
|
|
1529
|
+
clampToGround: !this._geojsonStyle.polygon.perPositionHeight
|
|
1522
1530
|
};
|
|
1523
1531
|
}
|
|
1524
1532
|
}, this);
|
|
@@ -1551,7 +1559,8 @@ class AddDataViewModel {
|
|
|
1551
1559
|
entity.polyline = {
|
|
1552
1560
|
positions: entity.polygon.hierarchy._value.positions,
|
|
1553
1561
|
width: geojsonStyle.polygon.outlineWidth,
|
|
1554
|
-
material: geojsonStyle.polygon.outlineColor
|
|
1562
|
+
material: geojsonStyle.polygon.outlineColor,
|
|
1563
|
+
clampToGround: !geojsonStyle.polygon.perPositionHeight
|
|
1555
1564
|
};
|
|
1556
1565
|
}
|
|
1557
1566
|
}, this);
|
|
@@ -1726,7 +1735,8 @@ class AddDataViewModel {
|
|
|
1726
1735
|
entity.polyline = {
|
|
1727
1736
|
positions: entity.polygon.hierarchy._value.positions,
|
|
1728
1737
|
width: this._geojsonStyle.polygon.outlineWidth,
|
|
1729
|
-
material: this._geojsonStyle.polygon.outlineColor
|
|
1738
|
+
material: this._geojsonStyle.polygon.outlineColor,
|
|
1739
|
+
clampToGround: !this._geojsonStyle.polygon.perPositionHeight
|
|
1730
1740
|
};
|
|
1731
1741
|
}
|
|
1732
1742
|
}, this);
|
|
@@ -2696,6 +2706,7 @@ const __default__ = {
|
|
|
2696
2706
|
messages
|
|
2697
2707
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
2698
2708
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
2709
|
+
headerTempTitle.value = language.value.aspectAnalysis;
|
|
2699
2710
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
2700
2711
|
language.value = messages.value[newVal]["webgl"];
|
|
2701
2712
|
headerTempTitle.value = language.value.aspectAnalysis;
|
|
@@ -3156,6 +3167,7 @@ const __default__ = {
|
|
|
3156
3167
|
messages
|
|
3157
3168
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
3158
3169
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
3170
|
+
headerTempTitle.value = language.value.onlineTerrain;
|
|
3159
3171
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
3160
3172
|
language.value = messages.value[newVal]["webgl"];
|
|
3161
3173
|
headerTempTitle.value = language.value.onlineTerrain;
|
|
@@ -3635,6 +3647,7 @@ const __default__ = {
|
|
|
3635
3647
|
messages
|
|
3636
3648
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
3637
3649
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
3650
|
+
headerTempTitle.value = language.value.boxClip;
|
|
3638
3651
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
3639
3652
|
language.value = messages.value[newVal]["webgl"];
|
|
3640
3653
|
headerTempTitle.value = language.value.boxClip;
|
|
@@ -7510,40 +7523,40 @@ Compass.install = (Vue, opts) => {
|
|
|
7510
7523
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7511
7524
|
/* harmony export */ "$R": function() { return /* reexport safe */ _webgl_wireframesketch__WEBPACK_IMPORTED_MODULE_12__["default"]; },
|
|
7512
7525
|
/* harmony export */ "Bq": function() { return /* reexport safe */ _webgl_limitheightanalysis__WEBPACK_IMPORTED_MODULE_13__["default"]; },
|
|
7513
|
-
/* harmony export */ "Fd": function() { return /* reexport safe */
|
|
7514
|
-
/* harmony export */ "Hw": function() { return /* reexport safe */
|
|
7515
|
-
/* harmony export */ "JH": function() { return /* reexport safe */
|
|
7526
|
+
/* harmony export */ "Fd": function() { return /* reexport safe */ _webgl_isolineanalysis__WEBPACK_IMPORTED_MODULE_33__["default"]; },
|
|
7527
|
+
/* harmony export */ "Hw": function() { return /* reexport safe */ _webgl_weathereffect__WEBPACK_IMPORTED_MODULE_38__["default"]; },
|
|
7528
|
+
/* harmony export */ "JH": function() { return /* reexport safe */ _webgl_boxclip__WEBPACK_IMPORTED_MODULE_34__["default"]; },
|
|
7516
7529
|
/* harmony export */ "JJ": function() { return /* reexport safe */ _webgl_heatmap3d__WEBPACK_IMPORTED_MODULE_18__["default"]; },
|
|
7517
7530
|
/* harmony export */ "JZ": function() { return /* reexport safe */ _webgl_modelfilter__WEBPACK_IMPORTED_MODULE_11__["default"]; },
|
|
7518
|
-
/* harmony export */ "L9": function() { return /* reexport safe */
|
|
7519
|
-
/* harmony export */ "Nz": function() { return /* reexport safe */
|
|
7520
|
-
/* harmony export */ "Qn": function() { return /* reexport safe */
|
|
7521
|
-
/* harmony export */ "TP": function() { return /* reexport safe */
|
|
7531
|
+
/* harmony export */ "L9": function() { return /* reexport safe */ _webgl_particleeffect__WEBPACK_IMPORTED_MODULE_37__["default"]; },
|
|
7532
|
+
/* harmony export */ "Nz": function() { return /* reexport safe */ _webgl_slopeanalysis__WEBPACK_IMPORTED_MODULE_30__["default"]; },
|
|
7533
|
+
/* harmony export */ "Qn": function() { return /* reexport safe */ _webgl_viewshedanalysis__WEBPACK_IMPORTED_MODULE_23__["default"]; },
|
|
7534
|
+
/* harmony export */ "TP": function() { return /* reexport safe */ _webgl_sceneset__WEBPACK_IMPORTED_MODULE_47__["default"]; },
|
|
7522
7535
|
/* harmony export */ "Tn": function() { return /* reexport safe */ _webgl_gpuspatialquery__WEBPACK_IMPORTED_MODULE_9__["default"]; },
|
|
7523
7536
|
/* harmony export */ "Uu": function() { return /* reexport safe */ _webgl_fixedzoomin__WEBPACK_IMPORTED_MODULE_2__["default"]; },
|
|
7524
|
-
/* harmony export */ "WZ": function() { return /* reexport safe */
|
|
7525
|
-
/* harmony export */ "Wr": function() { return /* reexport safe */
|
|
7526
|
-
/* harmony export */ "Ye": function() { return /* reexport safe */
|
|
7537
|
+
/* harmony export */ "WZ": function() { return /* reexport safe */ _webgl_roller__WEBPACK_IMPORTED_MODULE_42__["default"]; },
|
|
7538
|
+
/* harmony export */ "Wr": function() { return /* reexport safe */ _webgl_skylineanalysis__WEBPACK_IMPORTED_MODULE_26__["default"]; },
|
|
7539
|
+
/* harmony export */ "Ye": function() { return /* reexport safe */ _webgl_geologicalbodyanalysis__WEBPACK_IMPORTED_MODULE_49__["default"]; },
|
|
7527
7540
|
/* harmony export */ "ZI": function() { return /* reexport safe */ _webgl_fixedzoomout__WEBPACK_IMPORTED_MODULE_1__["default"]; },
|
|
7528
|
-
/* harmony export */ "ZX": function() { return /* reexport safe */
|
|
7529
|
-
/* harmony export */ "Zr": function() { return /* reexport safe */
|
|
7530
|
-
/* harmony export */ "_M": function() { return /* reexport safe */
|
|
7531
|
-
/* harmony export */ "aH": function() { return /* reexport safe */
|
|
7541
|
+
/* harmony export */ "ZX": function() { return /* reexport safe */ _webgl_light__WEBPACK_IMPORTED_MODULE_48__["default"]; },
|
|
7542
|
+
/* harmony export */ "Zr": function() { return /* reexport safe */ _webgl_shadowanalysis__WEBPACK_IMPORTED_MODULE_24__["default"]; },
|
|
7543
|
+
/* harmony export */ "_M": function() { return /* reexport safe */ _webgl_floodanalysis__WEBPACK_IMPORTED_MODULE_29__["default"]; },
|
|
7544
|
+
/* harmony export */ "aH": function() { return /* reexport safe */ _webgl_excavatefillanalysis__WEBPACK_IMPORTED_MODULE_28__["default"]; },
|
|
7532
7545
|
/* harmony export */ "aX": function() { return /* reexport safe */ _webgl_terrainprofileanalysis__WEBPACK_IMPORTED_MODULE_14__["default"]; },
|
|
7533
7546
|
/* harmony export */ "dz": function() { return /* reexport safe */ _webgl_compass__WEBPACK_IMPORTED_MODULE_4__["default"]; },
|
|
7534
7547
|
/* harmony export */ "e8": function() { return /* reexport safe */ _webgl_flight__WEBPACK_IMPORTED_MODULE_8__["default"]; },
|
|
7535
7548
|
/* harmony export */ "eY": function() { return /* reexport safe */ _webgl_sceneview__WEBPACK_IMPORTED_MODULE_0__["default"]; },
|
|
7536
|
-
/* harmony export */ "fL": function() { return /* reexport safe */
|
|
7537
|
-
/* harmony export */ "g9": function() { return /* reexport safe */
|
|
7549
|
+
/* harmony export */ "fL": function() { return /* reexport safe */ _webgl_planeclip__WEBPACK_IMPORTED_MODULE_35__["default"]; },
|
|
7550
|
+
/* harmony export */ "g9": function() { return /* reexport safe */ _webgl_statusbar__WEBPACK_IMPORTED_MODULE_44__["default"]; },
|
|
7538
7551
|
/* harmony export */ "hc": function() { return /* reexport safe */ _webgl_modelselect__WEBPACK_IMPORTED_MODULE_10__["default"]; },
|
|
7539
|
-
/* harmony export */ "jZ": function() { return /* reexport safe */
|
|
7540
|
-
/* harmony export */ "kU": function() { return /* reexport safe */
|
|
7552
|
+
/* harmony export */ "jZ": function() { return /* reexport safe */ _webgl_videoproject__WEBPACK_IMPORTED_MODULE_45__["default"]; },
|
|
7553
|
+
/* harmony export */ "kU": function() { return /* reexport safe */ _webgl_videofusion__WEBPACK_IMPORTED_MODULE_46__["default"]; },
|
|
7541
7554
|
/* harmony export */ "lM": function() { return /* reexport safe */ _webgl_resetview__WEBPACK_IMPORTED_MODULE_3__["default"]; },
|
|
7542
|
-
/* harmony export */ "qR": function() { return /* reexport safe */
|
|
7543
|
-
/* harmony export */ "rm": function() { return /* reexport safe */
|
|
7544
|
-
/* harmony export */ "t": function() { return /* reexport safe */
|
|
7555
|
+
/* harmony export */ "qR": function() { return /* reexport safe */ _webgl_terrainoperation__WEBPACK_IMPORTED_MODULE_27__["default"]; },
|
|
7556
|
+
/* harmony export */ "rm": function() { return /* reexport safe */ _webgl_aspectanalysis__WEBPACK_IMPORTED_MODULE_31__["default"]; },
|
|
7557
|
+
/* harmony export */ "t": function() { return /* reexport safe */ _webgl_modelprofileanalysis__WEBPACK_IMPORTED_MODULE_25__["default"]; },
|
|
7545
7558
|
/* harmony export */ "uv": function() { return /* reexport safe */ _webgl_measure__WEBPACK_IMPORTED_MODULE_7__["default"]; },
|
|
7546
|
-
/* harmony export */ "wk": function() { return /* reexport safe */
|
|
7559
|
+
/* harmony export */ "wk": function() { return /* reexport safe */ _webgl_sightlineanalysis__WEBPACK_IMPORTED_MODULE_22__["default"]; },
|
|
7547
7560
|
/* harmony export */ "wt": function() { return /* reexport safe */ _webgl_scaneffect__WEBPACK_IMPORTED_MODULE_17__["default"]; }
|
|
7548
7561
|
/* harmony export */ });
|
|
7549
7562
|
/* unused harmony export webglComponents */
|
|
@@ -7568,35 +7581,36 @@ Compass.install = (Vue, opts) => {
|
|
|
7568
7581
|
/* harmony import */ var _webgl_heatmap3d__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(296);
|
|
7569
7582
|
/* harmony import */ var _webgl_modelexcavate__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(698);
|
|
7570
7583
|
/* harmony import */ var _webgl_modelFlat__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(9187);
|
|
7571
|
-
/* harmony import */ var
|
|
7572
|
-
/* harmony import */ var
|
|
7573
|
-
/* harmony import */ var
|
|
7574
|
-
/* harmony import */ var
|
|
7575
|
-
/* harmony import */ var
|
|
7576
|
-
/* harmony import */ var
|
|
7577
|
-
/* harmony import */ var
|
|
7578
|
-
/* harmony import */ var
|
|
7579
|
-
/* harmony import */ var
|
|
7580
|
-
/* harmony import */ var
|
|
7581
|
-
/* harmony import */ var
|
|
7582
|
-
/* harmony import */ var
|
|
7583
|
-
/* harmony import */ var
|
|
7584
|
-
/* harmony import */ var
|
|
7585
|
-
/* harmony import */ var
|
|
7586
|
-
/* harmony import */ var
|
|
7587
|
-
/* harmony import */ var
|
|
7588
|
-
/* harmony import */ var
|
|
7589
|
-
/* harmony import */ var
|
|
7590
|
-
/* harmony import */ var
|
|
7591
|
-
/* harmony import */ var
|
|
7592
|
-
/* harmony import */ var
|
|
7593
|
-
/* harmony import */ var
|
|
7594
|
-
/* harmony import */ var
|
|
7595
|
-
/* harmony import */ var
|
|
7596
|
-
/* harmony import */ var
|
|
7597
|
-
/* harmony import */ var
|
|
7598
|
-
/* harmony import */ var
|
|
7599
|
-
/* harmony import */ var
|
|
7584
|
+
/* harmony import */ var _webgl_typhoontrac__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(7299);
|
|
7585
|
+
/* harmony import */ var _webgl_sightlineanalysis__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(9710);
|
|
7586
|
+
/* harmony import */ var _webgl_viewshedanalysis__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(4196);
|
|
7587
|
+
/* harmony import */ var _webgl_shadowanalysis__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(5044);
|
|
7588
|
+
/* harmony import */ var _webgl_modelprofileanalysis__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(4389);
|
|
7589
|
+
/* harmony import */ var _webgl_skylineanalysis__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(1703);
|
|
7590
|
+
/* harmony import */ var _webgl_terrainoperation__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(2635);
|
|
7591
|
+
/* harmony import */ var _webgl_excavatefillanalysis__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(3848);
|
|
7592
|
+
/* harmony import */ var _webgl_floodanalysis__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(9270);
|
|
7593
|
+
/* harmony import */ var _webgl_slopeanalysis__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(4142);
|
|
7594
|
+
/* harmony import */ var _webgl_aspectanalysis__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(5710);
|
|
7595
|
+
/* harmony import */ var _webgl_slopeaspectanalysis__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(4124);
|
|
7596
|
+
/* harmony import */ var _webgl_isolineanalysis__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(1172);
|
|
7597
|
+
/* harmony import */ var _webgl_boxclip__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(4154);
|
|
7598
|
+
/* harmony import */ var _webgl_planeclip__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(89);
|
|
7599
|
+
/* harmony import */ var _webgl_adddata__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(6398);
|
|
7600
|
+
/* harmony import */ var _webgl_particleeffect__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(8179);
|
|
7601
|
+
/* harmony import */ var _webgl_weathereffect__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(9590);
|
|
7602
|
+
/* harmony import */ var _webgl_comparemap__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(8428);
|
|
7603
|
+
/* harmony import */ var _webgl_screenshot__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(6710);
|
|
7604
|
+
/* harmony import */ var _webgl_hawkeye__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(1989);
|
|
7605
|
+
/* harmony import */ var _webgl_roller__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(6073);
|
|
7606
|
+
/* harmony import */ var _webgl_underground__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(2901);
|
|
7607
|
+
/* harmony import */ var _webgl_statusbar__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(2740);
|
|
7608
|
+
/* harmony import */ var _webgl_videoproject__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(1278);
|
|
7609
|
+
/* harmony import */ var _webgl_videofusion__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(9343);
|
|
7610
|
+
/* harmony import */ var _webgl_sceneset__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(7633);
|
|
7611
|
+
/* harmony import */ var _webgl_light__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(5819);
|
|
7612
|
+
/* harmony import */ var _webgl_geologicalbodyanalysis__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(3295);
|
|
7613
|
+
/* harmony import */ var _webgl_sceneapp__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(5866);
|
|
7600
7614
|
/*
|
|
7601
7615
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
7602
7616
|
* All rights reserved.
|
|
@@ -7673,6 +7687,10 @@ Compass.install = (Vue, opts) => {
|
|
|
7673
7687
|
|
|
7674
7688
|
|
|
7675
7689
|
|
|
7690
|
+
// 台风轨迹
|
|
7691
|
+
|
|
7692
|
+
|
|
7693
|
+
|
|
7676
7694
|
|
|
7677
7695
|
|
|
7678
7696
|
|
|
@@ -7738,49 +7756,50 @@ const webglComponents = {
|
|
|
7738
7756
|
Kq3dModelSelect: _webgl_modelselect__WEBPACK_IMPORTED_MODULE_10__["default"],
|
|
7739
7757
|
Kq3dModelFilter: _webgl_modelfilter__WEBPACK_IMPORTED_MODULE_11__["default"],
|
|
7740
7758
|
Kq3dWireframeSketch: _webgl_wireframesketch__WEBPACK_IMPORTED_MODULE_12__["default"],
|
|
7741
|
-
Kq3dSightlineAnalysis:
|
|
7742
|
-
Kq3dViewshedAnalysis:
|
|
7743
|
-
Kq3dShadowAnalysis:
|
|
7744
|
-
Kq3dModelProfileAnalysis:
|
|
7745
|
-
Kq3dSkylineAnalysis:
|
|
7746
|
-
Kq3dTerrainOperation:
|
|
7759
|
+
Kq3dSightlineAnalysis: _webgl_sightlineanalysis__WEBPACK_IMPORTED_MODULE_22__["default"],
|
|
7760
|
+
Kq3dViewshedAnalysis: _webgl_viewshedanalysis__WEBPACK_IMPORTED_MODULE_23__["default"],
|
|
7761
|
+
Kq3dShadowAnalysis: _webgl_shadowanalysis__WEBPACK_IMPORTED_MODULE_24__["default"],
|
|
7762
|
+
Kq3dModelProfileAnalysis: _webgl_modelprofileanalysis__WEBPACK_IMPORTED_MODULE_25__["default"],
|
|
7763
|
+
Kq3dSkylineAnalysis: _webgl_skylineanalysis__WEBPACK_IMPORTED_MODULE_26__["default"],
|
|
7764
|
+
Kq3dTerrainOperation: _webgl_terrainoperation__WEBPACK_IMPORTED_MODULE_27__["default"],
|
|
7747
7765
|
Kq3dBaseterrainGallery: _webgl_baseterraingallery__WEBPACK_IMPORTED_MODULE_6__["default"],
|
|
7748
|
-
Kq3dExcavateFillAnalysis:
|
|
7749
|
-
Kq3dFloodAnalysis:
|
|
7750
|
-
Kq3dSlopeAnalysis:
|
|
7751
|
-
Kq3dAspectAnalysis:
|
|
7752
|
-
Kq3dIsolineAnalysis:
|
|
7753
|
-
Kq3dBoxClip:
|
|
7754
|
-
Kq3dPlaneClip:
|
|
7755
|
-
Kq3dAddData:
|
|
7756
|
-
Kq3dParticleEffect:
|
|
7757
|
-
Kq3dWeatherEffect:
|
|
7758
|
-
Kq3dCompareMap:
|
|
7759
|
-
Kq3dHawkeye:
|
|
7760
|
-
Kq3dRoller:
|
|
7761
|
-
Kq3dScreenShot:
|
|
7766
|
+
Kq3dExcavateFillAnalysis: _webgl_excavatefillanalysis__WEBPACK_IMPORTED_MODULE_28__["default"],
|
|
7767
|
+
Kq3dFloodAnalysis: _webgl_floodanalysis__WEBPACK_IMPORTED_MODULE_29__["default"],
|
|
7768
|
+
Kq3dSlopeAnalysis: _webgl_slopeanalysis__WEBPACK_IMPORTED_MODULE_30__["default"],
|
|
7769
|
+
Kq3dAspectAnalysis: _webgl_aspectanalysis__WEBPACK_IMPORTED_MODULE_31__["default"],
|
|
7770
|
+
Kq3dIsolineAnalysis: _webgl_isolineanalysis__WEBPACK_IMPORTED_MODULE_33__["default"],
|
|
7771
|
+
Kq3dBoxClip: _webgl_boxclip__WEBPACK_IMPORTED_MODULE_34__["default"],
|
|
7772
|
+
Kq3dPlaneClip: _webgl_planeclip__WEBPACK_IMPORTED_MODULE_35__["default"],
|
|
7773
|
+
Kq3dAddData: _webgl_adddata__WEBPACK_IMPORTED_MODULE_36__["default"],
|
|
7774
|
+
Kq3dParticleEffect: _webgl_particleeffect__WEBPACK_IMPORTED_MODULE_37__["default"],
|
|
7775
|
+
Kq3dWeatherEffect: _webgl_weathereffect__WEBPACK_IMPORTED_MODULE_38__["default"],
|
|
7776
|
+
Kq3dCompareMap: _webgl_comparemap__WEBPACK_IMPORTED_MODULE_39__["default"],
|
|
7777
|
+
Kq3dHawkeye: _webgl_hawkeye__WEBPACK_IMPORTED_MODULE_41__["default"],
|
|
7778
|
+
Kq3dRoller: _webgl_roller__WEBPACK_IMPORTED_MODULE_42__["default"],
|
|
7779
|
+
Kq3dScreenShot: _webgl_screenshot__WEBPACK_IMPORTED_MODULE_40__["default"],
|
|
7762
7780
|
Kq3dFixedZoomout: _webgl_fixedzoomout__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
7763
7781
|
Kq3dFixedZoomin: _webgl_fixedzoomin__WEBPACK_IMPORTED_MODULE_2__["default"],
|
|
7764
7782
|
Kq3dResetView: _webgl_resetview__WEBPACK_IMPORTED_MODULE_3__["default"],
|
|
7765
7783
|
Kq3dCompass: _webgl_compass__WEBPACK_IMPORTED_MODULE_4__["default"],
|
|
7766
|
-
Kq3dUnderground:
|
|
7767
|
-
Kq3dStatusBar:
|
|
7784
|
+
Kq3dUnderground: _webgl_underground__WEBPACK_IMPORTED_MODULE_43__["default"],
|
|
7785
|
+
Kq3dStatusBar: _webgl_statusbar__WEBPACK_IMPORTED_MODULE_44__["default"],
|
|
7768
7786
|
Kq3dClientPrint: _webgl_clientPrint__WEBPACK_IMPORTED_MODULE_5__["default"],
|
|
7769
|
-
Kq3dVideoProject:
|
|
7770
|
-
Kq3dVideoFusion:
|
|
7771
|
-
Kq3dSceneSet:
|
|
7772
|
-
Kq3dLight:
|
|
7773
|
-
Kq3dGeologicalBodyAnalysis:
|
|
7787
|
+
Kq3dVideoProject: _webgl_videoproject__WEBPACK_IMPORTED_MODULE_45__["default"],
|
|
7788
|
+
Kq3dVideoFusion: _webgl_videofusion__WEBPACK_IMPORTED_MODULE_46__["default"],
|
|
7789
|
+
Kq3dSceneSet: _webgl_sceneset__WEBPACK_IMPORTED_MODULE_47__["default"],
|
|
7790
|
+
Kq3dLight: _webgl_light__WEBPACK_IMPORTED_MODULE_48__["default"],
|
|
7791
|
+
Kq3dGeologicalBodyAnalysis: _webgl_geologicalbodyanalysis__WEBPACK_IMPORTED_MODULE_49__["default"],
|
|
7774
7792
|
Kq3dLimitHeightAnalysis: _webgl_limitheightanalysis__WEBPACK_IMPORTED_MODULE_13__["default"],
|
|
7775
7793
|
Kq3dTerrainProfileAnalysis: _webgl_terrainprofileanalysis__WEBPACK_IMPORTED_MODULE_14__["default"],
|
|
7776
7794
|
Kq3dScanEffect: _webgl_scaneffect__WEBPACK_IMPORTED_MODULE_17__["default"],
|
|
7777
7795
|
Kq3dModelExcavate: _webgl_modelexcavate__WEBPACK_IMPORTED_MODULE_19__["default"],
|
|
7778
7796
|
Kq3dModelFlat: _webgl_modelFlat__WEBPACK_IMPORTED_MODULE_20__["default"],
|
|
7779
|
-
Kq3dSlopeAspectAnalysis:
|
|
7797
|
+
Kq3dSlopeAspectAnalysis: _webgl_slopeaspectanalysis__WEBPACK_IMPORTED_MODULE_32__["default"],
|
|
7780
7798
|
Kq3dSceneToHDImage: _webgl_scenetohdimage__WEBPACK_IMPORTED_MODULE_15__["default"],
|
|
7781
7799
|
Kq3dHeatmap: _webgl_heatmap3d__WEBPACK_IMPORTED_MODULE_18__["default"],
|
|
7782
|
-
KqSceneApp:
|
|
7783
|
-
Kq3dSceneAdvancedToImage: _webgl_sceneadvancedtoimage__WEBPACK_IMPORTED_MODULE_16__["default"]
|
|
7800
|
+
KqSceneApp: _webgl_sceneapp__WEBPACK_IMPORTED_MODULE_50__["default"],
|
|
7801
|
+
Kq3dSceneAdvancedToImage: _webgl_sceneadvancedtoimage__WEBPACK_IMPORTED_MODULE_16__["default"],
|
|
7802
|
+
Kq3dTyphoonTrac: _webgl_typhoontrac__WEBPACK_IMPORTED_MODULE_21__["default"]
|
|
7784
7803
|
};
|
|
7785
7804
|
|
|
7786
7805
|
// 全局引入
|
|
@@ -8059,6 +8078,7 @@ const __default__ = {
|
|
|
8059
8078
|
messages
|
|
8060
8079
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
8061
8080
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
8081
|
+
headerTempTitle.value = language.value.excavateFillAnalysis;
|
|
8062
8082
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
8063
8083
|
language.value = messages.value[newVal]["webgl"];
|
|
8064
8084
|
headerTempTitle.value = language.value.excavateFillAnalysis;
|
|
@@ -9042,6 +9062,7 @@ const __default__ = {
|
|
|
9042
9062
|
messages
|
|
9043
9063
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
9044
9064
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
9065
|
+
headerTempTitle.value = language.value.flight;
|
|
9045
9066
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
9046
9067
|
language.value = messages.value[newVal]["webgl"];
|
|
9047
9068
|
headerTempTitle.value = language.value.flight;
|
|
@@ -10086,6 +10107,7 @@ const __default__ = {
|
|
|
10086
10107
|
messages
|
|
10087
10108
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
10088
10109
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
10110
|
+
headerTempTitle.value = (formItem.floodMode == 0 ? language.value.floodTerrain : language.value.floodModel) + language.value.floodAnalysis1;
|
|
10089
10111
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
10090
10112
|
language.value = messages.value[newVal]["webgl"];
|
|
10091
10113
|
headerTempTitle.value = (formItem.floodMode == 0 ? language.value.floodTerrain : language.value.floodModel) + language.value.floodAnalysis1;
|
|
@@ -10790,6 +10812,7 @@ const __default__ = {
|
|
|
10790
10812
|
messages
|
|
10791
10813
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
10792
10814
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
10815
|
+
headerTempTitle.value = language.value.geologyBodyAnalysis;
|
|
10793
10816
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
10794
10817
|
language.value = messages.value[newVal]["webgl"];
|
|
10795
10818
|
headerTempTitle.value = language.value.geologyBodyAnalysis;
|
|
@@ -11543,6 +11566,7 @@ const __default__ = {
|
|
|
11543
11566
|
messages
|
|
11544
11567
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
11545
11568
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
11569
|
+
headerTempTitle.value = language.value.spatialQuery;
|
|
11546
11570
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
11547
11571
|
language.value = messages.value[newVal]["webgl"];
|
|
11548
11572
|
headerTempTitle.value = language.value.spatialQuery;
|
|
@@ -12863,6 +12887,7 @@ const __default__ = {
|
|
|
12863
12887
|
messages
|
|
12864
12888
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
12865
12889
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
12890
|
+
headerTempTitle.value = language.value.heatmapTitle;
|
|
12866
12891
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
12867
12892
|
language.value = messages.value[newVal]["webgl"];
|
|
12868
12893
|
headerTempTitle.value = language.value.heatmapTitle;
|
|
@@ -14233,6 +14258,7 @@ const __default__ = {
|
|
|
14233
14258
|
messages
|
|
14234
14259
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
14235
14260
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
14261
|
+
headerTempTitle.value = language.value.isolineAnalysis;
|
|
14236
14262
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
14237
14263
|
language.value = messages.value[newVal]["webgl"];
|
|
14238
14264
|
headerTempTitle.value = language.value.isolineAnalysis;
|
|
@@ -16136,6 +16162,7 @@ const __default__ = {
|
|
|
16136
16162
|
messages
|
|
16137
16163
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
16138
16164
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
16165
|
+
headerTempTitle.value = language.value.light;
|
|
16139
16166
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
16140
16167
|
language.value = messages.value[newVal]["webgl"];
|
|
16141
16168
|
headerTempTitle.value = language.value.light;
|
|
@@ -16794,6 +16821,7 @@ const __default__ = {
|
|
|
16794
16821
|
messages
|
|
16795
16822
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
16796
16823
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
16824
|
+
headerTempTitle.value = language.value.limitHeightAnalysis;
|
|
16797
16825
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
16798
16826
|
language.value = messages.value[newVal]["webgl"];
|
|
16799
16827
|
headerTempTitle.value = language.value.limitHeightAnalysis;
|
|
@@ -17572,6 +17600,7 @@ const __default__ = {
|
|
|
17572
17600
|
messages
|
|
17573
17601
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
17574
17602
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
17603
|
+
headerTempTitle.value = language.value.modelFlatTitle;
|
|
17575
17604
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
17576
17605
|
language.value = messages.value[newVal]["webgl"];
|
|
17577
17606
|
headerTempTitle.value = language.value.modelFlatTitle;
|
|
@@ -18137,6 +18166,7 @@ const __default__ = {
|
|
|
18137
18166
|
messages
|
|
18138
18167
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
18139
18168
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
18169
|
+
headerTempTitle.value = language.value.modelExcavateTitle;
|
|
18140
18170
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
18141
18171
|
language.value = messages.value[newVal]["webgl"];
|
|
18142
18172
|
headerTempTitle.value = language.value.modelExcavateTitle;
|
|
@@ -18544,6 +18574,7 @@ const __default__ = {
|
|
|
18544
18574
|
messages
|
|
18545
18575
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
18546
18576
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
18577
|
+
headerTempTitle.value = language.value.modelFilterPick;
|
|
18547
18578
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
18548
18579
|
language.value = messages.value[newVal]["webgl"];
|
|
18549
18580
|
headerTempTitle.value = language.value.modelFilterPick;
|
|
@@ -19314,6 +19345,7 @@ const __default__ = {
|
|
|
19314
19345
|
messages
|
|
19315
19346
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
19316
19347
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
19348
|
+
headerTempTitle.value = language.value.modelProfileAnalysis;
|
|
19317
19349
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
19318
19350
|
language.value = messages.value[newVal]["webgl"];
|
|
19319
19351
|
headerTempTitle.value = language.value.modelProfileAnalysis;
|
|
@@ -19918,6 +19950,7 @@ const __default__ = {
|
|
|
19918
19950
|
messages
|
|
19919
19951
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
19920
19952
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
19953
|
+
headerTempTitle.value = language.value.modelPick;
|
|
19921
19954
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
19922
19955
|
language.value = messages.value[newVal]["webgl"];
|
|
19923
19956
|
headerTempTitle.value = language.value.modelPick;
|
|
@@ -20428,6 +20461,7 @@ const __default__ = {
|
|
|
20428
20461
|
messages
|
|
20429
20462
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
20430
20463
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
20464
|
+
headerTempTitle.value = language.value.particleEffect;
|
|
20431
20465
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
20432
20466
|
language.value = messages.value[newVal]["webgl"];
|
|
20433
20467
|
headerTempTitle.value = language.value.particleEffect;
|
|
@@ -21308,6 +21342,7 @@ const __default__ = {
|
|
|
21308
21342
|
messages
|
|
21309
21343
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
21310
21344
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
21345
|
+
headerTempTitle.value = language.value.planeClip;
|
|
21311
21346
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
21312
21347
|
language.value = messages.value[newVal]["webgl"];
|
|
21313
21348
|
headerTempTitle.value = language.value.planeClip;
|
|
@@ -22120,6 +22155,7 @@ const __default__ = {
|
|
|
22120
22155
|
messages
|
|
22121
22156
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
22122
22157
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
22158
|
+
headerTempTitle.value = language.value.roller;
|
|
22123
22159
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
22124
22160
|
language.value = messages.value[newVal]["webgl"];
|
|
22125
22161
|
headerTempTitle.value = language.value.roller;
|
|
@@ -22936,6 +22972,7 @@ const __default__ = {
|
|
|
22936
22972
|
messages
|
|
22937
22973
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
22938
22974
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
22975
|
+
headerTempTitle.value = language.value.scanningTitle;
|
|
22939
22976
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
22940
22977
|
language.value = messages.value[newVal]["webgl"];
|
|
22941
22978
|
headerTempTitle.value = language.value.scanningTitle;
|
|
@@ -23981,6 +24018,7 @@ const __default__ = {
|
|
|
23981
24018
|
messages
|
|
23982
24019
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
23983
24020
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
24021
|
+
headerTempTitle.value = language.value.sceneAdvancedToImageTitle;
|
|
23984
24022
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
23985
24023
|
language.value = messages.value[newVal]["webgl"];
|
|
23986
24024
|
headerTempTitle.value = language.value.sceneAdvancedToImageTitle;
|
|
@@ -26524,7 +26562,7 @@ let getTooBox = ({
|
|
|
26524
26562
|
};
|
|
26525
26563
|
let getToolBoxConfig = () => {
|
|
26526
26564
|
return [{
|
|
26527
|
-
"label": "
|
|
26565
|
+
"label": "三维分析",
|
|
26528
26566
|
"props": [{
|
|
26529
26567
|
"label": "是否打开",
|
|
26530
26568
|
"key": "isOpen",
|
|
@@ -26535,40 +26573,7 @@ let getToolBoxConfig = () => {
|
|
|
26535
26573
|
"value": "true"
|
|
26536
26574
|
}],
|
|
26537
26575
|
"children": [{
|
|
26538
|
-
"label": "
|
|
26539
|
-
"props": [{
|
|
26540
|
-
"label": "是否置灰",
|
|
26541
|
-
"key": "disabled",
|
|
26542
|
-
"value": false
|
|
26543
|
-
}, {
|
|
26544
|
-
"label": "是否显示",
|
|
26545
|
-
"key": "isShow",
|
|
26546
|
-
"value": true
|
|
26547
|
-
}]
|
|
26548
|
-
}, {
|
|
26549
|
-
"label": "绘图",
|
|
26550
|
-
"props": [{
|
|
26551
|
-
"label": "是否置灰",
|
|
26552
|
-
"key": "disabled",
|
|
26553
|
-
"value": false
|
|
26554
|
-
}, {
|
|
26555
|
-
"label": "是否显示",
|
|
26556
|
-
"key": "isShow",
|
|
26557
|
-
"value": true
|
|
26558
|
-
}]
|
|
26559
|
-
}, {
|
|
26560
|
-
"label": "定位",
|
|
26561
|
-
"props": [{
|
|
26562
|
-
"label": "是否置灰",
|
|
26563
|
-
"key": "disabled",
|
|
26564
|
-
"value": false
|
|
26565
|
-
}, {
|
|
26566
|
-
"label": "是否显示",
|
|
26567
|
-
"key": "isShow",
|
|
26568
|
-
"value": true
|
|
26569
|
-
}]
|
|
26570
|
-
}, {
|
|
26571
|
-
"label": "选图",
|
|
26576
|
+
"label": "通视分析",
|
|
26572
26577
|
"props": [{
|
|
26573
26578
|
"label": "是否置灰",
|
|
26574
26579
|
"key": "disabled",
|
|
@@ -26580,7 +26585,7 @@ let getToolBoxConfig = () => {
|
|
|
26580
26585
|
}]
|
|
26581
26586
|
}]
|
|
26582
26587
|
}, {
|
|
26583
|
-
"label": "
|
|
26588
|
+
"label": "地形分析",
|
|
26584
26589
|
"props": [{
|
|
26585
26590
|
"label": "是否打开",
|
|
26586
26591
|
"key": "isOpen",
|
|
@@ -26591,73 +26596,7 @@ let getToolBoxConfig = () => {
|
|
|
26591
26596
|
"value": true
|
|
26592
26597
|
}],
|
|
26593
26598
|
"children": [{
|
|
26594
|
-
"label": "
|
|
26595
|
-
"props": [{
|
|
26596
|
-
"label": "是否置灰",
|
|
26597
|
-
"key": "disabled",
|
|
26598
|
-
"value": false
|
|
26599
|
-
}, {
|
|
26600
|
-
"label": "是否显示",
|
|
26601
|
-
"key": "isShow",
|
|
26602
|
-
"value": true
|
|
26603
|
-
}]
|
|
26604
|
-
}, {
|
|
26605
|
-
"label": "高级叠置分析",
|
|
26606
|
-
"props": [{
|
|
26607
|
-
"label": "是否置灰",
|
|
26608
|
-
"key": "disabled",
|
|
26609
|
-
"value": false
|
|
26610
|
-
}, {
|
|
26611
|
-
"label": "是否显示",
|
|
26612
|
-
"key": "isShow",
|
|
26613
|
-
"value": true
|
|
26614
|
-
}]
|
|
26615
|
-
}, {
|
|
26616
|
-
"label": "缓冲区分析",
|
|
26617
|
-
"props": [{
|
|
26618
|
-
"label": "是否置灰",
|
|
26619
|
-
"key": "disabled",
|
|
26620
|
-
"value": false
|
|
26621
|
-
}, {
|
|
26622
|
-
"label": "是否显示",
|
|
26623
|
-
"key": "isShow",
|
|
26624
|
-
"value": true
|
|
26625
|
-
}]
|
|
26626
|
-
}, {
|
|
26627
|
-
"label": "多重缓冲区分析",
|
|
26628
|
-
"props": [{
|
|
26629
|
-
"label": "是否置灰",
|
|
26630
|
-
"key": "disabled",
|
|
26631
|
-
"value": false
|
|
26632
|
-
}, {
|
|
26633
|
-
"label": "是否显示",
|
|
26634
|
-
"key": "isShow",
|
|
26635
|
-
"value": true
|
|
26636
|
-
}]
|
|
26637
|
-
}, {
|
|
26638
|
-
"label": "非对称缓冲区分析",
|
|
26639
|
-
"props": [{
|
|
26640
|
-
"label": "是否置灰",
|
|
26641
|
-
"key": "disabled",
|
|
26642
|
-
"value": false
|
|
26643
|
-
}, {
|
|
26644
|
-
"label": "是否显示",
|
|
26645
|
-
"key": "isShow",
|
|
26646
|
-
"value": true
|
|
26647
|
-
}]
|
|
26648
|
-
}, {
|
|
26649
|
-
"label": "字段缓冲区分析",
|
|
26650
|
-
"props": [{
|
|
26651
|
-
"label": "是否置灰",
|
|
26652
|
-
"key": "disabled",
|
|
26653
|
-
"value": false
|
|
26654
|
-
}, {
|
|
26655
|
-
"label": "是否显示",
|
|
26656
|
-
"key": "isShow",
|
|
26657
|
-
"value": true
|
|
26658
|
-
}]
|
|
26659
|
-
}, {
|
|
26660
|
-
"label": "空间关系分析",
|
|
26599
|
+
"label": "地形操作",
|
|
26661
26600
|
"props": [{
|
|
26662
26601
|
"label": "是否置灰",
|
|
26663
26602
|
"key": "disabled",
|
|
@@ -26667,42 +26606,9 @@ let getToolBoxConfig = () => {
|
|
|
26667
26606
|
"key": "isShow",
|
|
26668
26607
|
"value": true
|
|
26669
26608
|
}]
|
|
26670
|
-
}, {
|
|
26671
|
-
"label": "数据检查",
|
|
26672
|
-
"props": [{
|
|
26673
|
-
"label": "是否置灰",
|
|
26674
|
-
"key": "disabled",
|
|
26675
|
-
"value": false
|
|
26676
|
-
}, {
|
|
26677
|
-
"label": "是否显示",
|
|
26678
|
-
"key": "isShow",
|
|
26679
|
-
"value": true
|
|
26680
|
-
}]
|
|
26681
|
-
}]
|
|
26682
|
-
}, {
|
|
26683
|
-
"label": "网络分析",
|
|
26684
|
-
"props": [{
|
|
26685
|
-
"label": "是否打开",
|
|
26686
|
-
"key": "isOpen",
|
|
26687
|
-
"value": true
|
|
26688
|
-
}, {
|
|
26689
|
-
"label": "是否显示",
|
|
26690
|
-
"key": "isShow",
|
|
26691
|
-
"value": true
|
|
26692
|
-
}]
|
|
26693
|
-
}, {
|
|
26694
|
-
"label": "几何分析",
|
|
26695
|
-
"props": [{
|
|
26696
|
-
"label": "是否打开",
|
|
26697
|
-
"key": "isOpen",
|
|
26698
|
-
"value": true
|
|
26699
|
-
}, {
|
|
26700
|
-
"label": "是否显示",
|
|
26701
|
-
"key": "isShow",
|
|
26702
|
-
"value": true
|
|
26703
26609
|
}]
|
|
26704
26610
|
}, {
|
|
26705
|
-
"label": "
|
|
26611
|
+
"label": "三维裁剪分析",
|
|
26706
26612
|
"props": [{
|
|
26707
26613
|
"label": "是否打开",
|
|
26708
26614
|
"key": "isOpen",
|
|
@@ -26711,9 +26617,21 @@ let getToolBoxConfig = () => {
|
|
|
26711
26617
|
"label": "是否显示",
|
|
26712
26618
|
"key": "isShow",
|
|
26713
26619
|
"value": true
|
|
26620
|
+
}],
|
|
26621
|
+
"children": [{
|
|
26622
|
+
"label": "BOX裁剪",
|
|
26623
|
+
"props": [{
|
|
26624
|
+
"label": "是否打开",
|
|
26625
|
+
"key": "isOpen",
|
|
26626
|
+
"value": true
|
|
26627
|
+
}, {
|
|
26628
|
+
"label": "是否显示",
|
|
26629
|
+
"key": "isShow",
|
|
26630
|
+
"value": true
|
|
26631
|
+
}]
|
|
26714
26632
|
}]
|
|
26715
26633
|
}, {
|
|
26716
|
-
"label": "
|
|
26634
|
+
"label": "特效",
|
|
26717
26635
|
"props": [{
|
|
26718
26636
|
"label": "是否打开",
|
|
26719
26637
|
"key": "isOpen",
|
|
@@ -26722,9 +26640,21 @@ let getToolBoxConfig = () => {
|
|
|
26722
26640
|
"label": "是否显示",
|
|
26723
26641
|
"key": "isShow",
|
|
26724
26642
|
"value": true
|
|
26643
|
+
}],
|
|
26644
|
+
"children": [{
|
|
26645
|
+
"label": "天气特效",
|
|
26646
|
+
"props": [{
|
|
26647
|
+
"label": "是否打开",
|
|
26648
|
+
"key": "isOpen",
|
|
26649
|
+
"value": true
|
|
26650
|
+
}, {
|
|
26651
|
+
"label": "是否显示",
|
|
26652
|
+
"key": "isShow",
|
|
26653
|
+
"value": true
|
|
26654
|
+
}]
|
|
26725
26655
|
}]
|
|
26726
26656
|
}, {
|
|
26727
|
-
"label": "
|
|
26657
|
+
"label": "可视化",
|
|
26728
26658
|
"props": [{
|
|
26729
26659
|
"label": "是否打开",
|
|
26730
26660
|
"key": "isOpen",
|
|
@@ -26733,6 +26663,18 @@ let getToolBoxConfig = () => {
|
|
|
26733
26663
|
"label": "是否显示",
|
|
26734
26664
|
"key": "isShow",
|
|
26735
26665
|
"value": true
|
|
26666
|
+
}],
|
|
26667
|
+
"children": [{
|
|
26668
|
+
"label": "热力图",
|
|
26669
|
+
"props": [{
|
|
26670
|
+
"label": "是否打开",
|
|
26671
|
+
"key": "isOpen",
|
|
26672
|
+
"value": true
|
|
26673
|
+
}, {
|
|
26674
|
+
"label": "是否显示",
|
|
26675
|
+
"key": "isShow",
|
|
26676
|
+
"value": true
|
|
26677
|
+
}]
|
|
26736
26678
|
}]
|
|
26737
26679
|
}, {
|
|
26738
26680
|
"label": "地图输出",
|
|
@@ -27999,7 +27941,7 @@ SceneApp.install = (Vue, opts) => {
|
|
|
27999
27941
|
|
|
28000
27942
|
/***/ }),
|
|
28001
27943
|
|
|
28002
|
-
/***/
|
|
27944
|
+
/***/ 7633:
|
|
28003
27945
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
28004
27946
|
|
|
28005
27947
|
"use strict";
|
|
@@ -28568,6 +28510,7 @@ const __default__ = {
|
|
|
28568
28510
|
messages
|
|
28569
28511
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
28570
28512
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
28513
|
+
headerTempTitle.value = language.value.sceneSet;
|
|
28571
28514
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
28572
28515
|
language.value = messages.value[newVal]["webgl"];
|
|
28573
28516
|
headerTempTitle.value = language.value.sceneSet;
|
|
@@ -29583,9 +29526,9 @@ const __default__ = {
|
|
|
29583
29526
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
29584
29527
|
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
29585
29528
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
29586
|
-
// 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/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
29587
|
-
var
|
|
29588
|
-
;// 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/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
29529
|
+
// 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/sceneset/SceneSet.vue?vue&type=style&index=0&id=5d1541c8&lang=scss
|
|
29530
|
+
var SceneSetvue_type_style_index_0_id_5d1541c8_lang_scss = __webpack_require__(7272);
|
|
29531
|
+
;// 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/sceneset/SceneSet.vue?vue&type=style&index=0&id=5d1541c8&lang=scss
|
|
29589
29532
|
|
|
29590
29533
|
|
|
29591
29534
|
|
|
@@ -29594,12 +29537,12 @@ var options = {};
|
|
|
29594
29537
|
options.insert = "head";
|
|
29595
29538
|
options.singleton = false;
|
|
29596
29539
|
|
|
29597
|
-
var update = injectStylesIntoStyleTag_default()(
|
|
29540
|
+
var update = injectStylesIntoStyleTag_default()(SceneSetvue_type_style_index_0_id_5d1541c8_lang_scss/* default */.Z, options);
|
|
29598
29541
|
|
|
29599
29542
|
|
|
29600
29543
|
|
|
29601
|
-
/* harmony default export */ var
|
|
29602
|
-
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
29544
|
+
/* harmony default export */ var sceneset_SceneSetvue_type_style_index_0_id_5d1541c8_lang_scss = (SceneSetvue_type_style_index_0_id_5d1541c8_lang_scss/* default.locals */.Z.locals || {});
|
|
29545
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=5d1541c8&lang=scss
|
|
29603
29546
|
|
|
29604
29547
|
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue
|
|
29605
29548
|
|
|
@@ -29869,6 +29812,7 @@ const __default__ = {
|
|
|
29869
29812
|
messages
|
|
29870
29813
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
29871
29814
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
29815
|
+
headerTempTitle.value = language.value.sceneToHDImage;
|
|
29872
29816
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
29873
29817
|
language.value = messages.value[newVal]["webgl"];
|
|
29874
29818
|
headerTempTitle.value = language.value.sceneToHDImage;
|
|
@@ -30580,6 +30524,9 @@ class DrawManager {
|
|
|
30580
30524
|
var unionOptions = {
|
|
30581
30525
|
...this._drawStyle[type]
|
|
30582
30526
|
};
|
|
30527
|
+
if (type === "CatmullRomSpline") unionOptions = {
|
|
30528
|
+
...this._drawStyle["polyline"]
|
|
30529
|
+
};
|
|
30583
30530
|
for (const key in unionOptions) {
|
|
30584
30531
|
if (Object.hasOwnProperty.call(options, key)) {
|
|
30585
30532
|
unionOptions[key] = options[key];
|
|
@@ -32111,7 +32058,8 @@ class LayerManager {
|
|
|
32111
32058
|
entity.polyline = {
|
|
32112
32059
|
positions: entity.polygon.hierarchy._value.positions,
|
|
32113
32060
|
width: geojsonStyle.polygon.outlineWidth,
|
|
32114
|
-
material: geojsonStyle.polygon.outlineColor
|
|
32061
|
+
material: geojsonStyle.polygon.outlineColor,
|
|
32062
|
+
clampToGround: !geojsonStyle.polygon.perPositionHeight
|
|
32115
32063
|
};
|
|
32116
32064
|
}
|
|
32117
32065
|
}, this);
|
|
@@ -32134,7 +32082,8 @@ class LayerManager {
|
|
|
32134
32082
|
entity.polyline = {
|
|
32135
32083
|
positions: entity.polygon.hierarchy._value.positions,
|
|
32136
32084
|
width: geojsonStyle.polygon.outlineWidth,
|
|
32137
|
-
material: geojsonStyle.polygon.outlineColor
|
|
32085
|
+
material: geojsonStyle.polygon.outlineColor,
|
|
32086
|
+
clampToGround: !geojsonStyle.polygon.perPositionHeight
|
|
32138
32087
|
};
|
|
32139
32088
|
}
|
|
32140
32089
|
}, this);
|
|
@@ -32538,7 +32487,7 @@ class LayerManager {
|
|
|
32538
32487
|
// 粒子特效
|
|
32539
32488
|
if (layerArr && layerArr.length > 0) {
|
|
32540
32489
|
let layerObj = Object.assign({}, layerArr[0]);
|
|
32541
|
-
|
|
32490
|
+
layerObj.url = (0,util_.urlAppend)(layerObj.url, "limit=false");
|
|
32542
32491
|
let layerParticle = this.getLayerByGuid(guid + "_particle", "imagerylayer");
|
|
32543
32492
|
let layerWind = this.getLayerByGuid(guid + "_wind", "imagerylayer");
|
|
32544
32493
|
if (params.hasOwnProperty('showVelocity')) {
|
|
@@ -34207,6 +34156,7 @@ const __default__ = {
|
|
|
34207
34156
|
messages
|
|
34208
34157
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
34209
34158
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
34159
|
+
headerTempTitle.value = language.value.screenshot;
|
|
34210
34160
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
34211
34161
|
language.value = messages.value[newVal]["webgl"];
|
|
34212
34162
|
headerTempTitle.value = language.value.screenshot;
|
|
@@ -34860,6 +34810,7 @@ const __default__ = {
|
|
|
34860
34810
|
messages
|
|
34861
34811
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
34862
34812
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
34813
|
+
headerTempTitle.value = language.value.shadowAnalysis;
|
|
34863
34814
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
34864
34815
|
language.value = messages.value[newVal]["webgl"];
|
|
34865
34816
|
headerTempTitle.value = language.value.shadowAnalysis;
|
|
@@ -35805,6 +35756,7 @@ const __default__ = {
|
|
|
35805
35756
|
messages
|
|
35806
35757
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
35807
35758
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
35759
|
+
headerTempTitle.value = language.value.sightlineAnalysis;
|
|
35808
35760
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
35809
35761
|
language.value = messages.value[newVal]["webgl"];
|
|
35810
35762
|
headerTempTitle.value = language.value.sightlineAnalysis;
|
|
@@ -36448,6 +36400,7 @@ const __default__ = {
|
|
|
36448
36400
|
messages
|
|
36449
36401
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
36450
36402
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
36403
|
+
headerTempTitle.value = language.value.skylineAnalysis;
|
|
36451
36404
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
36452
36405
|
language.value = messages.value[newVal]["webgl"];
|
|
36453
36406
|
headerTempTitle.value = language.value.skylineAnalysis;
|
|
@@ -37234,6 +37187,7 @@ const __default__ = {
|
|
|
37234
37187
|
messages
|
|
37235
37188
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
37236
37189
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
37190
|
+
headerTempTitle.value = language.value.slopeAnalysis;
|
|
37237
37191
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
37238
37192
|
language.value = messages.value[newVal]["webgl"];
|
|
37239
37193
|
headerTempTitle.value = language.value.slopeAnalysis;
|
|
@@ -38185,6 +38139,7 @@ const __default__ = {
|
|
|
38185
38139
|
messages
|
|
38186
38140
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
38187
38141
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
38142
|
+
headerTempTitle.value = language.value.slopeAspectAnalysisTitle;
|
|
38188
38143
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
38189
38144
|
language.value = messages.value[newVal]["webgl"];
|
|
38190
38145
|
headerTempTitle.value = language.value.slopeAspectAnalysisTitle;
|
|
@@ -39352,6 +39307,7 @@ const __default__ = {
|
|
|
39352
39307
|
messages
|
|
39353
39308
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
39354
39309
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
39310
|
+
headerTempTitle.value = language.value.terrainOperation;
|
|
39355
39311
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
39356
39312
|
language.value = messages.value[newVal]["webgl"];
|
|
39357
39313
|
headerTempTitle.value = language.value.terrainOperation;
|
|
@@ -39881,6 +39837,7 @@ const __default__ = {
|
|
|
39881
39837
|
messages
|
|
39882
39838
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
39883
39839
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
39840
|
+
headerTempTitle.value = language.value.terrainProfileName;
|
|
39884
39841
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
39885
39842
|
language.value = messages.value[newVal]["webgl"];
|
|
39886
39843
|
headerTempTitle.value = language.value.terrainProfileName;
|
|
@@ -40006,6 +39963,310 @@ TerrainProfileAnalysis.install = (Vue, opts) => {
|
|
|
40006
39963
|
};
|
|
40007
39964
|
|
|
40008
39965
|
|
|
39966
|
+
/***/ }),
|
|
39967
|
+
|
|
39968
|
+
/***/ 7299:
|
|
39969
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
39970
|
+
|
|
39971
|
+
"use strict";
|
|
39972
|
+
|
|
39973
|
+
// EXPORTS
|
|
39974
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
39975
|
+
"default": function() { return /* reexport */ TyphoonTrac; }
|
|
39976
|
+
});
|
|
39977
|
+
|
|
39978
|
+
// UNUSED EXPORTS: TyphoonTracViewModel
|
|
39979
|
+
|
|
39980
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
39981
|
+
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
39982
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
39983
|
+
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
39984
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
39985
|
+
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
39986
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
39987
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
39988
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
39989
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
39990
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
39991
|
+
var defineProperty = __webpack_require__(5301);
|
|
39992
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
39993
|
+
var message = __webpack_require__(1349);
|
|
39994
|
+
;// CONCATENATED MODULE: ./src/webgl/typhoontrac/TyphoonTracViewModel.js
|
|
39995
|
+
|
|
39996
|
+
/*
|
|
39997
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
39998
|
+
* All rights reserved.
|
|
39999
|
+
*/
|
|
40000
|
+
|
|
40001
|
+
class TyphoonTracViewModel {
|
|
40002
|
+
// 三维viewer对象
|
|
40003
|
+
constructor(scenceView, option) {
|
|
40004
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
40005
|
+
this._viewer = scenceView._viewer;
|
|
40006
|
+
}
|
|
40007
|
+
start() {}
|
|
40008
|
+
//清除
|
|
40009
|
+
clear() {}
|
|
40010
|
+
|
|
40011
|
+
//销毁
|
|
40012
|
+
destroy() {}
|
|
40013
|
+
}
|
|
40014
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
40015
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
40016
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
40017
|
+
var util_ = __webpack_require__(3458);
|
|
40018
|
+
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
40019
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
40020
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/typhoontrac/TyphoonTrac.vue?vue&type=script&setup=true&lang=js
|
|
40021
|
+
|
|
40022
|
+
|
|
40023
|
+
|
|
40024
|
+
|
|
40025
|
+
const _hoisted_1 = {
|
|
40026
|
+
class: "kq3d-typhoon-box"
|
|
40027
|
+
};
|
|
40028
|
+
const _hoisted_2 = {
|
|
40029
|
+
class: "kq3d-typhoon-span"
|
|
40030
|
+
};
|
|
40031
|
+
|
|
40032
|
+
|
|
40033
|
+
|
|
40034
|
+
|
|
40035
|
+
|
|
40036
|
+
|
|
40037
|
+
const __default__ = {
|
|
40038
|
+
name: "Kq3dTyphoonTrac"
|
|
40039
|
+
};
|
|
40040
|
+
/* harmony default export */ var TyphoonTracvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
40041
|
+
props: {
|
|
40042
|
+
//指定组件绑定的viewer对象的div的id
|
|
40043
|
+
mapTarget: String,
|
|
40044
|
+
settingParams: {
|
|
40045
|
+
control: "object",
|
|
40046
|
+
description: "设置参数"
|
|
40047
|
+
},
|
|
40048
|
+
// 是否显示阴影效果
|
|
40049
|
+
showShadow: {
|
|
40050
|
+
type: Boolean,
|
|
40051
|
+
default: true
|
|
40052
|
+
},
|
|
40053
|
+
/**
|
|
40054
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
40055
|
+
*/
|
|
40056
|
+
position: [String, Object],
|
|
40057
|
+
// 是否生成HeaderTemp
|
|
40058
|
+
showHeaderTemp: {
|
|
40059
|
+
type: Boolean,
|
|
40060
|
+
default: false
|
|
40061
|
+
},
|
|
40062
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
40063
|
+
isCollapseHeaderTemp: {
|
|
40064
|
+
type: Boolean,
|
|
40065
|
+
default: false
|
|
40066
|
+
},
|
|
40067
|
+
// HeaderTemp标题
|
|
40068
|
+
headerTempTitle: {
|
|
40069
|
+
type: String
|
|
40070
|
+
},
|
|
40071
|
+
// HeaderTemp图标
|
|
40072
|
+
headerTempIcon: {
|
|
40073
|
+
type: [Object, String],
|
|
40074
|
+
default: client_icons_vue_.IconProfileAnalysis
|
|
40075
|
+
},
|
|
40076
|
+
// HeaderTemp Title&Icon的位置
|
|
40077
|
+
isRight: {
|
|
40078
|
+
type: Boolean,
|
|
40079
|
+
default: true
|
|
40080
|
+
}
|
|
40081
|
+
},
|
|
40082
|
+
setup(__props, {
|
|
40083
|
+
expose: __expose
|
|
40084
|
+
}) {
|
|
40085
|
+
const props = __props;
|
|
40086
|
+
const {
|
|
40087
|
+
proxy
|
|
40088
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
40089
|
+
//语言
|
|
40090
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
40091
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
40092
|
+
let viewModel = null;
|
|
40093
|
+
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
40094
|
+
|
|
40095
|
+
// 获取组件传参
|
|
40096
|
+
|
|
40097
|
+
// 组件容器Ref
|
|
40098
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
40099
|
+
|
|
40100
|
+
// 生成组件默认header
|
|
40101
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
40102
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
40103
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
40104
|
+
typhoonTracPath: props.settingParams && props.settingParams.typhoonTracPath || ""
|
|
40105
|
+
});
|
|
40106
|
+
|
|
40107
|
+
// 国际化
|
|
40108
|
+
let {
|
|
40109
|
+
locale,
|
|
40110
|
+
messages
|
|
40111
|
+
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
40112
|
+
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
40113
|
+
headerTempTitle.value = language.value.typhoonTracName;
|
|
40114
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
40115
|
+
language.value = messages.value[newVal]["webgl"];
|
|
40116
|
+
headerTempTitle.value = language.value.typhoonTracName;
|
|
40117
|
+
viewModel && viewModel.changeLanguage(language.value);
|
|
40118
|
+
});
|
|
40119
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
40120
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
40121
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
|
|
40122
|
+
(0,util_.updatePosition)(boxRef.value, formItem);
|
|
40123
|
+
});
|
|
40124
|
+
watchCreateHeaderTemp();
|
|
40125
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
40126
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
40127
|
+
watchCreateHeaderTemp();
|
|
40128
|
+
});
|
|
40129
|
+
});
|
|
40130
|
+
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
40131
|
+
//父组件ScenceView初始化完成后执行
|
|
40132
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
40133
|
+
if (scenceView) {
|
|
40134
|
+
viewModel = new TyphoonTracViewModel(scenceView);
|
|
40135
|
+
viewModel._language = language.value;
|
|
40136
|
+
}
|
|
40137
|
+
});
|
|
40138
|
+
});
|
|
40139
|
+
|
|
40140
|
+
/**
|
|
40141
|
+
* @description 监听header生成
|
|
40142
|
+
*/
|
|
40143
|
+
const watchCreateHeaderTemp = () => {
|
|
40144
|
+
if (props.showHeaderTemp) {
|
|
40145
|
+
// 生成headerTemp
|
|
40146
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
40147
|
+
}
|
|
40148
|
+
};
|
|
40149
|
+
// 开始分析
|
|
40150
|
+
function startAnalysis() {
|
|
40151
|
+
viewModel && viewModel.start();
|
|
40152
|
+
}
|
|
40153
|
+
// 输入地址
|
|
40154
|
+
function selectTyphoonTracPath() {
|
|
40155
|
+
viewModel && viewModel.selectTyphoonTracPath(formItem.typhoonTracPath);
|
|
40156
|
+
}
|
|
40157
|
+
// 选择文件
|
|
40158
|
+
function selectData(file) {
|
|
40159
|
+
let url = URL.createObjectURL(file.raw);
|
|
40160
|
+
formItem.typhoonTracPath = url;
|
|
40161
|
+
viewModel && viewModel.selectTyphoonTracPath(formItem.typhoonTracPath);
|
|
40162
|
+
}
|
|
40163
|
+
// 清除
|
|
40164
|
+
function clear() {
|
|
40165
|
+
viewModel && viewModel.clear();
|
|
40166
|
+
}
|
|
40167
|
+
|
|
40168
|
+
// 销毁
|
|
40169
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
40170
|
+
viewModel && viewModel.destroy();
|
|
40171
|
+
});
|
|
40172
|
+
__expose({
|
|
40173
|
+
startAnalysis,
|
|
40174
|
+
clear
|
|
40175
|
+
});
|
|
40176
|
+
return (_ctx, _cache) => {
|
|
40177
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
40178
|
+
const _component_IconFolder2 = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("IconFolder2");
|
|
40179
|
+
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
40180
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
40181
|
+
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
40182
|
+
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
40183
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
40184
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
40185
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-typhoon", {
|
|
40186
|
+
'kq-box-shadow': __props.showShadow
|
|
40187
|
+
}]),
|
|
40188
|
+
ref_key: "boxRef",
|
|
40189
|
+
ref: boxRef
|
|
40190
|
+
}, [__props.showHeaderTemp ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
|
|
40191
|
+
key: 0,
|
|
40192
|
+
ref_key: "headerTempRef",
|
|
40193
|
+
ref: headerTempRef
|
|
40194
|
+
}, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
40195
|
+
class: "rowClass"
|
|
40196
|
+
}, {
|
|
40197
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40198
|
+
span: 7,
|
|
40199
|
+
class: "colClass"
|
|
40200
|
+
}, {
|
|
40201
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).dataPath), 1 /* TEXT */)]),
|
|
40202
|
+
_: 1 /* STABLE */
|
|
40203
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40204
|
+
span: 17
|
|
40205
|
+
}, {
|
|
40206
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input, {
|
|
40207
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).typhoonTracPath,
|
|
40208
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).typhoonTracPath = $event),
|
|
40209
|
+
onChange: _cache[1] || (_cache[1] = $event => selectTyphoonTracPath()),
|
|
40210
|
+
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoPathPlace
|
|
40211
|
+
}, {
|
|
40212
|
+
append: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_upload, {
|
|
40213
|
+
"on-change": selectData,
|
|
40214
|
+
"auto-upload": false,
|
|
40215
|
+
"show-file-list": false,
|
|
40216
|
+
accept: ".json"
|
|
40217
|
+
}, {
|
|
40218
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, null, {
|
|
40219
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
40220
|
+
size: 16
|
|
40221
|
+
}, {
|
|
40222
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_IconFolder2)]),
|
|
40223
|
+
_: 1 /* STABLE */
|
|
40224
|
+
})]),
|
|
40225
|
+
_: 1 /* STABLE */
|
|
40226
|
+
})]),
|
|
40227
|
+
_: 1 /* STABLE */
|
|
40228
|
+
})]),
|
|
40229
|
+
_: 1 /* STABLE */
|
|
40230
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
40231
|
+
_: 1 /* STABLE */
|
|
40232
|
+
})]),
|
|
40233
|
+
_: 1 /* STABLE */
|
|
40234
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
40235
|
+
gutter: 20,
|
|
40236
|
+
class: "rowClass"
|
|
40237
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
40238
|
+
gutter: 20,
|
|
40239
|
+
class: "rowClass"
|
|
40240
|
+
})])], 2 /* CLASS */);
|
|
40241
|
+
};
|
|
40242
|
+
}
|
|
40243
|
+
}));
|
|
40244
|
+
;// CONCATENATED MODULE: ./src/webgl/typhoontrac/TyphoonTrac.vue?vue&type=script&setup=true&lang=js
|
|
40245
|
+
|
|
40246
|
+
;// CONCATENATED MODULE: ./src/webgl/typhoontrac/TyphoonTrac.vue
|
|
40247
|
+
|
|
40248
|
+
|
|
40249
|
+
|
|
40250
|
+
const __exports__ = TyphoonTracvue_type_script_setup_true_lang_js;
|
|
40251
|
+
|
|
40252
|
+
/* harmony default export */ var TyphoonTrac = (__exports__);
|
|
40253
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
40254
|
+
var init_js_ = __webpack_require__(7997);
|
|
40255
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
40256
|
+
;// CONCATENATED MODULE: ./src/webgl/typhoontrac/index.js
|
|
40257
|
+
/*
|
|
40258
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
40259
|
+
* All rights reserved.
|
|
40260
|
+
*/
|
|
40261
|
+
|
|
40262
|
+
|
|
40263
|
+
|
|
40264
|
+
TyphoonTrac.install = (Vue, opts) => {
|
|
40265
|
+
init_js_default()(Vue, opts);
|
|
40266
|
+
Vue.component(TyphoonTrac.name, TyphoonTrac);
|
|
40267
|
+
};
|
|
40268
|
+
|
|
40269
|
+
|
|
40009
40270
|
/***/ }),
|
|
40010
40271
|
|
|
40011
40272
|
/***/ 7656:
|
|
@@ -40568,6 +40829,7 @@ const __default__ = {
|
|
|
40568
40829
|
messages
|
|
40569
40830
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
40570
40831
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
40832
|
+
headerTempTitle.value = language.value.videoFusion;
|
|
40571
40833
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
40572
40834
|
language.value = messages.value[newVal]["webgl"];
|
|
40573
40835
|
headerTempTitle.value = language.value.videoFusion;
|
|
@@ -41619,6 +41881,7 @@ const __default__ = {
|
|
|
41619
41881
|
messages
|
|
41620
41882
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
41621
41883
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
41884
|
+
headerTempTitle.value = language.value.videoProject;
|
|
41622
41885
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
41623
41886
|
language.value = messages.value[newVal]["webgl"];
|
|
41624
41887
|
headerTempTitle.value = language.value.videoProject;
|
|
@@ -42586,6 +42849,7 @@ const __default__ = {
|
|
|
42586
42849
|
messages
|
|
42587
42850
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
42588
42851
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
42852
|
+
headerTempTitle.value = language.value.viewshedAnalysis;
|
|
42589
42853
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
42590
42854
|
language.value = messages.value[newVal]["webgl"];
|
|
42591
42855
|
headerTempTitle.value = language.value.viewshedAnalysis;
|
|
@@ -43172,6 +43436,7 @@ const __default__ = {
|
|
|
43172
43436
|
messages
|
|
43173
43437
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
43174
43438
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
43439
|
+
headerTempTitle.value = language.value.weatherEffect;
|
|
43175
43440
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
43176
43441
|
language.value = messages.value[newVal]["webgl"];
|
|
43177
43442
|
headerTempTitle.value = language.value.weatherEffect;
|
|
@@ -43785,6 +44050,7 @@ const __default__ = {
|
|
|
43785
44050
|
messages
|
|
43786
44051
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
43787
44052
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
44053
|
+
headerTempTitle.value = language.value.wireFrameSketch;
|
|
43788
44054
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
43789
44055
|
language.value = messages.value[newVal]["webgl"];
|
|
43790
44056
|
headerTempTitle.value = language.value.wireFrameSketch;
|
|
@@ -44037,7 +44303,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".tool-box-wrapper-3d .kq-icon_grid{col
|
|
|
44037
44303
|
|
|
44038
44304
|
/***/ }),
|
|
44039
44305
|
|
|
44040
|
-
/***/
|
|
44306
|
+
/***/ 7272:
|
|
44041
44307
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
44042
44308
|
|
|
44043
44309
|
"use strict";
|