@gisatcz/deckgl-geolib 1.12.0-dev.3 → 1.12.0-dev.4

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.
@@ -65,7 +65,7 @@ export default class CogBitmapLayer<ExtraPropsT extends {} = {}> extends Composi
65
65
  getTileData: any;
66
66
  renderSubLayers: any;
67
67
  updateTriggers: {
68
- getTileData: (boolean | GeoImageOptions | ClampToTerrainOptions)[];
68
+ getTileData: (number | boolean | ClampToTerrainOptions)[];
69
69
  };
70
70
  extent: any;
71
71
  tileSize: any;
package/dist/esm/index.js CHANGED
@@ -5954,7 +5954,7 @@ class CogBitmapLayer extends CompositeLayer {
5954
5954
  // opacity,
5955
5955
  // cogBitmapOptions,
5956
5956
  clampToTerrain,
5957
- cogBitmapOptions,
5957
+ cogBitmapOptions.useChannel,
5958
5958
  ],
5959
5959
  // renderSubLayers: [cogBitmapOptions],
5960
5960
  },