mayisheng
2022-08-11 a72f7e22090799e239b33db5aabc1038c6170b60
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)
        },