martin 1.12.0

Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support
Documentation
1
2
3
4
5
6
7
pub mod bounds;
pub mod errors;
pub mod geoparquet;

pub use bounds::bounds_with_auto;
pub use errors::{BoundsError, BoundsResult, GeoparquetError, GeoparquetResult};
pub use geoparquet::{GeoParquetIntrospection, build_mvt_sql, resolve_geoparquet_source};