소스 검색

add BaseLayerPicker

tags/3.0.0
Caven Chen 2 년 전
부모
커밋
e8498c11fd
No account linked to committer's email address
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…
취소
저장