Plugins and frameworks
Mapbox GL JS plugins include features and functionality that extend the core Mapbox GL JS library.
Many plugins are maintained by the Mapbox developer community and welcome questions and contributions on GitHub.
User interface plugins (12)
UI plugins offer features and functionality related to map controls and other things that users can touch or interact with, like draw tools, map export tools, directions and geocoding controls, and more.
Enables users to compare two maps by swiping left and right.
Adds controls for a ruler, style inspector, localization, and style switcher.
Adds a control to allow users to plot driving, walking, and cycling directions on the map. Directions API calls are billable by request.
Adds support for drawing and editing features on Mapbox GL JS maps.
Adds a geocoder control to Mapbox GL JS. Geocoding API calls are billable by request.
Map Rendering Plugins (9)
Map rendering plugins offer features and functionality related to things that appear on a map, like advanced custom layers, map labels, data visualizations, and more.
Hide and show traffic layers on your map with an optional toggle button.
Adds large-scale WebGL-powered geospatial data visualization framework to Mapbox GL JS.
Render a geographic flow map visualization from a spreadsheet published on Google Sheets.
Textures, patterns, and shapes that make web maps work for people with color vision deficiency. Design colorblind-friendly Mapbox GL maps.
Framework Integrations (9)
Framework integration plugins can help you use Mapbox GL JS with external frameworks.
This npm package contains TypeScript type definitions for Mapbox GL JS.
Utility Libraries (8)
Utility library plugins offer features and functionality for tasks like data processing and format conversion, synchronizing objects, or building with convenience methods.
Converts GeoJSON styles with "simplestyle-spec" to a Mapbox GL Style.
Determines if the current browser supports Mapbox GL JS.
Create a choropleth layer from a CSV source and a geometry source.
Manage layers, sources, and properties with syntactic sugar and convenience functions.
Development Tools (3)
Development tool plugins offer features and functionality related to the development process, like inspection tools that give you insight into a map’s performance or data sources.
Adds an inspect control to view vector source features and properties.
A frames-per-seconds GUI control and measurer with statistic report output.