This is an n8n community node. It lets you use Mapbox in your n8n workflows.
Mapbox is a mapping platform that provides maps, geocoding, and navigation.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Follow the installation guide in the n8n community nodes documentation.
This node provides the following operations:
-
Forward Geocoding - converts location text into geographic coordinates, turning 2 Lincoln Memorial Circle SW into -77.050,38.889
-
Reverse Geocoding - converts geographic coordinates into location text, turning -77.050,38.889 into 2 Lincoln Memorial Circle SW
-
Static Map Generation - creates a static map image from a location and a set of overlays. Read more about the Mapbox Static Images API here.
Create a Mapbox account and generate an access token here.
This node is compatible with n8n 0.215.0 and above.
By the time users are looking for community nodes, they probably already know n8n basics. But if you expect new users, you can link to the Try it out documentation to help them get started.
- n8n community nodes documentation
- Mapbox Static Images API
- Mapbox Geocoding API
- Mapbox Access Tokens
- Mapbox Playground
Initial release.