martin-core 0.9.0

Basic building blocks of MapLibre's Martin tile server.
Documentation
1
2
3
4
5
6
7
8
9
10
mod convert;
/// [GeoJSON](https://datatracker.ietf.org/doc/html/rfc7946) uses WGS84 EPSG:4326
/// [MVT](https://github.com/mapbox/vector-tile-spec/tree/master/2.1) uses Web Mercator EPSG:3857
pub mod source;

mod error;
pub use error::GeoJsonError;

mod process;
mod rect;