maplibre-mapbox-migration이란?
Mapbox GL JS에서 MapLibre GL JS로 마이그레이션 — 변경 사항 패키징 및 가져오기, 액세스 토큰 제거, 타일 소스 선택, 이에 상응하는 플러그인, 얻거나 포기하는 것. 기존 Mapbox 지도를 MapLibre로 이동할 때 사용합니다. 출처: maplibre/maplibre-agent-skills.
Mapbox GL JS에서 MapLibre GL JS로 마이그레이션 — 변경 사항 패키징 및 가져오기, 액세스 토큰 제거, 타일 소스 선택, 이에 상응하는 플러그인, 얻거나 포기하는 것. 기존 Mapbox 지도를 MapLibre로 이동할 때 사용합니다.
명령줄에서 maplibre-mapbox-migration AI 스킬을 개발 환경에 빠르게 설치
출처: maplibre/maplibre-agent-skills.
This skill guides you through migrating an application from Mapbox GL JS to MapLibre GL JS. The two libraries share a common ancestry (MapLibre forked from Mapbox GL JS v1.13 in December 2020), so the API is largely the same. The main changes are: swap the package, replace the namespace, remove the Mapbox access token, and choose a new tile source (MapLibre does not use mapbox:// styles).
What you give up: Mapbox Studio integration, Mapbox-hosted tiles and styles, Mapbox Search/Directions/Geocoding APIs, official Mapbox support.
Replace all mapboxgl with maplibregl (and mapbox-gl with maplibre-gl in package names or paths). Examples:
Mapbox GL JS에서 MapLibre GL JS로 마이그레이션 — 변경 사항 패키징 및 가져오기, 액세스 토큰 제거, 타일 소스 선택, 이에 상응하는 플러그인, 얻거나 포기하는 것. 기존 Mapbox 지도를 MapLibre로 이동할 때 사용합니다. 출처: maplibre/maplibre-agent-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/maplibre/maplibre-agent-skills --skill maplibre-mapbox-migrationMapbox GL JS에서 MapLibre GL JS로 마이그레이션 — 변경 사항 패키징 및 가져오기, 액세스 토큰 제거, 타일 소스 선택, 이에 상응하는 플러그인, 얻거나 포기하는 것. 기존 Mapbox 지도를 MapLibre로 이동할 때 사용합니다. 출처: maplibre/maplibre-agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/maplibre/maplibre-agent-skills --skill maplibre-mapbox-migration 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/maplibre/maplibre-agent-skills