geojsonvt 0.1.0

A Rust library for slicing GeoJSON data into vector tile on the fly.
Documentation
1
2
3
4
5
6
7
8
9
10
mod clip;
mod convert;
mod geojson_vt;
mod simplify;
mod tile;
mod types;
mod wrap;

pub use geojson_vt::{GeoJSONVT, Options};
pub use types::{VtGeometry, VtPoint};