@gisatcz/deckgl-geolib 2.1.3 → 2.1.4-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/README.md +1 -0
- package/dist/cjs/index.js +515 -457
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.min.js +2 -2
- package/dist/cjs/index.min.js.map +1 -1
- package/dist/esm/index.js +515 -457
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.min.js +2 -2
- package/dist/esm/index.min.js.map +1 -1
- package/dist/esm/types/core/CogTiles.d.ts +8 -6
- package/dist/esm/types/core/GeoImage.d.ts +5 -49
- package/dist/esm/types/core/lib/BitmapGenerator.d.ts +15 -0
- package/dist/esm/types/core/lib/DataUtils.d.ts +1 -0
- package/dist/esm/types/core/lib/TerrainGenerator.d.ts +55 -0
- package/dist/esm/types/core/types.d.ts +42 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,6 +35,7 @@ For more information, visit the [npm package page](https://www.npmjs.com/package
|
|
|
35
35
|
|
|
36
36
|
* **[Layer Showcase](docs/showcase-layers.md)** – Visual examples (RGB, Heatmaps, Terrain).
|
|
37
37
|
* **[API Reference](docs/api-reference.md)** – Detailed property configuration.
|
|
38
|
+
* **[Internal Architecture](docs/generators.md)** – Technical details about the core processing engines.
|
|
38
39
|
|
|
39
40
|
## Usage
|
|
40
41
|
|