Corey Farwell
Corey Farwell
Removed in https://github.com/georust/geo/pull/892
https://github.com/rust-lang/rust/issues/32104#issuecomment-1040924373
https://crates.io/crates/uom
Here's a simple case (epsilon = 1.0) simplifying a Polygon exterior ring that results in a ring with only two points: Before: ``` LineString([Coord { x: 42.59023437500002, y: 15.303417968749995 },...
In the case of polygon rings, could we just break once the `LineString` ring is 3 coordinates?
Here's my fix attempt: https://github.com/georust/geo/pull/943
I'm going to close this since there's nothing really actionable here. If you want to see `geo` in use in wasm, check out https://rgis.app (https://github.com/frewsxcv/rgis)
Closing for inactivity. Feel free to reopen if you resume work on this.
Rotating calipers was removed in https://github.com/georust/geo/pull/920
this is done: https://docs.rs/geo/latest/geo/algorithm/triangulate_spade/trait.TriangulateSpade.html https://docs.rs/geo/latest/geo/algorithm/triangulate_earcut/trait.TriangulateEarcut.html