Browse Source

add BaseLayerPicker

tags/3.0.0
Caven Chen 2 years ago
parent
commit
e8498c11fd
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      packages/base/index.js

+ 2
- 1
packages/base/index.js View File

@@ -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…
Cancel
Save