Field guide · GIS engineering

Build vector-tile pipelines that ship.

A reference for the engineers who own the path from raw spatial data to the pixels in a user's browser: converting GeoJSON and GeoParquet to optimized PMTiles and MBTiles, tuning Tippecanoe for production, and serving tiles through a CDN that actually caches.

Four connected tracks — format fundamentals, automated generation, map styling, and tile serving & CDN delivery — across 24 topics and 61 in-depth guides, each answering a concrete engineering question with a runnable command and a diagram of what it does.

Start here

These pages answer the questions that come up on day one of a vector-tile project and again on day one hundred.

Recently added

Five topics added in the latest build, covering the parts of a pipeline that only become visible once the first tileset is live.

All sections

Each section collects architectural patterns, CLI references, validation gates, and operational guardrails across its sub-topics.

Automated Generation Pipelines with Tippecanoe

Tippecanoe CLI flags, GeoParquet ingestion, geometry simplification, layer composition and incremental partitioned builds for repeatable CI/CD tile generation.