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

backward_outside can crash #107

Closed dabreegster closed 2 years ago

dabreegster commented 2 years ago

https://www.openstreetmap.org/way/200596577 panicked at 'calledOption::unwrap()on aNonevalue', osm2lanes/src/transform/tags_to_lanes/mod.rs:418:80 Relevant line is let backward_edge = lane_to_edge_separator(self.backward_outside().unwrap());

Start by adding a test case, then figure out what went wrong

droogmic commented 2 years ago

Closed by https://github.com/a-b-street/osm2lanes/pull/118, mostly accidentally.