Function tilecover::poly_cover[][src]

pub fn poly_cover(
    tiles: &mut Vec<(i32, i32, u8)>,
    polygon: &Polygon<f64>,
    zoom: u8
)