dvgis / dc-sdk

DC-SDK is based on the open source project Cesium for the second development of two three-dimensional WebGis application framework , the framework optimizes the use of Cesium and adds some additional features , designed for developers to quickly build WebGis application.🌎
http://dc.dvgis.cn
Apache License 2.0
824 stars 256 forks source link

fix: new TilesetEvent 缺少参数 #164

Closed ShenWeiQun closed 1 year ago

ShenWeiQun commented 1 year ago

TilesetEvent 的构造函数如下, 类 Tileset 调用时缺少参数

class TilesetEvent extends Event {
  constructor(tileset) {
    super(TileSetEventType)
    this._tileset = tileset
  }