Function split_tile

Source
pub fn split_tile<M: HasLayer + Clone>(
    tile: &mut Tile<M>,
    buffer: Option<f64>,
) -> TileChildren<M>
Expand description

@param tile - the tile to split @param buffer - the buffer around the tile for lines and polygons @returns - the tile’s children split into 4 sub-tiles