Module base

Source
Expand description

Base Vector containers for Tiles, Layers, and Features

Re-exports§

pub use s2json_impl::*;
pub use vector_feature::*;
pub use vector_layer::*;
pub use vector_tile::*;

Modules§

s2json_impl
Taking s2json type geometry and creating base features
vector_feature
Base Features covering 2D and 3D for points, lines, and polygons
vector_layer
A base layer for all vector features
vector_tile
A Tile container for all base vector layers