pub async fn osm_to_raw(
name: MapName,
timer: &mut Timer<'_>,
config: &ImporterConfiguration,
) -> RawMapExpand description
Creates a RawMap from OSM and other input data.
pub async fn osm_to_raw(
name: MapName,
timer: &mut Timer<'_>,
config: &ImporterConfiguration,
) -> RawMapCreates a RawMap from OSM and other input data.