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) {