@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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.min.js +1 -1
- package/dist/cjs/index.min.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.min.js +1 -1
- package/dist/esm/index.min.js.map +1 -1
- package/package.json +1 -1
- package/src/cogterrainlayer/CogTerrainLayer.ts +1 -2
package/dist/cjs/index.js
CHANGED
|
@@ -14668,7 +14668,6 @@ class CogTerrainLayer extends core.CompositeLayer {
|
|
|
14668
14668
|
};
|
|
14669
14669
|
this.init(this.terrainUrl);
|
|
14670
14670
|
}
|
|
14671
|
-
// async initializeState() {}
|
|
14672
14671
|
init(terrainUrl) {
|
|
14673
14672
|
return __awaiter(this, void 0, void 0, function* () {
|
|
14674
14673
|
// console.log("LAYER INITIALIZE STATE");
|
|
@@ -14725,6 +14724,7 @@ class CogTerrainLayer extends core.CompositeLayer {
|
|
|
14725
14724
|
props.tile.bbox.east,
|
|
14726
14725
|
props.tile.bbox.north,
|
|
14727
14726
|
],
|
|
14727
|
+
operation: 'terrain+draw',
|
|
14728
14728
|
minZoom: this.minZoom,
|
|
14729
14729
|
maxZoom: this.maxZoom,
|
|
14730
14730
|
loadOptions: {
|