pub trait ToMvt {
    fn to_mvt(&self) -> Result<Feature>;
}
Expand description

Convert to MVT geometry.

Required Methods

Convert to MVT geometry.

Implementors