| | |
| | | |
| | | 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') |
| | | |