deeptwins-engine-3d 0.1.59 → 0.1.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -433,6 +433,11 @@ export var DEFAULT_BASE_LAYER = {
433
433
  name: '高德影像注记',
434
434
  type: 'raster',
435
435
  layers: [{
436
+ url: 'https://webst02.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}',
437
+ minimumLevel: 1,
438
+ maximumLevel: 18,
439
+ credit: 'gd_img'
440
+ }, {
436
441
  url: 'https://webst02.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scale=1&style=8',
437
442
  minimumLevel: 1,
438
443
  maximumLevel: 18,
package/dist/esm/index.js CHANGED
@@ -62,11 +62,11 @@ DEEP_TWINS_BASE_URL && (window.CESIUM_BASE_URL = DEEP_TWINS_BASE_URL);
62
62
  // 全局加载css
63
63
  loadCss(Cesium.buildModuleUrl('Widgets/widgets.css'));
64
64
  // 打印版本信息
65
- console.log('DeepTwinsEngine3D Version:', "0.1.59");
65
+ console.log('DeepTwinsEngine3D Version:', "0.1.60");
66
66
  export var DeepTwinsEngine3D = /*#__PURE__*/_createClass(function DeepTwinsEngine3D() {
67
67
  _classCallCheck(this, DeepTwinsEngine3D);
68
68
  });
69
- _defineProperty(DeepTwinsEngine3D, "Version", "0.1.59");
69
+ _defineProperty(DeepTwinsEngine3D, "Version", "0.1.60");
70
70
  _defineProperty(DeepTwinsEngine3D, "Map", Map);
71
71
  _defineProperty(DeepTwinsEngine3D, "GroundSkyBox", GroundSkyBox);
72
72
  _defineProperty(DeepTwinsEngine3D, "RasterLayer", RasterLayer);