abstreet/map_model
Dustin Carlino b4896ee450 Make untrimmed_road_geometry infalliable, in preparation for storing a
PolyLine instead of list of points.

This exposed two edge cases, fixed here:

1) While merging short roads near junctions, we sometimes create a loop.
   Filter it out immeditely.
2) If an OSM way is physically sharing geometry with another one
   invalidly, detect that and discard it much earlier.
2022-05-07 22:02:06 +01:00
..
src Make untrimmed_road_geometry infalliable, in preparation for storing a 2022-05-07 22:02:06 +01:00
Cargo.toml Split out a raw_map crate from map_model. RawMap is the thing we turn 2022-02-19 17:39:28 +00:00