·maplibre-pmtiles-patterns
</>

maplibre-pmtiles-patterns

Serverlose Vektor- und Rasterkacheln mit PMTiles für MapLibre GL JS – Einzeldateiformat, HTTP-Bereichsanfragen, Hosting auf S3/R2/GitHub-Seiten, Generierung mit Planetiler oder Tippecanoe und das PMtiles-Protokoll. Verwenden Sie diese Option, wenn Sie keinen Kachelserver benötigen oder Kacheln aus statischem Speicher hosten möchten.

28Installationen·2Trend·@maplibre

Installation

$npx skills add https://github.com/maplibre/maplibre-agent-skills --skill maplibre-pmtiles-patterns

So installieren Sie maplibre-pmtiles-patterns

Installieren Sie den KI-Skill maplibre-pmtiles-patterns schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/maplibre/maplibre-agent-skills --skill maplibre-pmtiles-patterns
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: maplibre/maplibre-agent-skills.

PMTiles is a single-file format for vector or raster map tiles. You host one (or a few) files on any static host; MapLibre requests byte ranges over HTTP. No tile server, no dynamic backend. This skill covers when to use PMTiles, how to generate and host them, and how to connect them to MapLibre GL JS.

MapLibre does not speak PMTiles natively. You use the PMTiles library to add a protocol handler so that a pmtiles:// (or https:// to a .pmtiles file) source works.

Referencing layers: The style has one source (e.g. sources.tiles) pointing at the .pmtiles URL. Each layer in the layers array that draws from that file uses source: 'tiles' and "source-layer": "layerName", where layerName is the name of a vector layer inside the file (from whatever schema the tiles use). Add multiple style layers with different source-layer values to show roads, labels, etc. from the same file.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/maplibre/maplibre-agent-skills --skill maplibre-pmtiles-patterns
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-03-06
Aktualisiert
2026-03-10

Browse more skills from maplibre/maplibre-agent-skills

Schnelle Antworten

Was ist maplibre-pmtiles-patterns?

Serverlose Vektor- und Rasterkacheln mit PMTiles für MapLibre GL JS – Einzeldateiformat, HTTP-Bereichsanfragen, Hosting auf S3/R2/GitHub-Seiten, Generierung mit Planetiler oder Tippecanoe und das PMtiles-Protokoll. Verwenden Sie diese Option, wenn Sie keinen Kachelserver benötigen oder Kacheln aus statischem Speicher hosten möchten. Quelle: maplibre/maplibre-agent-skills.

Wie installiere ich maplibre-pmtiles-patterns?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/maplibre/maplibre-agent-skills --skill maplibre-pmtiles-patterns Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/maplibre/maplibre-agent-skills

Details

Kategorie
</>Entwicklung
Quelle
skills.sh
Erstes Auftreten
2026-03-06