public/WebSDK/09c6a7e8f2872c38a962.js
ÎļþÒÑɾ³ý public/WebSDK/21cc67dcd2b52b5569cb.js
ÎļþÒÑɾ³ý public/WebSDK/91095f10e573a3f6b29e.js
ÎļþÒÑɾ³ý public/WebSDK/98a5f28a6b0f13b7e73c.js
ÎļþÒÑɾ³ý public/WebSDK/Assets/Textures/SkyBox/skyBox_mx.jpgpublic/WebSDK/Assets/Textures/SkyBox/skyBox_my.jpgpublic/WebSDK/Assets/Textures/SkyBox/skyBox_mz.jpgpublic/WebSDK/Assets/Textures/SkyBox/skyBox_px.jpgpublic/WebSDK/Assets/Textures/SkyBox/skyBox_py.jpgpublic/WebSDK/Assets/Textures/SkyBox/skyBox_pz.jpgpublic/WebSDK/Bim.js
ÎļþÒÑɾ³ý public/WebSDK/CIMSDK.zipBinary files differ
public/WebSDK/CimSDK.min.css
ÎļþÒÑɾ³ý public/WebSDK/CimSDK.min.js
ÎļþÒÑɾ³ý public/WebSDK/WebSDK.min.js
ÎļþÌ«´ó public/WebSDK/Workers/field/rendermapWorker.js
@@ -53,7 +53,7 @@ var colorBar = colorInfo; var valMax = byteArray[byteArray.length - 1]; var valMin = byteArray[byteArray.length - 2]; debugger if (colorEqually) { var delta = valMax - valMin; delta = delta / (colorBar.length - 1); public/WebSDK/al.envBinary files differ
public/WebSDK/e729f7783ec6880779d5.js
ÎļþÒÑɾ³ý public/WebSDK/e7aa3d02f397373f8487.js
ÎļþÒÑɾ³ý public/WebSDK/ec97b17ffae10fe9d322.js
ÎļþÒÑɾ³ý public/WebSDK/f7cff7ff1629a935e0f7.js
ÎļþÒÑɾ³ý public/WebSDK/index.cjs
ÎļþÌ«´ó public/WebSDK/index.js
ÎļþÌ«´ó src/assets/js/Map/index.js
@@ -49,6 +49,17 @@ sgworld.Navigate.Stop(); //åæ¶é£è¡ç¶æ sgworld.Navigate.setPosition(-1093596.38, 5729026.12, 4136590.41); }, showlonlatLine() { window.graticules = new SmartEarth.Cesium.Graticules( earthCtrl.Viewer, SmartEarth.Cesium.Color.PALEGREEN ); // graticules.makeCoordAxiss(); earthCtrl.Viewer.scene.preUpdate.addEventListener(function () { graticules.update(); }); }, //é¼ æ å·¦é®ç¹å»äºä»¶æ·»å addMouseLeftClickEvents() { if (window.handleLeftClick) { src/components/mouseMove.vue
@@ -25,6 +25,7 @@ </template> <script lang="ts" setup> import InitMap from "@/assets/js/Map"; import { ref, onMounted, @@ -114,27 +115,7 @@ }); }; const gridSwitch = () => { if (!window.graticules) { window.graticules = new SmartEarth.Cesium.Graticules( earthCtrl.Viewer, SmartEarth.Cesium.Color.PALEGREEN ); earthCtrl.Viewer.scene.preUpdate.addEventListener(function () { window.graticules.update(); }); } else { window.graticules._enable = false; } // window.earthCtrl.wireframe = !window.earthCtrl.wireframe; // gridIsshow.value = !gridIsshow.value; // if (gridIsshow.value) { // grid(10); // // getHeight(); // // createPrimitives(); // } else { // gridDel(); // } InitMap.showlonlatLine(); }; const getHeight = () => { let removeListener = Viewer.camera.changed.addEventListener(() => { src/views/layer/layerManage.vue
@@ -333,7 +333,7 @@ url = layer.url; } } else { server.addTreeData(layer); server.addTreeData(layer); } } if (setGeoWms.length > 0) { @@ -377,7 +377,6 @@ { deep: true } ); // getLayer(); onMounted(() => { window.setLayer = getLayer; });