a-b-street / osm2streets

Convert OSM to street networks with detailed geometry
https://a-b-street.github.io/osm2streets
Apache License 2.0
101 stars 9 forks source link

Handle footway=link #254

Closed dabreegster closed 7 months ago

dabreegster commented 7 months ago

Things like https://www.openstreetmap.org/way/986957291 are showing up as small dead-ends, often intersecting the road: image 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.