naogify / martin-starter

The starter for Martin Tile Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The starter for Martin Tile Server


Languages

Language:HTML 80.6%Language:PLpgSQL 19.4%