浏览代码

add BaseLayerPicker

tags/3.0.0
Caven Chen 2 年前
父节点
当前提交
e8498c11fd
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      packages/base/index.js

+ 2
- 1
packages/base/index.js 查看文件

@@ -5,11 +5,12 @@

import * as turf from '@turf/turf'
import { initMixin, initUse } from '@dc-modules/global-api'
import { CesiumViewer, GroundSkyBox } from '@dc-modules/exts'
import { CesiumViewer, GroundSkyBox, BaseLayerPicker } from '@dc-modules/exts'
const Cesium = require('@cesium/engine')

Cesium['Viewer'] = CesiumViewer
Cesium['GroundSkyBox'] = GroundSkyBox
Cesium['BaseLayerPicker'] = BaseLayerPicker

let DC = {
version: __VERSION__,

正在加载...
取消
保存