← Back to Martin Tile Server roadmap
Server-side generation of vector tiles from elevation data (DEMs), starting with contour lines.
Pre-computing contour lines on the server keeps the CPU budget on the client low - useful for MapLibre Native targets and shared/cacheable rendering - while letting Martin act as a forwarding layer in front of remote DEM sources.
Scope under design:
contour crate with configurable intervals and major/minor attributesPrototype work by @anjx123.