My App

Welcome

Current Planisfy API and self-hosting documentation.

Planisfy Docs

Planisfy publishes MapLibre styles, vector tiles, and related map service APIs through a Hono gateway backed by PostgreSQL, Redis, storage, and open geospatial engines.

What Exists Today

  • Published styles at /styles/v1/{owner}/{style} and /styles/v1/{owner}/{style}@{version}.
  • Published tilesets and TileJSON at /tiles/v1/*.
  • Glyph proxy at /fonts/v1/{fontstack}/{range}.pbf.
  • Geocoding through a configured Pelias-compatible service.
  • Routing, isochrones, matching, matrices, and optimized trips through Valhalla.
  • Elevation through a configured elevation service.
  • Static PNG maps through the configured static renderer.
  • Self-host Docker Compose for the apps, database, Redis, Martin, Valhalla, Pelias, elevation, renderer, worker, and optional profiles.

Access Model

Published map assets under /tiles/*, /styles/v1/*, and /fonts/* can load anonymously when public. Service APIs require X-API-Key or a valid session cookie.

Start Here

On this page