@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gisatcz/deckgl-geolib",
3
- "version": "1.4.3-dev.0",
3
+ "version": "1.5.0-dev.0",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -67,8 +67,6 @@ class CogTerrainLayer extends CompositeLayer<any> {
67
67
  this.init(this.terrainUrl);
68
68
  }
69
69
 
70
- // async initializeState() {}
71
-
72
70
  async init(terrainUrl: string) {
73
71
  // console.log("LAYER INITIALIZE STATE");
74
72
 
@@ -151,6 +149,7 @@ class CogTerrainLayer extends CompositeLayer<any> {
151
149
  props.tile.bbox.east,
152
150
  props.tile.bbox.north,
153
151
  ],
152
+ operation: 'terrain+draw',
154
153
  minZoom: this.minZoom,
155
154
  maxZoom: this.maxZoom,
156
155
  loadOptions: {