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 10 forks source link

Allow placement to be modified in the web UI #178

Closed dabreegster closed 1 year ago

dabreegster commented 1 year ago

The results look wrong to me, am I using the wrong tag, or do we need to recalculate more things after changing this? Screenshot from 2023-02-02 11-08-12

BudgieInWA commented 1 year ago

The results look wrong to me, am I using the wrong tag, or do we need to recalculate more things after changing this?

The osm way runs along the left_of:1st lane. Looking forward along the way, the left of the first lane (the left edge) is where the osm way runs. right_of:1 would be assumed (down the middle).

dabreegster commented 1 year ago

Thanks! Playing around with it more, I think I finally understand what the tagging scheme means. I'll merge this PR (because the re-processing appears correct) and maybe look into an opacity or layer toggle tool (to see the satellite more easily to match things up). I'll hold off on edits to OSM for this case for the moment.