liuyg
2022-01-08 5e47738f99e307bab1c8a5ee9ecd96d8c7f4a968
src/components/map/index.vue
@@ -159,15 +159,15 @@
            that.$refs.leftNav.initialize(viewer)
            const key = '0f7c1d161d7352116a21aacf0e9f44c1'
            const vec = that.DC.ImageryLayerFactory.createTdtImageryLayer({
                key
            })
            const cva = that.DC.ImageryLayerFactory.createTdtImageryLayer({
                key,
                style: 'cva'
            })
            viewer.addBaseLayer([vec, cva])
            // const key = '0f7c1d161d7352116a21aacf0e9f44c1'
            // const vec = that.DC.ImageryLayerFactory.createTdtImageryLayer({
            //     key
            // })
            // const cva = that.DC.ImageryLayerFactory.createTdtImageryLayer({
            //     key,
            //     style: 'cva'
            // })
            // viewer.addBaseLayer([vec, cva])
            // const areaLayer = new that.DC.VectorLayer('areaLayer')