Skip to content

Commit

Permalink
Update osm2streets. Only a tiny functional difference of a new MapCon…
Browse files Browse the repository at this point in the history
…fig field
  • Loading branch information
dabreegster committed Sep 5, 2022
1 parent b4c9c40 commit 5293a24
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 2 deletions.
101 changes: 99 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions importer/src/map_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pub fn config_for_map(name: &MapName) -> convert_osm::Options {
)
.ok()
.unwrap_or_else(Vec::new),
osm2lanes: false,
},
onstreet_parking: match name.city.city.as_ref() {
"seattle" => {
Expand Down

0 comments on commit 5293a24

Please sign in to comment.