From 271d931fc950745d37554528324cbc8a636d85c3 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 29 十一月 2022 19:30:28 +0800
Subject: [PATCH] 1

---
 src/views/Synthesis/analyse.vue |   22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)

diff --git a/src/views/Synthesis/analyse.vue b/src/views/Synthesis/analyse.vue
index 30f5519..61c2e9e 100644
--- a/src/views/Synthesis/analyse.vue
+++ b/src/views/Synthesis/analyse.vue
@@ -101,27 +101,7 @@
             id: 3,
           };
           this.$bus.$emit('mapChangeBox', value);
-          // var jsonurl =
-          //   'http://192.168.20.39:9055/gisserver/wnsserver/beijingdaohang_wns?start=' +
-          //   '116.0867468497,39.937314280233' +
-          //   '&end=' +
-          //   '116.0860003269,39.936289981725' +
-          //   '&propertyName=Shape&tolerance=500&request=FindPath&format=json';
-          // $.ajax({
-          //   url: jsonurl,
-          //   async: false,
-          //   type: 'GET',
-          //   dataType: 'json',
-          //   contentType: 'application/json;charset=utf-8',
-          //   success: (data) => {
-          //     data.features.forEach((e) => {
-          //       if (e.geometry.type == 'LineString') {
-          //         //this.executeFly3D(e.geometry.coordinates);
-          //         this.executeFly3D(e.geometry.coordinates);
-          //       }
-          //     });
-          //   },
-          // });
+
           break;
         case '4':
           if (window.AnalysisDXPM) {

--
Gitblit v1.9.3