pub fn convert(
    osm_input_path: String,
    name: MapName,
    clip_path: Option<String>,
    opts: Options,
    timer: &mut Timer<'_>
) -> RawMap
Expand description

Create a RawMap from OSM and other input data.