Ver código fonte

add BaseLayerPicker

tags/3.0.0
Caven Chen 2 anos atrás
pai
commit
e8498c11fd
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      packages/base/index.js

+ 2
- 1
packages/base/index.js Ver arquivo

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

Carregando…
Cancelar
Salvar