|
@@ -6,18 +6,27 @@
|
|
|
<button @click="clearMap()">清除</button>
|
|
|
<button @click="calculation('distance')">测距</button>
|
|
|
<button @click="calculation('area')">侧面积</button>
|
|
|
+ <button @click="test('初始视角')">初始视角</button>
|
|
|
<button @click="test('浦江游览码头')">浦江游览码头</button>
|
|
|
<button @click="test('对江轮渡码头')">对江轮渡码头</button>
|
|
|
<button @click="test('浦江游览航线')">浦江游览航线</button>
|
|
|
<button @click="test('对江轮渡航线')">对江轮渡航线</button>
|
|
|
- <button @click="test('船舶撒点')">船舶撒点</button>
|
|
|
- <button @click="test('船舶定位')">船舶定位</button>
|
|
|
+ <button @click="test('船舶定位')">单船定位</button>
|
|
|
+ <button @click="test('船舶撒点')">船舶</button>
|
|
|
+ <button @click="test('码头泊位')">码头泊位</button>
|
|
|
+ <button @click="test('航道')">航道</button>
|
|
|
+ <button @click="test('锚地')">锚地</button>
|
|
|
+ <button @click="test('掉头区')">掉头区</button>
|
|
|
+ <button @click="test('警戒区')">警戒区</button>
|
|
|
+ <button @click="test('水上综合服务器')">水上综合服务器</button>
|
|
|
+ <button @click="test('航标')">航标</button>
|
|
|
+ <button @click="test('水下地形')">水下地形</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
- import {initBridge,fullExtent,calculation,clearMap} from "@/utils/map/ArcgisUtil"
|
|
|
+ import {initBridge,fullExtent,calculation,clearMap,setCamera,addLayer} from "@/utils/map/ArcgisUtil"
|
|
|
import {pjylLine, djldLine,djldLineAll,onePjylPortLocation,oneDjldPortLocation} from '@/utils/map/WaterPassenger'
|
|
|
import {setBoat, setBoatPath, onLocationBoat, locationBoat} from '@/utils/map/Boat'
|
|
|
|
|
@@ -32,11 +41,27 @@
|
|
|
isShowDjldPort:false,
|
|
|
isShowPjylLine:false,
|
|
|
isShowDjldLine:false,
|
|
|
+ isShowBoat:false,
|
|
|
+ isShowPortLayer:false,
|
|
|
+ isShowJjqLayer:false,
|
|
|
+ isShowDtqLayer:false,
|
|
|
+ isShowMdLayer:false,
|
|
|
+ isShowSsfwqLayer:false,
|
|
|
+ isShowHbLayer:false,
|
|
|
+ isShowHdLayer:false,
|
|
|
+ isShowDbsLayer:false,
|
|
|
}
|
|
|
},
|
|
|
mounted(){
|
|
|
//加载地图控件
|
|
|
initBridge();
|
|
|
+ setCamera({
|
|
|
+ x:2667,
|
|
|
+ y:463,
|
|
|
+ z:4000,
|
|
|
+ heading:100,
|
|
|
+ tilt:0
|
|
|
+ })
|
|
|
},
|
|
|
methods:{
|
|
|
fullExtent(){fullExtent()},
|
|
@@ -51,7 +76,7 @@
|
|
|
case '浦江游览码头':
|
|
|
this.isShowPjylPort = !this.isShowPjylPort
|
|
|
onePjylPortLocation({
|
|
|
- 'portName':'东方明珠旅游码头',
|
|
|
+ 'portName':'金陵东路轮渡码头',
|
|
|
'mapx':'2360.10554497',
|
|
|
'mapy':'794.13869415'
|
|
|
},this.isShowPjylPort)
|
|
@@ -74,7 +99,8 @@
|
|
|
djldLineAll(this.isShowDjldLine)
|
|
|
break
|
|
|
case '船舶撒点':
|
|
|
- setBoat()
|
|
|
+ this.isShowBoat = !this.isShowBoat
|
|
|
+ setBoat(this.isShowBoat)
|
|
|
break
|
|
|
case '船舶轨迹':
|
|
|
setBoatPath()
|
|
@@ -82,6 +108,120 @@
|
|
|
case '船舶定位':
|
|
|
locationBoat('413810782')
|
|
|
break
|
|
|
+ case '初始视角':
|
|
|
+ setCamera({
|
|
|
+ x:2667,
|
|
|
+ y:463,
|
|
|
+ z:4000,
|
|
|
+ heading:100,
|
|
|
+ tilt:0
|
|
|
+ })
|
|
|
+ break
|
|
|
+ case '码头泊位':
|
|
|
+ this.isShowPortLayer = !this.isShowPortLayer
|
|
|
+ addLayer({
|
|
|
+ id: 'portLayer',
|
|
|
+ title: 'portLayer',
|
|
|
+ type: 'feature',
|
|
|
+ url: 'http://10.83.68.109:6080/arcgis/rest/services/ghjg_cxall_3857/MapServer/28',
|
|
|
+ visible: this.isShowPortLayer,
|
|
|
+ opacity: 1,
|
|
|
+ token: '',
|
|
|
+ is_goto: true
|
|
|
+ })
|
|
|
+ break
|
|
|
+ case '警戒区':
|
|
|
+ this.isShowJjqLayer = !this.isShowJjqLayer
|
|
|
+ addLayer({
|
|
|
+ id: 'jjqLayer',
|
|
|
+ title: 'jjqLayer',
|
|
|
+ type: 'feature',
|
|
|
+ url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/4',
|
|
|
+ visible: this.isShowJjqLayer,
|
|
|
+ opacity: 1,
|
|
|
+ token: '',
|
|
|
+ is_goto: true
|
|
|
+ })
|
|
|
+ break
|
|
|
+ case '掉头区':
|
|
|
+ this.isShowDtqLayer = !this.isShowDtqLayer
|
|
|
+ addLayer({
|
|
|
+ id: 'dtqLayer',
|
|
|
+ title: 'dtqLayer',
|
|
|
+ type: 'feature',
|
|
|
+ url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/3',
|
|
|
+ visible: this.isShowDtqLayer,
|
|
|
+ opacity: 1,
|
|
|
+ token: '',
|
|
|
+ is_goto: true
|
|
|
+ })
|
|
|
+ break
|
|
|
+ case '锚地':
|
|
|
+ this.isShowMdLayer = !this.isShowMdLayer
|
|
|
+ addLayer({
|
|
|
+ id: 'mdLayer',
|
|
|
+ title: 'mdLayer',
|
|
|
+ type: 'feature',
|
|
|
+ url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/5',
|
|
|
+ visible: this.isShowMdLayer,
|
|
|
+ opacity: 1,
|
|
|
+ token: '',
|
|
|
+ is_goto: true
|
|
|
+ })
|
|
|
+ break
|
|
|
+ case '水上综合服务器':
|
|
|
+ this.isShowSsfwqLayer = !this.isShowSsfwqLayer
|
|
|
+ addLayer({
|
|
|
+ id: 'ssfwqLayer',
|
|
|
+ title: 'sszhfwqLayer',
|
|
|
+ type: 'feature',
|
|
|
+ url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/2',
|
|
|
+ visible: this.isShowSsfwqLayer,
|
|
|
+ opacity: 1,
|
|
|
+ token: '',
|
|
|
+ is_goto: true
|
|
|
+ })
|
|
|
+ break
|
|
|
+ case '航标':
|
|
|
+ this.isShowHbLayer = !this.isShowHbLayer
|
|
|
+ addLayer({
|
|
|
+ id: 'hbLayer',
|
|
|
+ title: 'hbLayer',
|
|
|
+ type: 'feature',
|
|
|
+ url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/0',
|
|
|
+ visible: this.isShowHbLayer,
|
|
|
+ opacity: 1,
|
|
|
+ token: '',
|
|
|
+ is_goto: true
|
|
|
+ })
|
|
|
+ break
|
|
|
+ case '航道':
|
|
|
+ this.isShowHdLayer = !this.isShowHdLayer
|
|
|
+ addLayer({
|
|
|
+ id: 'channelLayer',
|
|
|
+ title: 'channelLayer',
|
|
|
+ type: 'feature',
|
|
|
+ url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/1',
|
|
|
+ visible: this.isShowHdLayer,
|
|
|
+ opacity: 1,
|
|
|
+ token: '',
|
|
|
+ is_goto: true
|
|
|
+ })
|
|
|
+ break
|
|
|
+ case '水下地形':
|
|
|
+ this.isShowDbsLayer = !this.isShowDbsLayer
|
|
|
+ addLayer({
|
|
|
+ id: 'dbsLayer',
|
|
|
+ title: 'dbsLayer',
|
|
|
+ type: 'scene',
|
|
|
+ url: 'https://geoscene.geosceneonline.cn/server/rest/services/Hosted/多波束/SceneServer',
|
|
|
+ visible: this.isShowDbsLayer,
|
|
|
+ opacity: 1,
|
|
|
+ token: '',
|
|
|
+ is_goto: true
|
|
|
+ })
|
|
|
+ break
|
|
|
+ default:
|
|
|
}
|
|
|
},
|
|
|
}
|
|
@@ -96,7 +236,7 @@
|
|
|
}
|
|
|
|
|
|
#tool_div {
|
|
|
- display: none;
|
|
|
+ display: block;
|
|
|
background-color: #cccccc;
|
|
|
z-index: 10;
|
|
|
position: absolute;
|