liuyg
2022-01-07 baa9153168df800fa567b66a94e3969ce9bef1f9
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')