diff --git a/importer/src/tel_aviv.rs b/importer/src/tel_aviv.rs index 676814fa0c..9f83a1119a 100644 --- a/importer/src/tel_aviv.rs +++ b/importer/src/tel_aviv.rs @@ -30,7 +30,7 @@ pub fn osm_to_raw(name: &str, timer: &mut abstutil::Timer) { bikes_can_use_bus_lanes: true, }, - onstreet_parking: convert_osm::OnstreetParking::JustOSM, + onstreet_parking: convert_osm::OnstreetParking::SomeAdditionalWhereNoData { pct: 50 }, public_offstreet_parking: convert_osm::PublicOffstreetParking::None, private_offstreet_parking: convert_osm::PrivateOffstreetParking::FixedPerBldg(10), elevation: None,