Browse Source

移除Cesium默认地图token认证

tags/1.12.3
Caven Chen 5 years ago
parent
commit
f02d1d8ba9
4 changed files with 4 additions and 2 deletions
  1. 1
    1
      dist/dc.base.min.js
  2. 1
    1
      dist/dc.core.min.js
  3. 1
    0
      src/core/viewer/Viewer.js
  4. 1
    0
      src/core/widget/HawkeyeMap.js

+ 1
- 1
dist/dc.base.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/dc.core.min.js
File diff suppressed because it is too large
View File


+ 1
- 0
src/core/viewer/Viewer.js View File

@@ -32,6 +32,7 @@ const { Cesium } = DC.Namespace
const DEF_OPTS = {
animation: false, //Whether to create animated widgets, lower left corner of the meter
baseLayerPicker: false, //Whether to display the layer selector
imageryProvider: false,
fullscreenButton: false, //Whether to display the full-screen button
geocoder: false, //To display the geocoder widget, query the button in the upper right corner
homeButton: false, //Whether to display the Home button

+ 1
- 0
src/core/widget/HawkeyeMap.js View File

@@ -13,6 +13,7 @@ const { Cesium } = DC.Namespace
const DEF_OPTS = {
animation: false,
baseLayerPicker: false,
imageryProvider: false,
fullscreenButton: false,
geocoder: false,
homeButton: false,

Loading…
Cancel
Save