Closed dabreegster closed 7 months ago
Things like https://www.openstreetmap.org/way/986957291 are showing up as small dead-ends, often intersecting the road: They look better in https://strassenraumkarte.osm-berlin.org/?map=micromap#21/52.47397/13.44040
Actually, I think this might be due to https://github.com/a-b-street/osm2streets/blob/48b238444e4ede8b9b65e8214b45fc714a7e7d69/osm2streets/src/geometry/terminus.rs#L17. When we have a very short dead-end road, we extend it! I'll revisit why and try to stop doing this.
Things like https://www.openstreetmap.org/way/986957291 are showing up as small dead-ends, often intersecting the road: They look better in https://strassenraumkarte.osm-berlin.org/?map=micromap#21/52.47397/13.44040
Actually, I think this might be due to https://github.com/a-b-street/osm2streets/blob/48b238444e4ede8b9b65e8214b45fc714a7e7d69/osm2streets/src/geometry/terminus.rs#L17. When we have a very short dead-end road, we extend it! I'll revisit why and try to stop doing this.