Function convert_osm::split_ways::should_collapse_roundabout [−][src]
fn should_collapse_roundabout(r: &RawRoad) -> bool
Expand description
Many “roundabouts” like https://www.openstreetmap.org/way/427144965 are so tiny that they wind up with ridiculous geometry, cause constant gridlock, and prevent merging adjacent blocks.
Note https://www.openstreetmap.org/way/394991047 is an example of something that shouldn’t get modified. The only distinction, currently, is length – but I’d love a better definition. Possibly the number of connecting roads.