Browse Source

飞行功能飞行路线隐藏

lkk 3 months ago
parent
commit
bf43ec1f8d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/sceneAtttribute/camera/camera.vue

+ 3 - 3
src/components/sceneAtttribute/camera/camera.vue

@@ -467,9 +467,9 @@ export default {
       });
       if (flyManager.readyPromise) {
         Cesium.when(flyManager.readyPromise, function () {
-          let currentRoute = flyManager.currentRoute;
-          currentRoute.isLineVisible = true;
-          currentRoute.isStopVisible = true;
+          // let currentRoute = flyManager.currentRoute;
+          // currentRoute.isLineVisible = true;
+          // currentRoute.isStopVisible = true;
 
           let allStops = flyManager.getAllRouteStops();
           let menu = document.getElementById("stopList");