@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gisatcz/deckgl-geolib",
3
- "version": "1.12.0-dev.3",
3
+ "version": "1.12.0-dev.4",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -315,7 +315,7 @@ export default class CogBitmapLayer<ExtraPropsT extends {} = {}> extends Composi
315
315
  // opacity,
316
316
  // cogBitmapOptions,
317
317
  clampToTerrain,
318
- cogBitmapOptions,
318
+ cogBitmapOptions.useChannel,
319
319
  ],
320
320
  // renderSubLayers: [cogBitmapOptions],
321
321
  },