@gisatcz/deckgl-geolib 1.4.3-dev.0 → 1.5.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/CHANGELOG.md +30 -0
- 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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
# v1.5.0 (Fri Jun 23 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Feature/terrain layer [#24](https://github.com/gisat-panther/deck.gl-geotiff/pull/24) ([@vdubr](https://github.com/vdubr))
|
|
6
|
+
|
|
7
|
+
#### 🐾 Patch
|
|
8
|
+
|
|
9
|
+
- calculation of single channel rgb values updated [#23](https://github.com/gisat-panther/deck.gl-geotiff/pull/23) (mariana.kecova@gisat.cz [@MariDani](https://github.com/MariDani))
|
|
10
|
+
|
|
11
|
+
#### Authors: 3
|
|
12
|
+
|
|
13
|
+
- Mariana Kecová ([@MariDani](https://github.com/MariDani))
|
|
14
|
+
- Mariana Kecova (mariana.kecova@gisat.cz)
|
|
15
|
+
- Vojtěch Dubrovský ([@vdubr](https://github.com/vdubr))
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# v1.4.2 (Wed Jun 21 2023)
|
|
20
|
+
|
|
21
|
+
#### 🐾 Patch
|
|
22
|
+
|
|
23
|
+
- remove unused line [#22](https://github.com/gisat-panther/deck.gl-geotiff/pull/22) ([@vdubr](https://github.com/vdubr))
|
|
24
|
+
|
|
25
|
+
#### Authors: 1
|
|
26
|
+
|
|
27
|
+
- Vojtěch Dubrovský ([@vdubr](https://github.com/vdubr))
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
1
31
|
# v1.4.1 (Tue Jun 20 2023)
|
|
2
32
|
|
|
3
33
|
#### ⚠️ Pushed to `master`
|
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: {
|