Przeglądaj źródła

fix: new TilesetEvent 缺少参数

tags/3.2.0
shenweiqun 2 lat temu
rodzic
commit
f777870235
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/modules/overlay/model/Tileset.js

+ 1
- 1
src/modules/overlay/model/Tileset.js Wyświetl plik

@@ -12,7 +12,7 @@ class Tileset extends Overlay {
constructor(url, options = {}) {
super()
this._delegate = Cesium.Cesium3DTileset.fromUrl(url, options)
this._tilesetEvent = new TilesetEvent()
this._tilesetEvent = new TilesetEvent(this._delegate)
this._tileVisibleCallback = undefined
this._properties = undefined
this._state = State.INITIALIZED

Ładowanie…
Anuluj
Zapisz