convert_osm::extract

Function extract_osm

Source
pub fn extract_osm(
    map: &mut RawMap,
    osm_input_path: &str,
    clip_pts: Option<Vec<LonLat>>,
    opts: &Options,
    timer: &mut Timer<'_>,
) -> Extract