shuishen
2022-02-15 5cf33b2b4217dbe50e7fa0599e09e0ee8ae63db4
src/components/map/components/dimension.vue
@@ -89,7 +89,8 @@
                    )
                    that.viewer.addLayer(that.tilesetLayer)
                    that.tileset = new that.DC.Tileset('/mx/tileset.json', {
                        luminanceAtZenith: 0.5
                        luminanceAtZenith: 0.3,
                        shadows: that.DC.Namespace.Cesium.ShadowMode.DISABLED
                    })
                    that.tilesetLayer.addOverlay(that.tileset)
                    that.tilesetLayer.show = false