瀏覽代碼

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__,

Loading…
取消
儲存