@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/sceneapp/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;
|
|
@@ -7508,40 +7521,40 @@ Compass.install = (Vue, opts) => {
|
|
|
7508
7521
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7509
7522
|
/* harmony export */ "$R": function() { return /* reexport safe */ _webgl_wireframesketch__WEBPACK_IMPORTED_MODULE_12__["default"]; },
|
|
7510
7523
|
/* harmony export */ "Bq": function() { return /* reexport safe */ _webgl_limitheightanalysis__WEBPACK_IMPORTED_MODULE_13__["default"]; },
|
|
7511
|
-
/* harmony export */ "Fd": function() { return /* reexport safe */
|
|
7512
|
-
/* harmony export */ "Hw": function() { return /* reexport safe */
|
|
7513
|
-
/* harmony export */ "JH": function() { return /* reexport safe */
|
|
7524
|
+
/* harmony export */ "Fd": function() { return /* reexport safe */ _webgl_isolineanalysis__WEBPACK_IMPORTED_MODULE_33__["default"]; },
|
|
7525
|
+
/* harmony export */ "Hw": function() { return /* reexport safe */ _webgl_weathereffect__WEBPACK_IMPORTED_MODULE_38__["default"]; },
|
|
7526
|
+
/* harmony export */ "JH": function() { return /* reexport safe */ _webgl_boxclip__WEBPACK_IMPORTED_MODULE_34__["default"]; },
|
|
7514
7527
|
/* harmony export */ "JJ": function() { return /* reexport safe */ _webgl_heatmap3d__WEBPACK_IMPORTED_MODULE_18__["default"]; },
|
|
7515
7528
|
/* harmony export */ "JZ": function() { return /* reexport safe */ _webgl_modelfilter__WEBPACK_IMPORTED_MODULE_11__["default"]; },
|
|
7516
|
-
/* harmony export */ "L9": function() { return /* reexport safe */
|
|
7517
|
-
/* harmony export */ "Nz": function() { return /* reexport safe */
|
|
7518
|
-
/* harmony export */ "Qn": function() { return /* reexport safe */
|
|
7519
|
-
/* harmony export */ "TP": function() { return /* reexport safe */
|
|
7529
|
+
/* harmony export */ "L9": function() { return /* reexport safe */ _webgl_particleeffect__WEBPACK_IMPORTED_MODULE_37__["default"]; },
|
|
7530
|
+
/* harmony export */ "Nz": function() { return /* reexport safe */ _webgl_slopeanalysis__WEBPACK_IMPORTED_MODULE_30__["default"]; },
|
|
7531
|
+
/* harmony export */ "Qn": function() { return /* reexport safe */ _webgl_viewshedanalysis__WEBPACK_IMPORTED_MODULE_23__["default"]; },
|
|
7532
|
+
/* harmony export */ "TP": function() { return /* reexport safe */ _webgl_sceneset__WEBPACK_IMPORTED_MODULE_47__["default"]; },
|
|
7520
7533
|
/* harmony export */ "Tn": function() { return /* reexport safe */ _webgl_gpuspatialquery__WEBPACK_IMPORTED_MODULE_9__["default"]; },
|
|
7521
7534
|
/* harmony export */ "Uu": function() { return /* reexport safe */ _webgl_fixedzoomin__WEBPACK_IMPORTED_MODULE_2__["default"]; },
|
|
7522
|
-
/* harmony export */ "WZ": function() { return /* reexport safe */
|
|
7523
|
-
/* harmony export */ "Wr": function() { return /* reexport safe */
|
|
7524
|
-
/* harmony export */ "Ye": function() { return /* reexport safe */
|
|
7535
|
+
/* harmony export */ "WZ": function() { return /* reexport safe */ _webgl_roller__WEBPACK_IMPORTED_MODULE_42__["default"]; },
|
|
7536
|
+
/* harmony export */ "Wr": function() { return /* reexport safe */ _webgl_skylineanalysis__WEBPACK_IMPORTED_MODULE_26__["default"]; },
|
|
7537
|
+
/* harmony export */ "Ye": function() { return /* reexport safe */ _webgl_geologicalbodyanalysis__WEBPACK_IMPORTED_MODULE_49__["default"]; },
|
|
7525
7538
|
/* harmony export */ "ZI": function() { return /* reexport safe */ _webgl_fixedzoomout__WEBPACK_IMPORTED_MODULE_1__["default"]; },
|
|
7526
|
-
/* harmony export */ "ZX": function() { return /* reexport safe */
|
|
7527
|
-
/* harmony export */ "Zr": function() { return /* reexport safe */
|
|
7528
|
-
/* harmony export */ "_M": function() { return /* reexport safe */
|
|
7529
|
-
/* harmony export */ "aH": function() { return /* reexport safe */
|
|
7539
|
+
/* harmony export */ "ZX": function() { return /* reexport safe */ _webgl_light__WEBPACK_IMPORTED_MODULE_48__["default"]; },
|
|
7540
|
+
/* harmony export */ "Zr": function() { return /* reexport safe */ _webgl_shadowanalysis__WEBPACK_IMPORTED_MODULE_24__["default"]; },
|
|
7541
|
+
/* harmony export */ "_M": function() { return /* reexport safe */ _webgl_floodanalysis__WEBPACK_IMPORTED_MODULE_29__["default"]; },
|
|
7542
|
+
/* harmony export */ "aH": function() { return /* reexport safe */ _webgl_excavatefillanalysis__WEBPACK_IMPORTED_MODULE_28__["default"]; },
|
|
7530
7543
|
/* harmony export */ "aX": function() { return /* reexport safe */ _webgl_terrainprofileanalysis__WEBPACK_IMPORTED_MODULE_14__["default"]; },
|
|
7531
7544
|
/* harmony export */ "dz": function() { return /* reexport safe */ _webgl_compass__WEBPACK_IMPORTED_MODULE_4__["default"]; },
|
|
7532
7545
|
/* harmony export */ "e8": function() { return /* reexport safe */ _webgl_flight__WEBPACK_IMPORTED_MODULE_8__["default"]; },
|
|
7533
7546
|
/* harmony export */ "eY": function() { return /* reexport safe */ _webgl_sceneview__WEBPACK_IMPORTED_MODULE_0__["default"]; },
|
|
7534
|
-
/* harmony export */ "fL": function() { return /* reexport safe */
|
|
7535
|
-
/* harmony export */ "g9": function() { return /* reexport safe */
|
|
7547
|
+
/* harmony export */ "fL": function() { return /* reexport safe */ _webgl_planeclip__WEBPACK_IMPORTED_MODULE_35__["default"]; },
|
|
7548
|
+
/* harmony export */ "g9": function() { return /* reexport safe */ _webgl_statusbar__WEBPACK_IMPORTED_MODULE_44__["default"]; },
|
|
7536
7549
|
/* harmony export */ "hc": function() { return /* reexport safe */ _webgl_modelselect__WEBPACK_IMPORTED_MODULE_10__["default"]; },
|
|
7537
|
-
/* harmony export */ "jZ": function() { return /* reexport safe */
|
|
7538
|
-
/* harmony export */ "kU": function() { return /* reexport safe */
|
|
7550
|
+
/* harmony export */ "jZ": function() { return /* reexport safe */ _webgl_videoproject__WEBPACK_IMPORTED_MODULE_45__["default"]; },
|
|
7551
|
+
/* harmony export */ "kU": function() { return /* reexport safe */ _webgl_videofusion__WEBPACK_IMPORTED_MODULE_46__["default"]; },
|
|
7539
7552
|
/* harmony export */ "lM": function() { return /* reexport safe */ _webgl_resetview__WEBPACK_IMPORTED_MODULE_3__["default"]; },
|
|
7540
|
-
/* harmony export */ "qR": function() { return /* reexport safe */
|
|
7541
|
-
/* harmony export */ "rm": function() { return /* reexport safe */
|
|
7542
|
-
/* harmony export */ "t": function() { return /* reexport safe */
|
|
7553
|
+
/* harmony export */ "qR": function() { return /* reexport safe */ _webgl_terrainoperation__WEBPACK_IMPORTED_MODULE_27__["default"]; },
|
|
7554
|
+
/* harmony export */ "rm": function() { return /* reexport safe */ _webgl_aspectanalysis__WEBPACK_IMPORTED_MODULE_31__["default"]; },
|
|
7555
|
+
/* harmony export */ "t": function() { return /* reexport safe */ _webgl_modelprofileanalysis__WEBPACK_IMPORTED_MODULE_25__["default"]; },
|
|
7543
7556
|
/* harmony export */ "uv": function() { return /* reexport safe */ _webgl_measure__WEBPACK_IMPORTED_MODULE_7__["default"]; },
|
|
7544
|
-
/* harmony export */ "wk": function() { return /* reexport safe */
|
|
7557
|
+
/* harmony export */ "wk": function() { return /* reexport safe */ _webgl_sightlineanalysis__WEBPACK_IMPORTED_MODULE_22__["default"]; },
|
|
7545
7558
|
/* harmony export */ "wt": function() { return /* reexport safe */ _webgl_scaneffect__WEBPACK_IMPORTED_MODULE_17__["default"]; }
|
|
7546
7559
|
/* harmony export */ });
|
|
7547
7560
|
/* unused harmony export webglComponents */
|
|
@@ -7566,35 +7579,36 @@ Compass.install = (Vue, opts) => {
|
|
|
7566
7579
|
/* harmony import */ var _webgl_heatmap3d__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(296);
|
|
7567
7580
|
/* harmony import */ var _webgl_modelexcavate__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(698);
|
|
7568
7581
|
/* harmony import */ var _webgl_modelFlat__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(9187);
|
|
7569
|
-
/* harmony import */ var
|
|
7570
|
-
/* harmony import */ var
|
|
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
|
|
7582
|
+
/* harmony import */ var _webgl_typhoontrac__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(7299);
|
|
7583
|
+
/* harmony import */ var _webgl_sightlineanalysis__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(9710);
|
|
7584
|
+
/* harmony import */ var _webgl_viewshedanalysis__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(4196);
|
|
7585
|
+
/* harmony import */ var _webgl_shadowanalysis__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(5044);
|
|
7586
|
+
/* harmony import */ var _webgl_modelprofileanalysis__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(4389);
|
|
7587
|
+
/* harmony import */ var _webgl_skylineanalysis__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(1703);
|
|
7588
|
+
/* harmony import */ var _webgl_terrainoperation__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(2635);
|
|
7589
|
+
/* harmony import */ var _webgl_excavatefillanalysis__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(3848);
|
|
7590
|
+
/* harmony import */ var _webgl_floodanalysis__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(9270);
|
|
7591
|
+
/* harmony import */ var _webgl_slopeanalysis__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(4142);
|
|
7592
|
+
/* harmony import */ var _webgl_aspectanalysis__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(5710);
|
|
7593
|
+
/* harmony import */ var _webgl_slopeaspectanalysis__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(4124);
|
|
7594
|
+
/* harmony import */ var _webgl_isolineanalysis__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(1172);
|
|
7595
|
+
/* harmony import */ var _webgl_boxclip__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(4154);
|
|
7596
|
+
/* harmony import */ var _webgl_planeclip__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(89);
|
|
7597
|
+
/* harmony import */ var _webgl_adddata__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(6398);
|
|
7598
|
+
/* harmony import */ var _webgl_particleeffect__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(8179);
|
|
7599
|
+
/* harmony import */ var _webgl_weathereffect__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(9590);
|
|
7600
|
+
/* harmony import */ var _webgl_comparemap__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(8428);
|
|
7601
|
+
/* harmony import */ var _webgl_screenshot__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(6710);
|
|
7602
|
+
/* harmony import */ var _webgl_hawkeye__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(1989);
|
|
7603
|
+
/* harmony import */ var _webgl_roller__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(6073);
|
|
7604
|
+
/* harmony import */ var _webgl_underground__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(2901);
|
|
7605
|
+
/* harmony import */ var _webgl_statusbar__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(2740);
|
|
7606
|
+
/* harmony import */ var _webgl_videoproject__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(1278);
|
|
7607
|
+
/* harmony import */ var _webgl_videofusion__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(9343);
|
|
7608
|
+
/* harmony import */ var _webgl_sceneset__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(7633);
|
|
7609
|
+
/* harmony import */ var _webgl_light__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(5819);
|
|
7610
|
+
/* harmony import */ var _webgl_geologicalbodyanalysis__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(3295);
|
|
7611
|
+
/* harmony import */ var _webgl_sceneapp__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(5866);
|
|
7598
7612
|
/*
|
|
7599
7613
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
7600
7614
|
* All rights reserved.
|
|
@@ -7671,6 +7685,10 @@ Compass.install = (Vue, opts) => {
|
|
|
7671
7685
|
|
|
7672
7686
|
|
|
7673
7687
|
|
|
7688
|
+
// 台风轨迹
|
|
7689
|
+
|
|
7690
|
+
|
|
7691
|
+
|
|
7674
7692
|
|
|
7675
7693
|
|
|
7676
7694
|
|
|
@@ -7736,49 +7754,50 @@ const webglComponents = {
|
|
|
7736
7754
|
Kq3dModelSelect: _webgl_modelselect__WEBPACK_IMPORTED_MODULE_10__["default"],
|
|
7737
7755
|
Kq3dModelFilter: _webgl_modelfilter__WEBPACK_IMPORTED_MODULE_11__["default"],
|
|
7738
7756
|
Kq3dWireframeSketch: _webgl_wireframesketch__WEBPACK_IMPORTED_MODULE_12__["default"],
|
|
7739
|
-
Kq3dSightlineAnalysis:
|
|
7740
|
-
Kq3dViewshedAnalysis:
|
|
7741
|
-
Kq3dShadowAnalysis:
|
|
7742
|
-
Kq3dModelProfileAnalysis:
|
|
7743
|
-
Kq3dSkylineAnalysis:
|
|
7744
|
-
Kq3dTerrainOperation:
|
|
7757
|
+
Kq3dSightlineAnalysis: _webgl_sightlineanalysis__WEBPACK_IMPORTED_MODULE_22__["default"],
|
|
7758
|
+
Kq3dViewshedAnalysis: _webgl_viewshedanalysis__WEBPACK_IMPORTED_MODULE_23__["default"],
|
|
7759
|
+
Kq3dShadowAnalysis: _webgl_shadowanalysis__WEBPACK_IMPORTED_MODULE_24__["default"],
|
|
7760
|
+
Kq3dModelProfileAnalysis: _webgl_modelprofileanalysis__WEBPACK_IMPORTED_MODULE_25__["default"],
|
|
7761
|
+
Kq3dSkylineAnalysis: _webgl_skylineanalysis__WEBPACK_IMPORTED_MODULE_26__["default"],
|
|
7762
|
+
Kq3dTerrainOperation: _webgl_terrainoperation__WEBPACK_IMPORTED_MODULE_27__["default"],
|
|
7745
7763
|
Kq3dBaseterrainGallery: _webgl_baseterraingallery__WEBPACK_IMPORTED_MODULE_6__["default"],
|
|
7746
|
-
Kq3dExcavateFillAnalysis:
|
|
7747
|
-
Kq3dFloodAnalysis:
|
|
7748
|
-
Kq3dSlopeAnalysis:
|
|
7749
|
-
Kq3dAspectAnalysis:
|
|
7750
|
-
Kq3dIsolineAnalysis:
|
|
7751
|
-
Kq3dBoxClip:
|
|
7752
|
-
Kq3dPlaneClip:
|
|
7753
|
-
Kq3dAddData:
|
|
7754
|
-
Kq3dParticleEffect:
|
|
7755
|
-
Kq3dWeatherEffect:
|
|
7756
|
-
Kq3dCompareMap:
|
|
7757
|
-
Kq3dHawkeye:
|
|
7758
|
-
Kq3dRoller:
|
|
7759
|
-
Kq3dScreenShot:
|
|
7764
|
+
Kq3dExcavateFillAnalysis: _webgl_excavatefillanalysis__WEBPACK_IMPORTED_MODULE_28__["default"],
|
|
7765
|
+
Kq3dFloodAnalysis: _webgl_floodanalysis__WEBPACK_IMPORTED_MODULE_29__["default"],
|
|
7766
|
+
Kq3dSlopeAnalysis: _webgl_slopeanalysis__WEBPACK_IMPORTED_MODULE_30__["default"],
|
|
7767
|
+
Kq3dAspectAnalysis: _webgl_aspectanalysis__WEBPACK_IMPORTED_MODULE_31__["default"],
|
|
7768
|
+
Kq3dIsolineAnalysis: _webgl_isolineanalysis__WEBPACK_IMPORTED_MODULE_33__["default"],
|
|
7769
|
+
Kq3dBoxClip: _webgl_boxclip__WEBPACK_IMPORTED_MODULE_34__["default"],
|
|
7770
|
+
Kq3dPlaneClip: _webgl_planeclip__WEBPACK_IMPORTED_MODULE_35__["default"],
|
|
7771
|
+
Kq3dAddData: _webgl_adddata__WEBPACK_IMPORTED_MODULE_36__["default"],
|
|
7772
|
+
Kq3dParticleEffect: _webgl_particleeffect__WEBPACK_IMPORTED_MODULE_37__["default"],
|
|
7773
|
+
Kq3dWeatherEffect: _webgl_weathereffect__WEBPACK_IMPORTED_MODULE_38__["default"],
|
|
7774
|
+
Kq3dCompareMap: _webgl_comparemap__WEBPACK_IMPORTED_MODULE_39__["default"],
|
|
7775
|
+
Kq3dHawkeye: _webgl_hawkeye__WEBPACK_IMPORTED_MODULE_41__["default"],
|
|
7776
|
+
Kq3dRoller: _webgl_roller__WEBPACK_IMPORTED_MODULE_42__["default"],
|
|
7777
|
+
Kq3dScreenShot: _webgl_screenshot__WEBPACK_IMPORTED_MODULE_40__["default"],
|
|
7760
7778
|
Kq3dFixedZoomout: _webgl_fixedzoomout__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
7761
7779
|
Kq3dFixedZoomin: _webgl_fixedzoomin__WEBPACK_IMPORTED_MODULE_2__["default"],
|
|
7762
7780
|
Kq3dResetView: _webgl_resetview__WEBPACK_IMPORTED_MODULE_3__["default"],
|
|
7763
7781
|
Kq3dCompass: _webgl_compass__WEBPACK_IMPORTED_MODULE_4__["default"],
|
|
7764
|
-
Kq3dUnderground:
|
|
7765
|
-
Kq3dStatusBar:
|
|
7782
|
+
Kq3dUnderground: _webgl_underground__WEBPACK_IMPORTED_MODULE_43__["default"],
|
|
7783
|
+
Kq3dStatusBar: _webgl_statusbar__WEBPACK_IMPORTED_MODULE_44__["default"],
|
|
7766
7784
|
Kq3dClientPrint: _webgl_clientPrint__WEBPACK_IMPORTED_MODULE_5__["default"],
|
|
7767
|
-
Kq3dVideoProject:
|
|
7768
|
-
Kq3dVideoFusion:
|
|
7769
|
-
Kq3dSceneSet:
|
|
7770
|
-
Kq3dLight:
|
|
7771
|
-
Kq3dGeologicalBodyAnalysis:
|
|
7785
|
+
Kq3dVideoProject: _webgl_videoproject__WEBPACK_IMPORTED_MODULE_45__["default"],
|
|
7786
|
+
Kq3dVideoFusion: _webgl_videofusion__WEBPACK_IMPORTED_MODULE_46__["default"],
|
|
7787
|
+
Kq3dSceneSet: _webgl_sceneset__WEBPACK_IMPORTED_MODULE_47__["default"],
|
|
7788
|
+
Kq3dLight: _webgl_light__WEBPACK_IMPORTED_MODULE_48__["default"],
|
|
7789
|
+
Kq3dGeologicalBodyAnalysis: _webgl_geologicalbodyanalysis__WEBPACK_IMPORTED_MODULE_49__["default"],
|
|
7772
7790
|
Kq3dLimitHeightAnalysis: _webgl_limitheightanalysis__WEBPACK_IMPORTED_MODULE_13__["default"],
|
|
7773
7791
|
Kq3dTerrainProfileAnalysis: _webgl_terrainprofileanalysis__WEBPACK_IMPORTED_MODULE_14__["default"],
|
|
7774
7792
|
Kq3dScanEffect: _webgl_scaneffect__WEBPACK_IMPORTED_MODULE_17__["default"],
|
|
7775
7793
|
Kq3dModelExcavate: _webgl_modelexcavate__WEBPACK_IMPORTED_MODULE_19__["default"],
|
|
7776
7794
|
Kq3dModelFlat: _webgl_modelFlat__WEBPACK_IMPORTED_MODULE_20__["default"],
|
|
7777
|
-
Kq3dSlopeAspectAnalysis:
|
|
7795
|
+
Kq3dSlopeAspectAnalysis: _webgl_slopeaspectanalysis__WEBPACK_IMPORTED_MODULE_32__["default"],
|
|
7778
7796
|
Kq3dSceneToHDImage: _webgl_scenetohdimage__WEBPACK_IMPORTED_MODULE_15__["default"],
|
|
7779
7797
|
Kq3dHeatmap: _webgl_heatmap3d__WEBPACK_IMPORTED_MODULE_18__["default"],
|
|
7780
|
-
KqSceneApp:
|
|
7781
|
-
Kq3dSceneAdvancedToImage: _webgl_sceneadvancedtoimage__WEBPACK_IMPORTED_MODULE_16__["default"]
|
|
7798
|
+
KqSceneApp: _webgl_sceneapp__WEBPACK_IMPORTED_MODULE_50__["default"],
|
|
7799
|
+
Kq3dSceneAdvancedToImage: _webgl_sceneadvancedtoimage__WEBPACK_IMPORTED_MODULE_16__["default"],
|
|
7800
|
+
Kq3dTyphoonTrac: _webgl_typhoontrac__WEBPACK_IMPORTED_MODULE_21__["default"]
|
|
7782
7801
|
};
|
|
7783
7802
|
|
|
7784
7803
|
// 全局引入
|
|
@@ -8057,6 +8076,7 @@ const __default__ = {
|
|
|
8057
8076
|
messages
|
|
8058
8077
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
8059
8078
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
8079
|
+
headerTempTitle.value = language.value.excavateFillAnalysis;
|
|
8060
8080
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
8061
8081
|
language.value = messages.value[newVal]["webgl"];
|
|
8062
8082
|
headerTempTitle.value = language.value.excavateFillAnalysis;
|
|
@@ -9040,6 +9060,7 @@ const __default__ = {
|
|
|
9040
9060
|
messages
|
|
9041
9061
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
9042
9062
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
9063
|
+
headerTempTitle.value = language.value.flight;
|
|
9043
9064
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
9044
9065
|
language.value = messages.value[newVal]["webgl"];
|
|
9045
9066
|
headerTempTitle.value = language.value.flight;
|
|
@@ -10084,6 +10105,7 @@ const __default__ = {
|
|
|
10084
10105
|
messages
|
|
10085
10106
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
10086
10107
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
10108
|
+
headerTempTitle.value = (formItem.floodMode == 0 ? language.value.floodTerrain : language.value.floodModel) + language.value.floodAnalysis1;
|
|
10087
10109
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
10088
10110
|
language.value = messages.value[newVal]["webgl"];
|
|
10089
10111
|
headerTempTitle.value = (formItem.floodMode == 0 ? language.value.floodTerrain : language.value.floodModel) + language.value.floodAnalysis1;
|
|
@@ -10788,6 +10810,7 @@ const __default__ = {
|
|
|
10788
10810
|
messages
|
|
10789
10811
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
10790
10812
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
10813
|
+
headerTempTitle.value = language.value.geologyBodyAnalysis;
|
|
10791
10814
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
10792
10815
|
language.value = messages.value[newVal]["webgl"];
|
|
10793
10816
|
headerTempTitle.value = language.value.geologyBodyAnalysis;
|
|
@@ -11541,6 +11564,7 @@ const __default__ = {
|
|
|
11541
11564
|
messages
|
|
11542
11565
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
11543
11566
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
11567
|
+
headerTempTitle.value = language.value.spatialQuery;
|
|
11544
11568
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
11545
11569
|
language.value = messages.value[newVal]["webgl"];
|
|
11546
11570
|
headerTempTitle.value = language.value.spatialQuery;
|
|
@@ -12861,6 +12885,7 @@ const __default__ = {
|
|
|
12861
12885
|
messages
|
|
12862
12886
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
12863
12887
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
12888
|
+
headerTempTitle.value = language.value.heatmapTitle;
|
|
12864
12889
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
12865
12890
|
language.value = messages.value[newVal]["webgl"];
|
|
12866
12891
|
headerTempTitle.value = language.value.heatmapTitle;
|
|
@@ -14231,6 +14256,7 @@ const __default__ = {
|
|
|
14231
14256
|
messages
|
|
14232
14257
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
14233
14258
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
14259
|
+
headerTempTitle.value = language.value.isolineAnalysis;
|
|
14234
14260
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
14235
14261
|
language.value = messages.value[newVal]["webgl"];
|
|
14236
14262
|
headerTempTitle.value = language.value.isolineAnalysis;
|
|
@@ -16134,6 +16160,7 @@ const __default__ = {
|
|
|
16134
16160
|
messages
|
|
16135
16161
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
16136
16162
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
16163
|
+
headerTempTitle.value = language.value.light;
|
|
16137
16164
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
16138
16165
|
language.value = messages.value[newVal]["webgl"];
|
|
16139
16166
|
headerTempTitle.value = language.value.light;
|
|
@@ -16792,6 +16819,7 @@ const __default__ = {
|
|
|
16792
16819
|
messages
|
|
16793
16820
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
16794
16821
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
16822
|
+
headerTempTitle.value = language.value.limitHeightAnalysis;
|
|
16795
16823
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
16796
16824
|
language.value = messages.value[newVal]["webgl"];
|
|
16797
16825
|
headerTempTitle.value = language.value.limitHeightAnalysis;
|
|
@@ -17570,6 +17598,7 @@ const __default__ = {
|
|
|
17570
17598
|
messages
|
|
17571
17599
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
17572
17600
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
17601
|
+
headerTempTitle.value = language.value.modelFlatTitle;
|
|
17573
17602
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
17574
17603
|
language.value = messages.value[newVal]["webgl"];
|
|
17575
17604
|
headerTempTitle.value = language.value.modelFlatTitle;
|
|
@@ -18135,6 +18164,7 @@ const __default__ = {
|
|
|
18135
18164
|
messages
|
|
18136
18165
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
18137
18166
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
18167
|
+
headerTempTitle.value = language.value.modelExcavateTitle;
|
|
18138
18168
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
18139
18169
|
language.value = messages.value[newVal]["webgl"];
|
|
18140
18170
|
headerTempTitle.value = language.value.modelExcavateTitle;
|
|
@@ -18542,6 +18572,7 @@ const __default__ = {
|
|
|
18542
18572
|
messages
|
|
18543
18573
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
18544
18574
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
18575
|
+
headerTempTitle.value = language.value.modelFilterPick;
|
|
18545
18576
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
18546
18577
|
language.value = messages.value[newVal]["webgl"];
|
|
18547
18578
|
headerTempTitle.value = language.value.modelFilterPick;
|
|
@@ -19312,6 +19343,7 @@ const __default__ = {
|
|
|
19312
19343
|
messages
|
|
19313
19344
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
19314
19345
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
19346
|
+
headerTempTitle.value = language.value.modelProfileAnalysis;
|
|
19315
19347
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
19316
19348
|
language.value = messages.value[newVal]["webgl"];
|
|
19317
19349
|
headerTempTitle.value = language.value.modelProfileAnalysis;
|
|
@@ -19916,6 +19948,7 @@ const __default__ = {
|
|
|
19916
19948
|
messages
|
|
19917
19949
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
19918
19950
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
19951
|
+
headerTempTitle.value = language.value.modelPick;
|
|
19919
19952
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
19920
19953
|
language.value = messages.value[newVal]["webgl"];
|
|
19921
19954
|
headerTempTitle.value = language.value.modelPick;
|
|
@@ -20426,6 +20459,7 @@ const __default__ = {
|
|
|
20426
20459
|
messages
|
|
20427
20460
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
20428
20461
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
20462
|
+
headerTempTitle.value = language.value.particleEffect;
|
|
20429
20463
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
20430
20464
|
language.value = messages.value[newVal]["webgl"];
|
|
20431
20465
|
headerTempTitle.value = language.value.particleEffect;
|
|
@@ -21306,6 +21340,7 @@ const __default__ = {
|
|
|
21306
21340
|
messages
|
|
21307
21341
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
21308
21342
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
21343
|
+
headerTempTitle.value = language.value.planeClip;
|
|
21309
21344
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
21310
21345
|
language.value = messages.value[newVal]["webgl"];
|
|
21311
21346
|
headerTempTitle.value = language.value.planeClip;
|
|
@@ -22118,6 +22153,7 @@ const __default__ = {
|
|
|
22118
22153
|
messages
|
|
22119
22154
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
22120
22155
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
22156
|
+
headerTempTitle.value = language.value.roller;
|
|
22121
22157
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
22122
22158
|
language.value = messages.value[newVal]["webgl"];
|
|
22123
22159
|
headerTempTitle.value = language.value.roller;
|
|
@@ -22934,6 +22970,7 @@ const __default__ = {
|
|
|
22934
22970
|
messages
|
|
22935
22971
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
22936
22972
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
22973
|
+
headerTempTitle.value = language.value.scanningTitle;
|
|
22937
22974
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
22938
22975
|
language.value = messages.value[newVal]["webgl"];
|
|
22939
22976
|
headerTempTitle.value = language.value.scanningTitle;
|
|
@@ -23979,6 +24016,7 @@ const __default__ = {
|
|
|
23979
24016
|
messages
|
|
23980
24017
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
23981
24018
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
24019
|
+
headerTempTitle.value = language.value.sceneAdvancedToImageTitle;
|
|
23982
24020
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
23983
24021
|
language.value = messages.value[newVal]["webgl"];
|
|
23984
24022
|
headerTempTitle.value = language.value.sceneAdvancedToImageTitle;
|
|
@@ -26523,7 +26561,7 @@ let getTooBox = ({
|
|
|
26523
26561
|
};
|
|
26524
26562
|
let getToolBoxConfig = () => {
|
|
26525
26563
|
return [{
|
|
26526
|
-
"label": "
|
|
26564
|
+
"label": "三维分析",
|
|
26527
26565
|
"props": [{
|
|
26528
26566
|
"label": "是否打开",
|
|
26529
26567
|
"key": "isOpen",
|
|
@@ -26534,40 +26572,7 @@ let getToolBoxConfig = () => {
|
|
|
26534
26572
|
"value": "true"
|
|
26535
26573
|
}],
|
|
26536
26574
|
"children": [{
|
|
26537
|
-
"label": "
|
|
26538
|
-
"props": [{
|
|
26539
|
-
"label": "是否置灰",
|
|
26540
|
-
"key": "disabled",
|
|
26541
|
-
"value": false
|
|
26542
|
-
}, {
|
|
26543
|
-
"label": "是否显示",
|
|
26544
|
-
"key": "isShow",
|
|
26545
|
-
"value": true
|
|
26546
|
-
}]
|
|
26547
|
-
}, {
|
|
26548
|
-
"label": "绘图",
|
|
26549
|
-
"props": [{
|
|
26550
|
-
"label": "是否置灰",
|
|
26551
|
-
"key": "disabled",
|
|
26552
|
-
"value": false
|
|
26553
|
-
}, {
|
|
26554
|
-
"label": "是否显示",
|
|
26555
|
-
"key": "isShow",
|
|
26556
|
-
"value": true
|
|
26557
|
-
}]
|
|
26558
|
-
}, {
|
|
26559
|
-
"label": "定位",
|
|
26560
|
-
"props": [{
|
|
26561
|
-
"label": "是否置灰",
|
|
26562
|
-
"key": "disabled",
|
|
26563
|
-
"value": false
|
|
26564
|
-
}, {
|
|
26565
|
-
"label": "是否显示",
|
|
26566
|
-
"key": "isShow",
|
|
26567
|
-
"value": true
|
|
26568
|
-
}]
|
|
26569
|
-
}, {
|
|
26570
|
-
"label": "选图",
|
|
26575
|
+
"label": "通视分析",
|
|
26571
26576
|
"props": [{
|
|
26572
26577
|
"label": "是否置灰",
|
|
26573
26578
|
"key": "disabled",
|
|
@@ -26579,7 +26584,7 @@ let getToolBoxConfig = () => {
|
|
|
26579
26584
|
}]
|
|
26580
26585
|
}]
|
|
26581
26586
|
}, {
|
|
26582
|
-
"label": "
|
|
26587
|
+
"label": "地形分析",
|
|
26583
26588
|
"props": [{
|
|
26584
26589
|
"label": "是否打开",
|
|
26585
26590
|
"key": "isOpen",
|
|
@@ -26590,73 +26595,7 @@ let getToolBoxConfig = () => {
|
|
|
26590
26595
|
"value": true
|
|
26591
26596
|
}],
|
|
26592
26597
|
"children": [{
|
|
26593
|
-
"label": "
|
|
26594
|
-
"props": [{
|
|
26595
|
-
"label": "是否置灰",
|
|
26596
|
-
"key": "disabled",
|
|
26597
|
-
"value": false
|
|
26598
|
-
}, {
|
|
26599
|
-
"label": "是否显示",
|
|
26600
|
-
"key": "isShow",
|
|
26601
|
-
"value": true
|
|
26602
|
-
}]
|
|
26603
|
-
}, {
|
|
26604
|
-
"label": "高级叠置分析",
|
|
26605
|
-
"props": [{
|
|
26606
|
-
"label": "是否置灰",
|
|
26607
|
-
"key": "disabled",
|
|
26608
|
-
"value": false
|
|
26609
|
-
}, {
|
|
26610
|
-
"label": "是否显示",
|
|
26611
|
-
"key": "isShow",
|
|
26612
|
-
"value": true
|
|
26613
|
-
}]
|
|
26614
|
-
}, {
|
|
26615
|
-
"label": "缓冲区分析",
|
|
26616
|
-
"props": [{
|
|
26617
|
-
"label": "是否置灰",
|
|
26618
|
-
"key": "disabled",
|
|
26619
|
-
"value": false
|
|
26620
|
-
}, {
|
|
26621
|
-
"label": "是否显示",
|
|
26622
|
-
"key": "isShow",
|
|
26623
|
-
"value": true
|
|
26624
|
-
}]
|
|
26625
|
-
}, {
|
|
26626
|
-
"label": "多重缓冲区分析",
|
|
26627
|
-
"props": [{
|
|
26628
|
-
"label": "是否置灰",
|
|
26629
|
-
"key": "disabled",
|
|
26630
|
-
"value": false
|
|
26631
|
-
}, {
|
|
26632
|
-
"label": "是否显示",
|
|
26633
|
-
"key": "isShow",
|
|
26634
|
-
"value": true
|
|
26635
|
-
}]
|
|
26636
|
-
}, {
|
|
26637
|
-
"label": "非对称缓冲区分析",
|
|
26638
|
-
"props": [{
|
|
26639
|
-
"label": "是否置灰",
|
|
26640
|
-
"key": "disabled",
|
|
26641
|
-
"value": false
|
|
26642
|
-
}, {
|
|
26643
|
-
"label": "是否显示",
|
|
26644
|
-
"key": "isShow",
|
|
26645
|
-
"value": true
|
|
26646
|
-
}]
|
|
26647
|
-
}, {
|
|
26648
|
-
"label": "字段缓冲区分析",
|
|
26649
|
-
"props": [{
|
|
26650
|
-
"label": "是否置灰",
|
|
26651
|
-
"key": "disabled",
|
|
26652
|
-
"value": false
|
|
26653
|
-
}, {
|
|
26654
|
-
"label": "是否显示",
|
|
26655
|
-
"key": "isShow",
|
|
26656
|
-
"value": true
|
|
26657
|
-
}]
|
|
26658
|
-
}, {
|
|
26659
|
-
"label": "空间关系分析",
|
|
26598
|
+
"label": "地形操作",
|
|
26660
26599
|
"props": [{
|
|
26661
26600
|
"label": "是否置灰",
|
|
26662
26601
|
"key": "disabled",
|
|
@@ -26666,42 +26605,9 @@ let getToolBoxConfig = () => {
|
|
|
26666
26605
|
"key": "isShow",
|
|
26667
26606
|
"value": true
|
|
26668
26607
|
}]
|
|
26669
|
-
}, {
|
|
26670
|
-
"label": "数据检查",
|
|
26671
|
-
"props": [{
|
|
26672
|
-
"label": "是否置灰",
|
|
26673
|
-
"key": "disabled",
|
|
26674
|
-
"value": false
|
|
26675
|
-
}, {
|
|
26676
|
-
"label": "是否显示",
|
|
26677
|
-
"key": "isShow",
|
|
26678
|
-
"value": true
|
|
26679
|
-
}]
|
|
26680
|
-
}]
|
|
26681
|
-
}, {
|
|
26682
|
-
"label": "网络分析",
|
|
26683
|
-
"props": [{
|
|
26684
|
-
"label": "是否打开",
|
|
26685
|
-
"key": "isOpen",
|
|
26686
|
-
"value": true
|
|
26687
|
-
}, {
|
|
26688
|
-
"label": "是否显示",
|
|
26689
|
-
"key": "isShow",
|
|
26690
|
-
"value": true
|
|
26691
|
-
}]
|
|
26692
|
-
}, {
|
|
26693
|
-
"label": "几何分析",
|
|
26694
|
-
"props": [{
|
|
26695
|
-
"label": "是否打开",
|
|
26696
|
-
"key": "isOpen",
|
|
26697
|
-
"value": true
|
|
26698
|
-
}, {
|
|
26699
|
-
"label": "是否显示",
|
|
26700
|
-
"key": "isShow",
|
|
26701
|
-
"value": true
|
|
26702
26608
|
}]
|
|
26703
26609
|
}, {
|
|
26704
|
-
"label": "
|
|
26610
|
+
"label": "三维裁剪分析",
|
|
26705
26611
|
"props": [{
|
|
26706
26612
|
"label": "是否打开",
|
|
26707
26613
|
"key": "isOpen",
|
|
@@ -26710,9 +26616,21 @@ let getToolBoxConfig = () => {
|
|
|
26710
26616
|
"label": "是否显示",
|
|
26711
26617
|
"key": "isShow",
|
|
26712
26618
|
"value": true
|
|
26619
|
+
}],
|
|
26620
|
+
"children": [{
|
|
26621
|
+
"label": "BOX裁剪",
|
|
26622
|
+
"props": [{
|
|
26623
|
+
"label": "是否打开",
|
|
26624
|
+
"key": "isOpen",
|
|
26625
|
+
"value": true
|
|
26626
|
+
}, {
|
|
26627
|
+
"label": "是否显示",
|
|
26628
|
+
"key": "isShow",
|
|
26629
|
+
"value": true
|
|
26630
|
+
}]
|
|
26713
26631
|
}]
|
|
26714
26632
|
}, {
|
|
26715
|
-
"label": "
|
|
26633
|
+
"label": "特效",
|
|
26716
26634
|
"props": [{
|
|
26717
26635
|
"label": "是否打开",
|
|
26718
26636
|
"key": "isOpen",
|
|
@@ -26721,9 +26639,21 @@ let getToolBoxConfig = () => {
|
|
|
26721
26639
|
"label": "是否显示",
|
|
26722
26640
|
"key": "isShow",
|
|
26723
26641
|
"value": true
|
|
26642
|
+
}],
|
|
26643
|
+
"children": [{
|
|
26644
|
+
"label": "天气特效",
|
|
26645
|
+
"props": [{
|
|
26646
|
+
"label": "是否打开",
|
|
26647
|
+
"key": "isOpen",
|
|
26648
|
+
"value": true
|
|
26649
|
+
}, {
|
|
26650
|
+
"label": "是否显示",
|
|
26651
|
+
"key": "isShow",
|
|
26652
|
+
"value": true
|
|
26653
|
+
}]
|
|
26724
26654
|
}]
|
|
26725
26655
|
}, {
|
|
26726
|
-
"label": "
|
|
26656
|
+
"label": "可视化",
|
|
26727
26657
|
"props": [{
|
|
26728
26658
|
"label": "是否打开",
|
|
26729
26659
|
"key": "isOpen",
|
|
@@ -26732,6 +26662,18 @@ let getToolBoxConfig = () => {
|
|
|
26732
26662
|
"label": "是否显示",
|
|
26733
26663
|
"key": "isShow",
|
|
26734
26664
|
"value": true
|
|
26665
|
+
}],
|
|
26666
|
+
"children": [{
|
|
26667
|
+
"label": "热力图",
|
|
26668
|
+
"props": [{
|
|
26669
|
+
"label": "是否打开",
|
|
26670
|
+
"key": "isOpen",
|
|
26671
|
+
"value": true
|
|
26672
|
+
}, {
|
|
26673
|
+
"label": "是否显示",
|
|
26674
|
+
"key": "isShow",
|
|
26675
|
+
"value": true
|
|
26676
|
+
}]
|
|
26735
26677
|
}]
|
|
26736
26678
|
}, {
|
|
26737
26679
|
"label": "地图输出",
|
|
@@ -27998,7 +27940,7 @@ SceneApp.install = (Vue, opts) => {
|
|
|
27998
27940
|
|
|
27999
27941
|
/***/ }),
|
|
28000
27942
|
|
|
28001
|
-
/***/
|
|
27943
|
+
/***/ 7633:
|
|
28002
27944
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
28003
27945
|
|
|
28004
27946
|
"use strict";
|
|
@@ -28567,6 +28509,7 @@ const __default__ = {
|
|
|
28567
28509
|
messages
|
|
28568
28510
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
28569
28511
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
28512
|
+
headerTempTitle.value = language.value.sceneSet;
|
|
28570
28513
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
28571
28514
|
language.value = messages.value[newVal]["webgl"];
|
|
28572
28515
|
headerTempTitle.value = language.value.sceneSet;
|
|
@@ -29582,9 +29525,9 @@ const __default__ = {
|
|
|
29582
29525
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
29583
29526
|
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
29584
29527
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
29585
|
-
// 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=
|
|
29586
|
-
var
|
|
29587
|
-
;// 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=
|
|
29528
|
+
// 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
|
|
29529
|
+
var SceneSetvue_type_style_index_0_id_5d1541c8_lang_scss = __webpack_require__(7272);
|
|
29530
|
+
;// 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
|
|
29588
29531
|
|
|
29589
29532
|
|
|
29590
29533
|
|
|
@@ -29593,12 +29536,12 @@ var options = {};
|
|
|
29593
29536
|
options.insert = "head";
|
|
29594
29537
|
options.singleton = false;
|
|
29595
29538
|
|
|
29596
|
-
var update = injectStylesIntoStyleTag_default()(
|
|
29539
|
+
var update = injectStylesIntoStyleTag_default()(SceneSetvue_type_style_index_0_id_5d1541c8_lang_scss/* default */.Z, options);
|
|
29597
29540
|
|
|
29598
29541
|
|
|
29599
29542
|
|
|
29600
|
-
/* harmony default export */ var
|
|
29601
|
-
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
29543
|
+
/* 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 || {});
|
|
29544
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=5d1541c8&lang=scss
|
|
29602
29545
|
|
|
29603
29546
|
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue
|
|
29604
29547
|
|
|
@@ -29868,6 +29811,7 @@ const __default__ = {
|
|
|
29868
29811
|
messages
|
|
29869
29812
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
29870
29813
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
29814
|
+
headerTempTitle.value = language.value.sceneToHDImage;
|
|
29871
29815
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
29872
29816
|
language.value = messages.value[newVal]["webgl"];
|
|
29873
29817
|
headerTempTitle.value = language.value.sceneToHDImage;
|
|
@@ -30579,6 +30523,9 @@ class DrawManager {
|
|
|
30579
30523
|
var unionOptions = {
|
|
30580
30524
|
...this._drawStyle[type]
|
|
30581
30525
|
};
|
|
30526
|
+
if (type === "CatmullRomSpline") unionOptions = {
|
|
30527
|
+
...this._drawStyle["polyline"]
|
|
30528
|
+
};
|
|
30582
30529
|
for (const key in unionOptions) {
|
|
30583
30530
|
if (Object.hasOwnProperty.call(options, key)) {
|
|
30584
30531
|
unionOptions[key] = options[key];
|
|
@@ -32110,7 +32057,8 @@ class LayerManager {
|
|
|
32110
32057
|
entity.polyline = {
|
|
32111
32058
|
positions: entity.polygon.hierarchy._value.positions,
|
|
32112
32059
|
width: geojsonStyle.polygon.outlineWidth,
|
|
32113
|
-
material: geojsonStyle.polygon.outlineColor
|
|
32060
|
+
material: geojsonStyle.polygon.outlineColor,
|
|
32061
|
+
clampToGround: !geojsonStyle.polygon.perPositionHeight
|
|
32114
32062
|
};
|
|
32115
32063
|
}
|
|
32116
32064
|
}, this);
|
|
@@ -32133,7 +32081,8 @@ class LayerManager {
|
|
|
32133
32081
|
entity.polyline = {
|
|
32134
32082
|
positions: entity.polygon.hierarchy._value.positions,
|
|
32135
32083
|
width: geojsonStyle.polygon.outlineWidth,
|
|
32136
|
-
material: geojsonStyle.polygon.outlineColor
|
|
32084
|
+
material: geojsonStyle.polygon.outlineColor,
|
|
32085
|
+
clampToGround: !geojsonStyle.polygon.perPositionHeight
|
|
32137
32086
|
};
|
|
32138
32087
|
}
|
|
32139
32088
|
}, this);
|
|
@@ -32537,7 +32486,7 @@ class LayerManager {
|
|
|
32537
32486
|
// 粒子特效
|
|
32538
32487
|
if (layerArr && layerArr.length > 0) {
|
|
32539
32488
|
let layerObj = Object.assign({}, layerArr[0]);
|
|
32540
|
-
|
|
32489
|
+
layerObj.url = (0,util_.urlAppend)(layerObj.url, "limit=false");
|
|
32541
32490
|
let layerParticle = this.getLayerByGuid(guid + "_particle", "imagerylayer");
|
|
32542
32491
|
let layerWind = this.getLayerByGuid(guid + "_wind", "imagerylayer");
|
|
32543
32492
|
if (params.hasOwnProperty('showVelocity')) {
|
|
@@ -34206,6 +34155,7 @@ const __default__ = {
|
|
|
34206
34155
|
messages
|
|
34207
34156
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
34208
34157
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
34158
|
+
headerTempTitle.value = language.value.screenshot;
|
|
34209
34159
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
34210
34160
|
language.value = messages.value[newVal]["webgl"];
|
|
34211
34161
|
headerTempTitle.value = language.value.screenshot;
|
|
@@ -34859,6 +34809,7 @@ const __default__ = {
|
|
|
34859
34809
|
messages
|
|
34860
34810
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
34861
34811
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
34812
|
+
headerTempTitle.value = language.value.shadowAnalysis;
|
|
34862
34813
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
34863
34814
|
language.value = messages.value[newVal]["webgl"];
|
|
34864
34815
|
headerTempTitle.value = language.value.shadowAnalysis;
|
|
@@ -35804,6 +35755,7 @@ const __default__ = {
|
|
|
35804
35755
|
messages
|
|
35805
35756
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
35806
35757
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
35758
|
+
headerTempTitle.value = language.value.sightlineAnalysis;
|
|
35807
35759
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
35808
35760
|
language.value = messages.value[newVal]["webgl"];
|
|
35809
35761
|
headerTempTitle.value = language.value.sightlineAnalysis;
|
|
@@ -36447,6 +36399,7 @@ const __default__ = {
|
|
|
36447
36399
|
messages
|
|
36448
36400
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
36449
36401
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
36402
|
+
headerTempTitle.value = language.value.skylineAnalysis;
|
|
36450
36403
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
36451
36404
|
language.value = messages.value[newVal]["webgl"];
|
|
36452
36405
|
headerTempTitle.value = language.value.skylineAnalysis;
|
|
@@ -37233,6 +37186,7 @@ const __default__ = {
|
|
|
37233
37186
|
messages
|
|
37234
37187
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
37235
37188
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
37189
|
+
headerTempTitle.value = language.value.slopeAnalysis;
|
|
37236
37190
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
37237
37191
|
language.value = messages.value[newVal]["webgl"];
|
|
37238
37192
|
headerTempTitle.value = language.value.slopeAnalysis;
|
|
@@ -38184,6 +38138,7 @@ const __default__ = {
|
|
|
38184
38138
|
messages
|
|
38185
38139
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
38186
38140
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
38141
|
+
headerTempTitle.value = language.value.slopeAspectAnalysisTitle;
|
|
38187
38142
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
38188
38143
|
language.value = messages.value[newVal]["webgl"];
|
|
38189
38144
|
headerTempTitle.value = language.value.slopeAspectAnalysisTitle;
|
|
@@ -39351,6 +39306,7 @@ const __default__ = {
|
|
|
39351
39306
|
messages
|
|
39352
39307
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
39353
39308
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
39309
|
+
headerTempTitle.value = language.value.terrainOperation;
|
|
39354
39310
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
39355
39311
|
language.value = messages.value[newVal]["webgl"];
|
|
39356
39312
|
headerTempTitle.value = language.value.terrainOperation;
|
|
@@ -39880,6 +39836,7 @@ const __default__ = {
|
|
|
39880
39836
|
messages
|
|
39881
39837
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
39882
39838
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
39839
|
+
headerTempTitle.value = language.value.terrainProfileName;
|
|
39883
39840
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
39884
39841
|
language.value = messages.value[newVal]["webgl"];
|
|
39885
39842
|
headerTempTitle.value = language.value.terrainProfileName;
|
|
@@ -40005,6 +39962,310 @@ TerrainProfileAnalysis.install = (Vue, opts) => {
|
|
|
40005
39962
|
};
|
|
40006
39963
|
|
|
40007
39964
|
|
|
39965
|
+
/***/ }),
|
|
39966
|
+
|
|
39967
|
+
/***/ 7299:
|
|
39968
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
39969
|
+
|
|
39970
|
+
"use strict";
|
|
39971
|
+
|
|
39972
|
+
// EXPORTS
|
|
39973
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
39974
|
+
"default": function() { return /* reexport */ TyphoonTrac; }
|
|
39975
|
+
});
|
|
39976
|
+
|
|
39977
|
+
// UNUSED EXPORTS: TyphoonTracViewModel
|
|
39978
|
+
|
|
39979
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
39980
|
+
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
39981
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
39982
|
+
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
39983
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
39984
|
+
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
39985
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
39986
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
39987
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
39988
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
39989
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
39990
|
+
var defineProperty = __webpack_require__(5301);
|
|
39991
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
39992
|
+
var message = __webpack_require__(1349);
|
|
39993
|
+
;// CONCATENATED MODULE: ./src/webgl/typhoontrac/TyphoonTracViewModel.js
|
|
39994
|
+
|
|
39995
|
+
/*
|
|
39996
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
39997
|
+
* All rights reserved.
|
|
39998
|
+
*/
|
|
39999
|
+
|
|
40000
|
+
class TyphoonTracViewModel {
|
|
40001
|
+
// 三维viewer对象
|
|
40002
|
+
constructor(scenceView, option) {
|
|
40003
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
40004
|
+
this._viewer = scenceView._viewer;
|
|
40005
|
+
}
|
|
40006
|
+
start() {}
|
|
40007
|
+
//清除
|
|
40008
|
+
clear() {}
|
|
40009
|
+
|
|
40010
|
+
//销毁
|
|
40011
|
+
destroy() {}
|
|
40012
|
+
}
|
|
40013
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
40014
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
40015
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
40016
|
+
var util_ = __webpack_require__(3458);
|
|
40017
|
+
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
40018
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
40019
|
+
;// 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
|
|
40020
|
+
|
|
40021
|
+
|
|
40022
|
+
|
|
40023
|
+
|
|
40024
|
+
const _hoisted_1 = {
|
|
40025
|
+
class: "kq3d-typhoon-box"
|
|
40026
|
+
};
|
|
40027
|
+
const _hoisted_2 = {
|
|
40028
|
+
class: "kq3d-typhoon-span"
|
|
40029
|
+
};
|
|
40030
|
+
|
|
40031
|
+
|
|
40032
|
+
|
|
40033
|
+
|
|
40034
|
+
|
|
40035
|
+
|
|
40036
|
+
const __default__ = {
|
|
40037
|
+
name: "Kq3dTyphoonTrac"
|
|
40038
|
+
};
|
|
40039
|
+
/* harmony default export */ var TyphoonTracvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
40040
|
+
props: {
|
|
40041
|
+
//指定组件绑定的viewer对象的div的id
|
|
40042
|
+
mapTarget: String,
|
|
40043
|
+
settingParams: {
|
|
40044
|
+
control: "object",
|
|
40045
|
+
description: "设置参数"
|
|
40046
|
+
},
|
|
40047
|
+
// 是否显示阴影效果
|
|
40048
|
+
showShadow: {
|
|
40049
|
+
type: Boolean,
|
|
40050
|
+
default: true
|
|
40051
|
+
},
|
|
40052
|
+
/**
|
|
40053
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
40054
|
+
*/
|
|
40055
|
+
position: [String, Object],
|
|
40056
|
+
// 是否生成HeaderTemp
|
|
40057
|
+
showHeaderTemp: {
|
|
40058
|
+
type: Boolean,
|
|
40059
|
+
default: false
|
|
40060
|
+
},
|
|
40061
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
40062
|
+
isCollapseHeaderTemp: {
|
|
40063
|
+
type: Boolean,
|
|
40064
|
+
default: false
|
|
40065
|
+
},
|
|
40066
|
+
// HeaderTemp标题
|
|
40067
|
+
headerTempTitle: {
|
|
40068
|
+
type: String
|
|
40069
|
+
},
|
|
40070
|
+
// HeaderTemp图标
|
|
40071
|
+
headerTempIcon: {
|
|
40072
|
+
type: [Object, String],
|
|
40073
|
+
default: client_icons_vue_.IconProfileAnalysis
|
|
40074
|
+
},
|
|
40075
|
+
// HeaderTemp Title&Icon的位置
|
|
40076
|
+
isRight: {
|
|
40077
|
+
type: Boolean,
|
|
40078
|
+
default: true
|
|
40079
|
+
}
|
|
40080
|
+
},
|
|
40081
|
+
setup(__props, {
|
|
40082
|
+
expose: __expose
|
|
40083
|
+
}) {
|
|
40084
|
+
const props = __props;
|
|
40085
|
+
const {
|
|
40086
|
+
proxy
|
|
40087
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
40088
|
+
//语言
|
|
40089
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
40090
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
40091
|
+
let viewModel = null;
|
|
40092
|
+
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
40093
|
+
|
|
40094
|
+
// 获取组件传参
|
|
40095
|
+
|
|
40096
|
+
// 组件容器Ref
|
|
40097
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
40098
|
+
|
|
40099
|
+
// 生成组件默认header
|
|
40100
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
40101
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
40102
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
40103
|
+
typhoonTracPath: props.settingParams && props.settingParams.typhoonTracPath || ""
|
|
40104
|
+
});
|
|
40105
|
+
|
|
40106
|
+
// 国际化
|
|
40107
|
+
let {
|
|
40108
|
+
locale,
|
|
40109
|
+
messages
|
|
40110
|
+
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
40111
|
+
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
40112
|
+
headerTempTitle.value = language.value.typhoonTracName;
|
|
40113
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
40114
|
+
language.value = messages.value[newVal]["webgl"];
|
|
40115
|
+
headerTempTitle.value = language.value.typhoonTracName;
|
|
40116
|
+
viewModel && viewModel.changeLanguage(language.value);
|
|
40117
|
+
});
|
|
40118
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
40119
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
40120
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
|
|
40121
|
+
(0,util_.updatePosition)(boxRef.value, formItem);
|
|
40122
|
+
});
|
|
40123
|
+
watchCreateHeaderTemp();
|
|
40124
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
40125
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
40126
|
+
watchCreateHeaderTemp();
|
|
40127
|
+
});
|
|
40128
|
+
});
|
|
40129
|
+
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
40130
|
+
//父组件ScenceView初始化完成后执行
|
|
40131
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
40132
|
+
if (scenceView) {
|
|
40133
|
+
viewModel = new TyphoonTracViewModel(scenceView);
|
|
40134
|
+
viewModel._language = language.value;
|
|
40135
|
+
}
|
|
40136
|
+
});
|
|
40137
|
+
});
|
|
40138
|
+
|
|
40139
|
+
/**
|
|
40140
|
+
* @description 监听header生成
|
|
40141
|
+
*/
|
|
40142
|
+
const watchCreateHeaderTemp = () => {
|
|
40143
|
+
if (props.showHeaderTemp) {
|
|
40144
|
+
// 生成headerTemp
|
|
40145
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
40146
|
+
}
|
|
40147
|
+
};
|
|
40148
|
+
// 开始分析
|
|
40149
|
+
function startAnalysis() {
|
|
40150
|
+
viewModel && viewModel.start();
|
|
40151
|
+
}
|
|
40152
|
+
// 输入地址
|
|
40153
|
+
function selectTyphoonTracPath() {
|
|
40154
|
+
viewModel && viewModel.selectTyphoonTracPath(formItem.typhoonTracPath);
|
|
40155
|
+
}
|
|
40156
|
+
// 选择文件
|
|
40157
|
+
function selectData(file) {
|
|
40158
|
+
let url = URL.createObjectURL(file.raw);
|
|
40159
|
+
formItem.typhoonTracPath = url;
|
|
40160
|
+
viewModel && viewModel.selectTyphoonTracPath(formItem.typhoonTracPath);
|
|
40161
|
+
}
|
|
40162
|
+
// 清除
|
|
40163
|
+
function clear() {
|
|
40164
|
+
viewModel && viewModel.clear();
|
|
40165
|
+
}
|
|
40166
|
+
|
|
40167
|
+
// 销毁
|
|
40168
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
40169
|
+
viewModel && viewModel.destroy();
|
|
40170
|
+
});
|
|
40171
|
+
__expose({
|
|
40172
|
+
startAnalysis,
|
|
40173
|
+
clear
|
|
40174
|
+
});
|
|
40175
|
+
return (_ctx, _cache) => {
|
|
40176
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
40177
|
+
const _component_IconFolder2 = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("IconFolder2");
|
|
40178
|
+
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
40179
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
40180
|
+
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
40181
|
+
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
40182
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
40183
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
40184
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-typhoon", {
|
|
40185
|
+
'kq-box-shadow': __props.showShadow
|
|
40186
|
+
}]),
|
|
40187
|
+
ref_key: "boxRef",
|
|
40188
|
+
ref: boxRef
|
|
40189
|
+
}, [__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)), {
|
|
40190
|
+
key: 0,
|
|
40191
|
+
ref_key: "headerTempRef",
|
|
40192
|
+
ref: headerTempRef
|
|
40193
|
+
}, 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, {
|
|
40194
|
+
class: "rowClass"
|
|
40195
|
+
}, {
|
|
40196
|
+
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, {
|
|
40197
|
+
span: 7,
|
|
40198
|
+
class: "colClass"
|
|
40199
|
+
}, {
|
|
40200
|
+
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 */)]),
|
|
40201
|
+
_: 1 /* STABLE */
|
|
40202
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40203
|
+
span: 17
|
|
40204
|
+
}, {
|
|
40205
|
+
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, {
|
|
40206
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).typhoonTracPath,
|
|
40207
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).typhoonTracPath = $event),
|
|
40208
|
+
onChange: _cache[1] || (_cache[1] = $event => selectTyphoonTracPath()),
|
|
40209
|
+
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoPathPlace
|
|
40210
|
+
}, {
|
|
40211
|
+
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, {
|
|
40212
|
+
"on-change": selectData,
|
|
40213
|
+
"auto-upload": false,
|
|
40214
|
+
"show-file-list": false,
|
|
40215
|
+
accept: ".json"
|
|
40216
|
+
}, {
|
|
40217
|
+
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, {
|
|
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_icon, {
|
|
40219
|
+
size: 16
|
|
40220
|
+
}, {
|
|
40221
|
+
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)]),
|
|
40222
|
+
_: 1 /* STABLE */
|
|
40223
|
+
})]),
|
|
40224
|
+
_: 1 /* STABLE */
|
|
40225
|
+
})]),
|
|
40226
|
+
_: 1 /* STABLE */
|
|
40227
|
+
})]),
|
|
40228
|
+
_: 1 /* STABLE */
|
|
40229
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
40230
|
+
_: 1 /* STABLE */
|
|
40231
|
+
})]),
|
|
40232
|
+
_: 1 /* STABLE */
|
|
40233
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
40234
|
+
gutter: 20,
|
|
40235
|
+
class: "rowClass"
|
|
40236
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
40237
|
+
gutter: 20,
|
|
40238
|
+
class: "rowClass"
|
|
40239
|
+
})])], 2 /* CLASS */);
|
|
40240
|
+
};
|
|
40241
|
+
}
|
|
40242
|
+
}));
|
|
40243
|
+
;// CONCATENATED MODULE: ./src/webgl/typhoontrac/TyphoonTrac.vue?vue&type=script&setup=true&lang=js
|
|
40244
|
+
|
|
40245
|
+
;// CONCATENATED MODULE: ./src/webgl/typhoontrac/TyphoonTrac.vue
|
|
40246
|
+
|
|
40247
|
+
|
|
40248
|
+
|
|
40249
|
+
const __exports__ = TyphoonTracvue_type_script_setup_true_lang_js;
|
|
40250
|
+
|
|
40251
|
+
/* harmony default export */ var TyphoonTrac = (__exports__);
|
|
40252
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
40253
|
+
var init_js_ = __webpack_require__(7997);
|
|
40254
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
40255
|
+
;// CONCATENATED MODULE: ./src/webgl/typhoontrac/index.js
|
|
40256
|
+
/*
|
|
40257
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
40258
|
+
* All rights reserved.
|
|
40259
|
+
*/
|
|
40260
|
+
|
|
40261
|
+
|
|
40262
|
+
|
|
40263
|
+
TyphoonTrac.install = (Vue, opts) => {
|
|
40264
|
+
init_js_default()(Vue, opts);
|
|
40265
|
+
Vue.component(TyphoonTrac.name, TyphoonTrac);
|
|
40266
|
+
};
|
|
40267
|
+
|
|
40268
|
+
|
|
40008
40269
|
/***/ }),
|
|
40009
40270
|
|
|
40010
40271
|
/***/ 7656:
|
|
@@ -40567,6 +40828,7 @@ const __default__ = {
|
|
|
40567
40828
|
messages
|
|
40568
40829
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
40569
40830
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
40831
|
+
headerTempTitle.value = language.value.videoFusion;
|
|
40570
40832
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
40571
40833
|
language.value = messages.value[newVal]["webgl"];
|
|
40572
40834
|
headerTempTitle.value = language.value.videoFusion;
|
|
@@ -41618,6 +41880,7 @@ const __default__ = {
|
|
|
41618
41880
|
messages
|
|
41619
41881
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
41620
41882
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
41883
|
+
headerTempTitle.value = language.value.videoProject;
|
|
41621
41884
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
41622
41885
|
language.value = messages.value[newVal]["webgl"];
|
|
41623
41886
|
headerTempTitle.value = language.value.videoProject;
|
|
@@ -42585,6 +42848,7 @@ const __default__ = {
|
|
|
42585
42848
|
messages
|
|
42586
42849
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
42587
42850
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
42851
|
+
headerTempTitle.value = language.value.viewshedAnalysis;
|
|
42588
42852
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
42589
42853
|
language.value = messages.value[newVal]["webgl"];
|
|
42590
42854
|
headerTempTitle.value = language.value.viewshedAnalysis;
|
|
@@ -43171,6 +43435,7 @@ const __default__ = {
|
|
|
43171
43435
|
messages
|
|
43172
43436
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
43173
43437
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
43438
|
+
headerTempTitle.value = language.value.weatherEffect;
|
|
43174
43439
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
43175
43440
|
language.value = messages.value[newVal]["webgl"];
|
|
43176
43441
|
headerTempTitle.value = language.value.weatherEffect;
|
|
@@ -43784,6 +44049,7 @@ const __default__ = {
|
|
|
43784
44049
|
messages
|
|
43785
44050
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
43786
44051
|
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
44052
|
+
headerTempTitle.value = language.value.wireFrameSketch;
|
|
43787
44053
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
43788
44054
|
language.value = messages.value[newVal]["webgl"];
|
|
43789
44055
|
headerTempTitle.value = language.value.wireFrameSketch;
|
|
@@ -44036,7 +44302,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".tool-box-wrapper-3d .kq-icon_grid{col
|
|
|
44036
44302
|
|
|
44037
44303
|
/***/ }),
|
|
44038
44304
|
|
|
44039
|
-
/***/
|
|
44305
|
+
/***/ 7272:
|
|
44040
44306
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
44041
44307
|
|
|
44042
44308
|
"use strict";
|