Skip to content

mug-jp/martin-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published