diff --git a/src/views/floodSys/floodOneMap/tabRightWL.vue b/src/views/floodSys/floodOneMap/tabRightWL.vue index 267c7e8..e4d464b 100644 --- a/src/views/floodSys/floodOneMap/tabRightWL.vue +++ b/src/views/floodSys/floodOneMap/tabRightWL.vue @@ -886,8 +886,8 @@ bus.emit('closeCommonPopup', closeCommonPopup); bus.emit('initeLayer', ['rainStation']); newfiberMapbox.map.easeTo({ - center: [113.953, 30.906], - zoom: 13.6, + center: [114.312, 34.802], + zoom: 12.9, pitch: 55, }); //dataToMap('rainStation', tableData1.value); @@ -902,8 +902,8 @@ bus.emit('closeCommonPopup', closeCommonPopup); bus.emit('initeLayer', ['pipeSupervise']); newfiberMapbox.map.easeTo({ - center: [113.953, 30.906], - zoom: 13.6, + center: [114.312, 34.802], + zoom: 12.9, pitch: 55, }); }); @@ -915,8 +915,8 @@ bus.emit('closeCommonPopup', closeCommonPopup); bus.emit('initeLayer', ['waterlog']); newfiberMapbox.map.easeTo({ - center: [113.953, 30.906], - zoom: 13.6, + center: [114.312, 34.802], + zoom: 12.9, pitch: 55, }); } else if (allData.currentIndex == 4) { @@ -928,8 +928,8 @@ bus.emit('closeCommonPopup', closeCommonPopup); bus.emit('initeLayer', ['PKsupervise']); newfiberMapbox.map.easeTo({ - center: [113.953, 30.906], - zoom: 13.6, + center: [114.312, 34.802], + zoom: 12.9, pitch: 55, }); } else if (allData.currentIndex == 5) { @@ -941,8 +941,8 @@ bus.emit('closeCommonPopup', closeCommonPopup); //bus.emit('initeLayer', ['riverLake']); newfiberMapbox.map.easeTo({ - center: [113.953, 30.906], - zoom: 13.6, + center: [114.312, 34.802], + zoom: 12.9, pitch: 55, }); } else if (allData.currentIndex == 6) { @@ -953,8 +953,8 @@ bus.emit('closeCommonPopup', closeCommonPopup); bus.emit('initeLayer', ['YSBZ', 'WSBZ', 'WSCLC']); newfiberMapbox.map.easeTo({ - center: [113.953, 30.906], - zoom: 13.6, + center: [114.312, 34.802], + zoom: 12.9, pitch: 55, }); chartOption.floodOneMapRainStatic.series[0].data = [ @@ -980,8 +980,8 @@ return; } else { newfiberMapbox.map.easeTo({ - center: [113.953, 30.906], - zoom: 13.6, + center: [114.312, 34.802], + zoom: 12.9, pitch: 55, }); clearInterval(timer.value);