a-b-street / osm2streets

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

Start reviving the cycleway snapping / sidepath zipping experiment #212

Closed dabreegster closed 1 year ago

dabreegster commented 1 year ago

First, rename "snap cycletrack" to "zip sidepath". Ben, I think you've used "zip" before as the phrasing for this kind of operation. "Sidepath" matches https://wiki.openstreetmap.org/wiki/Proposed_features/Key:is_sidepath and stops being specific to cycleways. We will also want to try this for sidewalks: Screenshot from 2023-03-10 19-28-01

And second, pull the detection + repair logic into an operation, so that we can interactively call it from the UI:

https://user-images.githubusercontent.com/1664407/224409389-667e6670-9afd-4c7a-835d-cebbdd040726.mp4

These are smaller+simpler changes, paving the way for more complicated changes to the logic in #210.