@gisatcz/deckgl-geolib 1.4.3-dev.0 → 1.5.0-dev.0

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.
package/dist/esm/index.js CHANGED
@@ -14666,7 +14666,6 @@ class CogTerrainLayer extends CompositeLayer {
14666
14666
  };
14667
14667
  this.init(this.terrainUrl);
14668
14668
  }
14669
- // async initializeState() {}
14670
14669
  init(terrainUrl) {
14671
14670
  return __awaiter(this, void 0, void 0, function* () {
14672
14671
  // console.log("LAYER INITIALIZE STATE");
@@ -14723,6 +14722,7 @@ class CogTerrainLayer extends CompositeLayer {
14723
14722
  props.tile.bbox.east,
14724
14723
  props.tile.bbox.north,
14725
14724
  ],
14725
+ operation: 'terrain+draw',
14726
14726
  minZoom: this.minZoom,
14727
14727
  maxZoom: this.maxZoom,
14728
14728
  loadOptions: {