Skip to main content

Overview

The @loaders.gl/mvt module handles the Mapbox Vector Tile format, a protobuf-encoded format that defines geospatial geometries.

The modules also provides a TableTileSource class that can serve up dynamic tiles from an in-memory GeoJSON file.

Installation

npm install @loaders.gl/mvt
npm install @loaders.gl/core

Loaders and Writers

Loader
MVTLoader

Sources

Component
MVTSource
TableTileSource

Attribution

The MVTLoader is forked from the Mapbox @mapbox/vector-tile module under the BSD-3-Clause license.

The TableTiler class is a fork of Mapbox / Vladimir Agafonkin's amazing geojson-vt module under ISC License.