- The starter for Martin Tile server.
- To demonstrate features of Martin: serving MVT from PostGIS/MBTiles/PMTiles and SVG sprites.
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]
graph LR
martin --> PostGIS-tables
martin --> MBTiles-files
martin --> PMTiles-files
martin --> SVG-files
martin --> Font-files
Client --Tiles/Sprites/Glyphs--> martin
- Nginx: serving static files and reverse proxy to Martin
- Martin
- PostGIS
- /martin/maki: https://github.com/mapbox/maki
- /martin/font/azukiP.ttf: http://azukifont.com/
- /martin/tile/points.mbtiles: https://nlftp.mlit.go.jp/ksj/gml/datalist/KsjTmplt-P29-v2_0.html
- /martin/tile/polygons.pmtiles: https://nlftp.mlit.go.jp/ksj/gml/datalist/KsjTmplt-N03-v3_1.html
- /postgis-init/02-highway.sql: https://nlftp.mlit.go.jp/ksj/gml/datalist/KsjTmplt-N06-v2_0.html