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 GeoJSONTiler class that can serve up equivalent parsed tiles from an in-memory GeoJSON file.

Installation

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

Loaders and Writers

Loader
MVTLoader

Components

Component
GeoJSONTiler

Attribution

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

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