@gisatcz/deckgl-geolib 1.4.0 → 1.4.2
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/CHANGELOG.md +25 -0
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.min.js.map +1 -1
- package/dist/cjs/types/cogtiles/cogtiles.d.ts +1 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.min.js.map +1 -1
- package/dist/esm/types/cogtiles/cogtiles.d.ts +1 -1
- package/package.json +1 -10
- package/src/cogterrainlayer/CogTerrainLayer.ts +0 -2
- package/src/cogtiles/cogtiles.ts +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v1.4.2 (Wed Jun 21 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐾 Patch
|
|
4
|
+
|
|
5
|
+
- remove unused line [#22](https://github.com/gisat-panther/deck.gl-geotiff/pull/22) ([@vdubr](https://github.com/vdubr))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vojtěch Dubrovský ([@vdubr](https://github.com/vdubr))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.4.1 (Tue Jun 20 2023)
|
|
14
|
+
|
|
15
|
+
#### ⚠️ Pushed to `master`
|
|
16
|
+
|
|
17
|
+
- Add lock changes ([@vdubr](https://github.com/vdubr))
|
|
18
|
+
- Fix eslint ([@vdubr](https://github.com/vdubr))
|
|
19
|
+
|
|
20
|
+
#### Authors: 1
|
|
21
|
+
|
|
22
|
+
- Vojtěch Dubrovský ([@vdubr](https://github.com/vdubr))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v1.4.0 (Tue Jun 20 2023)
|
|
2
27
|
|
|
3
28
|
#### 🚀 Enhancement
|
package/dist/cjs/index.js
CHANGED
|
@@ -14661,7 +14661,6 @@ class CogTerrainLayer extends core.CompositeLayer {
|
|
|
14661
14661
|
};
|
|
14662
14662
|
this.init(this.terrainUrl);
|
|
14663
14663
|
}
|
|
14664
|
-
// async initializeState() {}
|
|
14665
14664
|
init(terrainUrl) {
|
|
14666
14665
|
return __awaiter(this, void 0, void 0, function* () {
|
|
14667
14666
|
// console.log("LAYER INITIALIZE STATE");
|