src/components/map/index.vue
@@ -241,6 +241,18 @@ } } }) console.log(window.devicePixelRatio) if (global.DC.Namespace.Cesium.FeatureDetection.supportsImageRenderingPixelated()) { // 判断是否支持图像渲染像素化处理 global.viewer.setOptions({ resolutionScale: window.devicePixelRatio }) } // 是否开启抗锯齿 // global.viewer.scene.fxaa = true // global.viewer.scene.postProcessStages.fxaa.enabled = true // .setOptions({ // // showAtmosphere: false, 大气层 // showMoon: true, // 月亮