mayisheng
2022-08-05 ec01d0046af7f954f0962709ee81190e133829e3
src/components/map/components/dimension.vue
@@ -1031,7 +1031,7 @@
                // skipLevelOfDetail: false,
                shadows: global.DC.Namespace.Cesium.ShadowMode.DISABLED
            })
            tileset.setHeight(150)
            tileset.setHeight(5)
            tilesetLayer.addOverlay(tileset)
            tileset.on(global.DC.MouseEventType.CLICK, that.tilesetClick)
        },