gisat-panther / deck.gl-geotiff

7 stars 2 forks source link

Fix NaN values #47

Closed MariDani closed 3 weeks ago

MariDani commented 3 weeks ago

Corrected NaN value handling. If there is NaN value, 'nullColor' is applied.

Version

Published prerelease version: v1.11.0-dev.1

Changelog #### 🚀 Enhancement - Fix NaN values [#47](https://github.com/gisat-panther/deck.gl-geotiff/pull/47) ([@MariDani](https://github.com/MariDani)) - update blurred texture syntax [#46](https://github.com/gisat-panther/deck.gl-geotiff/pull/46) ([@MariDani](https://github.com/MariDani)) #### 🐾 Patch - Fix lint command [#45](https://github.com/gisat-panther/deck.gl-geotiff/pull/45) ([@vdubr](https://github.com/vdubr)) #### ⚠️ Pushed to `dev` - Fix global terrain model ([@vdubr](https://github.com/vdubr)) - Fix build ([@vdubr](https://github.com/vdubr)) - Clean code ([@vdubr](https://github.com/vdubr)) - Move terrainCogTiles property to layer state ([@vdubr](https://github.com/vdubr)) - Remove constructor in TerrainLayer ([@vdubr](https://github.com/vdubr)) - Update dependencies ([@vdubr](https://github.com/vdubr)) - Replace onl cog terrain instancion by new one ([@vdubr](https://github.com/vdubr)) - Working version, but zrange, min max zoom needs to be fixed ([@vdubr](https://github.com/vdubr)) #### Authors: 2 - Mariana Kecová ([@MariDani](https://github.com/MariDani)) - Vojtěch Dubrovský ([@vdubr](https://github.com/vdubr))