Skip to main content

Overview

deck.gl v9 WebGPU not supported

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 TileSource feeding multiple SharedTile2DLayers across multiple views. It also shows shared SharedTileset2D cache stats rendered through SharedTileset2D.stats and uses TileGridLayer to visualize tile loading.