This commit is contained in:
tianlong 2023-04-23 16:02:35 +08:00
parent 66059e2f45
commit 2a384502ab
3 changed files with 10 additions and 14 deletions

View File

@ -52,8 +52,8 @@ const exitMaximize = () => {
justify-content: center;
opacity: 1;
text-shadow: 0px 0px 6px 0px rgba(41, 255, 255, 1);
font-weight: 400;
font-size: 21px;
font-weight: 800;
font-size: 31px;
letter-spacing: 4px;
color: rgba(255, 255, 255, 1);
transform: translate(0, -100%);

View File

@ -12,9 +12,6 @@ import store from './store'
import router from './router'
import directive from './directive' // directive
import highcharts from 'highcharts'
import highcharts3d from 'highcharts/highcharts-3d'
highcharts3d(highcharts)
// 注册指令

View File

@ -303,6 +303,9 @@ function initMap() {
// // maximumLevel: 18
}),
});
// logo
viewer.cesiumWidget.creditContainer.style.display = 'none';
//
let map = new Cesium.WebMapServiceImageryProvider({
url: `http://121.36.229.60:9080/geoserver/shuzisannong/wms`,
@ -339,7 +342,7 @@ function initMap() {
});
//
let provider = providerPoint._imageryProvider;
console.log(provider);
console.log(providerPoint);
if (provider && provider.ready && provider._layers && providerPoint.show === true) {
xy = provider.tilingScheme.positionToTileXY(cartographic, level, xy);
let promise = provider.pickFeatures(
@ -776,21 +779,17 @@ function areachar() {
offset: 0,
color: ' rgba(0, 208, 255, 0.1)',
},
{
offset: 0.5,
color: '#86eef1', //
},
{
offset: 0.5,
color: '#5ad6d9', //
},
{
offset: 1,
color: 'rgba(0, 208, 255, 0.9) ',
},
],
},
borderWidth: 1,
borderColor: 'black',
},
label: {
show: true,
position: 'top',