observable-framework-lib-mapbox-gl

Integrate Mapbox GL JS interactive vector tile maps into Observable Framework projects.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/spqw/skill-observable-framework --skill observable-framework-lib-mapbox-gl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observable-framework-lib-mapbox-gl
Source: https://github.com/spqw/skill-observable-framework/tree/main/skills/observable-framework-lib-mapbox-gl
Command: npx skills add https://github.com/spqw/skill-observable-framework --skill observable-framework-lib-mapbox-gl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables the integration and utilization of Mapbox GL JS, a powerful library for creating interactive vector tile maps, directly within Observable Framework projects.

Core Features & Use Cases

  • Map Integration: Embed dynamic, interactive maps powered by Mapbox GL JS into your Observable Framework applications.
  • Customization: Configure map parameters such as container size, access tokens, initial view (center, zoom, pitch, bearing).
  • Use Case: Displaying geographical data, creating interactive dashboards with map visualizations, or building location-aware applications.

Quick Start

Import mapboxgl and initialize a new map instance within your Observable Framework project.

Frequently Asked Questions about observable-framework-lib-mapbox-gl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Mapbox GL JS maps to an Observable Framework project?

To add Mapbox GL JS maps to an Observable Framework project, explicitly import the mapboxgl module and initialize a new map instance with a valid Mapbox API access token. You can configure container styling and initial view settings.

Do I need a Mapbox API access token to render vector tile maps in Observable Framework?

Yes, a valid Mapbox API access token is explicitly required to authenticate and render interactive vector tile maps using Mapbox GL JS within your Observable Framework projects.

What map configuration parameters can I customize when using Mapbox GL JS in Observable Framework?

You can customize map configuration parameters including container styling, initial view settings such as center coordinates, zoom level, pitch, and bearing for your interactive maps.

Can I use Mapbox GL JS for building interactive geographical data dashboards in Observable Framework?

Yes, you can use Mapbox GL JS in Observable Framework to build interactive dashboards with map visualizations, display geographical data, and create location-aware applications using dynamic vector tile maps.

Does Observable Framework support dynamic map container styling and initial view settings?

Observable Framework supports dynamic map configuration by allowing you to define container styling and initial view settings, including center, zoom, pitch, and bearing, directly when initializing the Mapbox GL JS map instance.