martin-core 0.5.0

Basic building blocks of MapLibre's Martin tile server.
Documentation
1
2
3
4
5
6
7
# Martin-Core Examples

This directory contains examples demonstrating how to use `martin-core` to build custom tile servers.

| Example                                  | Demonstrates                                                                                           |
|------------------------------------------|--------------------------------------------------------------------------------------------------------|
| `cargo run --example pmtiles-tileserver` | A minimal tile server that serves raster tiles from a local PMTiles file with a custom MapLibre style. |