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-sourcesMapLibre 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