什么是 maplibre-tile-sources?
如何为 MapLibre GL JS 选择和配置数据源 — 在没有切片、托管切片服务、无服务器 PMTiles、自托管切片服务器、切片模式、字形和精灵的情况下渲染您自己的数据。 来源:maplibre/maplibre-agent-skills。
如何为 MapLibre GL JS 选择和配置数据源 — 在没有切片、托管切片服务、无服务器 PMTiles、自托管切片服务器、切片模式、字形和精灵的情况下渲染您自己的数据。
通过命令行快速安装 maplibre-tile-sources AI 技能到你的开发环境
来源:maplibre/maplibre-agent-skills。
MapLibre GL JS does not ship with map data. You provide a style that references sources — URLs or inline data that MapLibre fetches and renders. MapLibre works equally well for a store locator with 200 addresses, a city transit map, and a global basemap — the right source type depends on geographic scale and level of detail, update frequency, infrastructure constraints, and use case.
A style (a style JSON, style document, or style object) is the configuration you pass to MapLibre. It contains the specific rendering rules governed by the MapLibre Style Specification, maintained with parity for MapLibre GL JS and MapLibre Native.
You can use a style URL from a provider — that URL references a style with sources, layers, glyphs, and sprite. Or you can build your own style and configure each yourself.
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/maplibre/maplibre-agent-skills --skill maplibre-tile-sources如何为 MapLibre GL JS 选择和配置数据源 — 在没有切片、托管切片服务、无服务器 PMTiles、自托管切片服务器、切片模式、字形和精灵的情况下渲染您自己的数据。 来源:maplibre/maplibre-agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/maplibre/maplibre-agent-skills --skill maplibre-tile-sources 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/maplibre/maplibre-agent-skills