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

unsupported: 'cycleway=* with any cycleway:* values #149

Open dabreegster opened 2 years ago

dabreegster commented 2 years ago

https://www.openstreetmap.org/way/485926026

{"cycleway": "track", "cycleway:left": "track", "cycleway:left:width": "1.25", "cycleway:right": "lane", "cycleway:right:width": "1.25", "highway": "trunk", "lcn": "yes", "maxspeed": "30 mph", "name": "Wilmslow Road", "parking:lane:both": "no_parking", "ref": "A6010", "surface": "asphalt"})

unsupported: 'cycleway= with any cycleway: values

Just noting an error I keep spotting. Will add a test and dig into the problem