🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@maplibre/mlt

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maplibre/mlt

This package contains a JavaScript decoder for the experimental MapLibre Tile (MLT) vector tile format.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

maplibre-tile-spec

This package contains a JavaScript decoder for the experimental MapLibre Tile (MLT) vector tile format.

Install

npm install @maplibre/maplibre-tile-spec

Quickstart

To decode a tile, you will want to load MltDecoder:

import { decodeTile } from '@maplibre/maplibre-tile-spec';

const data = fs.readFileSync(tilePath);
const tile = decodeTile(data);

Contents

Code

Code is in src/.

Tests

Tests are in test/unit/. Run tests by running npm run test. currently not integrated

Keywords

maplibre

FAQs

Package last updated on 07 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts