فهرست منبع

地图清除,地图服务加载和水下地形加载

sbj 1 سال پیش
والد
کامیت
965757c0dc
3فایلهای تغییر یافته به همراه38 افزوده شده و 20 حذف شده
  1. 1 0
      src/utils/map/ArcgisUtil.js
  2. 30 13
      src/utils/map/WaterPassenger.js
  3. 7 7
      src/views/map/Index.vue

+ 1 - 0
src/utils/map/ArcgisUtil.js

@@ -3,6 +3,7 @@ import CityGis from "@/utils/map/CityGis.Bridge";
 import { ElMessage } from 'element-plus'
 import 'element-plus/es/components/message/style/css'
 import {onLocationBoat} from '@/utils/map/Boat'
+import {setCenter} from "@/utils/map/Common";
 
 let bridge
 let calculateFinish = false

+ 30 - 13
src/utils/map/WaterPassenger.js

@@ -14,7 +14,7 @@ import {setCenter} from "@/utils/map/Common";
 export function pjylLine(isShow){
     if(isShow){
         GetPjylLinePaths().then(res=>{
-            for (let i=0;i<res.data.length;i++){
+            for (let i=res.data.length-1;i>=0;i--){
                 let lineData = res.data[i]
                 let linePoints = lineData.linePoints
                 let points = []
@@ -28,31 +28,48 @@ export function pjylLine(isShow){
                 }
                 points.push(first)
 
-                let params = {
-                    title: lineData.lineName,
-                    type: 'polygon',
-                    data: points,
-                    edit: false,
-                    temp: false,
-                    clear: false,
-                    goto: false,
-                    attributes: null,
-                    symbol: {
+                let symbol
+                if(lineData.lineName == '精华航线'){
+                    symbol = {
+                        type: "simple-fill",
+                        color: [50, 205, 50, 0.5],
+                        //style: "cross",
+                        outline: {
+                            color: [255, 0, 0],
+                            width: 2,
+                            style: "dash"
+                        }
+                    }
+                }else{
+                    symbol = {
                         type: "simple-fill",
                         color: [50, 205, 50, 0.5],
                         //style: "cross",
                         outline: {
                             color: [255, 0, 0],
-                            width: 2
+                            width: 2,
+                            style: "dash"
                         }
                     }
                 }
+
+                let params = {
+                    title: lineData.lineName,
+                    type: 'polygon',
+                    data: points,
+                    edit: false,
+                    temp: true,
+                    clear: false,
+                    goto: true,
+                    attributes: null,
+                    symbol: symbol
+                }
                 // 绘制到地图上
                 addGraphic(params)
             }
         })
     }else{
-        clearMap({is_draw: false, is_search:true, layers: []})
+        clearMap({is_draw: false, is_search:false, layers: ['tempLayer']})
         setCenter();
     }
 

+ 7 - 7
src/views/map/Index.vue

@@ -112,7 +112,7 @@
                             id: 'portLayer',
                             title: 'portLayer',
                             type: 'feature',
-                            url: 'http://10.83.68.109:6080/arcgis/rest/services/ghjg_cxall_3857/MapServer/28',
+                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/0',
                             visible: this.isShowPortLayer,
                             opacity: 1,
                             token: '',
@@ -125,7 +125,7 @@
                             id: 'jjqLayer',
                             title: 'jjqLayer',
                             type: 'feature',
-                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/4',
+                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/5',
                             visible: this.isShowJjqLayer,
                             opacity: 1,
                             token: '',
@@ -138,7 +138,7 @@
                             id: 'dtqLayer',
                             title: 'dtqLayer',
                             type: 'feature',
-                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/3',
+                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/4',
                             visible: this.isShowDtqLayer,
                             opacity: 1,
                             token: '',
@@ -151,7 +151,7 @@
                             id: 'mdLayer',
                             title: 'mdLayer',
                             type: 'feature',
-                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/5',
+                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/6',
                             visible: this.isShowMdLayer,
                             opacity: 1,
                             token: '',
@@ -164,7 +164,7 @@
                             id: 'ssfwqLayer',
                             title: 'sszhfwqLayer',
                             type: 'feature',
-                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/2',
+                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/3',
                             visible: this.isShowSsfwqLayer,
                             opacity: 1,
                             token: '',
@@ -177,7 +177,7 @@
                             id: 'hbLayer',
                             title: 'hbLayer',
                             type: 'feature',
-                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/0',
+                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/1',
                             visible: this.isShowHbLayer,
                             opacity: 1,
                             token: '',
@@ -190,7 +190,7 @@
                             id: 'channelLayer',
                             title: 'channelLayer',
                             type: 'feature',
-                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/1',
+                            url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/2',
                             visible: this.isShowHdLayer,
                             opacity: 1,
                             token: '',