a-b-street / osm2lanes

A common library and set of test cases for transforming OSM tags to lane specifications
https://a-b-street.github.io/osm2lanes/
Apache License 2.0
34 stars 2 forks source link

Fix Lane Logic on Website #72

Closed droogmic closed 2 years ago

droogmic commented 2 years ago

On the current website (https://a-b-street.github.io/osm2lanes/) you will notice that a tag of lanes=6 becomes lanes=5!

This is clearly a bug.

Start by making a test case that fails: https://github.com/a-b-street/osm2lanes/blob/main/data/tests.yml

And then try to find out how to fix it!

droogmic commented 2 years ago

Thanks @BudgieInWA