Overview
This module provides a suite of geospatial layers for deck.gl.
caution
The deck.gl-community repository is semi-maintaned. One of its goals is to collect and preserve valuable deck.gl ecosystem related code that does not have a dedicated home. Some modules may no longer have dedicated maintainers. This means that there is sometimes no one who can respond quickly to issues.
Installation
npm install @deck.gl-community/geo-layers
Background
This modules exports various geospatial deck.gl layers developed by the community that could be of use to others.
API Reference
Examples
- SharedTile2DLayer example demonstrates one shared loaders.gl
TileSourcefeeding multipleSharedTile2DLayers across multiple views. It also shows sharedSharedTileset2Dcache stats rendered throughSharedTileset2D.statsand usesTileGridLayerto visualize tile loading.