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
33 stars 2 forks source link

tags.subset can miss the relevant tags #259

Open dabreegster opened 1 year ago

dabreegster commented 1 year ago

Way 893136312 produces the error Conversion Error: unsupported: 'lane count mismatch' - 'no tags' - osm2lanes/src/transform/tags_to_lanes/modes/bus/mod.rs:154:28

The way in question has bus:lanes:forward, but not bus:lanes. We should consider including all tags with the prefix, since that's often how tag keys get used