MapLibre GL Extend

Extended functionality for MapLibre GL JS with convenient methods for basemaps, GeoJSON, COG, and WMS layers

Basic Example

Vanilla JavaScript example showing basemap switching, GeoJSON layers, and raster tile layers.

Vanilla JS TypeScript Basemaps

React Example

React example demonstrating hooks for basemap control and layer management.

React TypeScript GeoJSON

GPU COG Layer

GPU-accelerated Cloud Optimized GeoTIFF (COG) rendering using deck.gl for large raster datasets.

Vanilla JS COG deck.gl

Zarr Layer

Multi-dimensional array data visualization for climate data and satellite imagery time series.

Vanilla JS Zarr Climate

COG Simple

Minimal TypeScript example showing how to add a COG layer programmatically with just a few lines of code.

TypeScript COG

Zarr Simple

Minimal TypeScript example showing Zarr layer with animated month selector cycling through data.

TypeScript Zarr