/martin-starter

The starter for Martin Tile Server

Primary LanguageHTML

martin-starter

  • The starter for Martin Tile server.
  • To demonstrate features of Martin: serving MVT from PostGIS/MBTiles/PMTiles and SVG sprites.

usage

This starter is built to run with Docker compose v2.

cd martin-starter
docker compose up -d

Then, you can access the app at http://localhost

  • catalog: http://localhost/martin/catalog
  • sprite: http://localhost/martin/sprite/maki[.png|.json]

diagram

graph LR

martin --> PostGIS-tables
martin --> MBTiles-files
martin --> PMTiles-files
martin --> SVG-files
martin --> Font-files


Client --Tiles/Sprites/Glyphs--> martin

Loading

servers

  • Nginx: serving static files and reverse proxy to Martin
  • Martin
  • PostGIS

data