Function convert

Source
pub fn convert<M: Clone>(
    projection: Projection,
    data: &JSONCollection<M>,
    tolerance: Option<f64>,
    maxzoom: Option<u8>,
    build_bbox: Option<bool>,
) -> Vec<VectorFeature<M>>
Expand description

Given an input data, convert it to a vector of VectorFeature