MapLibre GL Plugin Template

A template for creating MapLibre GL JS plugins with TypeScript and React support

Basic Example

Simple vanilla JavaScript/TypeScript example showing how to add the plugin control to a map.

Vanilla JS TypeScript

React Example

React example demonstrating the React wrapper component and custom hooks integration.

React TypeScript