vsigno

Results 2 issues of vsigno

### Description I’m trying to load Google 3DTiles as a `MapBoxLayer` using `Tile3DLayer` and `CesiumIonLoader`. using: ```js const CesiumLayer= new MapboxLayer({ id: 'tiles', type: Tile3DLayer, data: 'https://assets.ion.cesium.com/2275207/tileset.json', //Google 3DTiles asset...

bug

### Description It seems that the `DataFilterExtension` is not working with `ScenegraphLayer` and `IconLayer`. It works just fine with `GeoJsonLayer`. As soon as the property `extensions: [new DataFilterExtension({ categorySize: 1...

bug