Unverified Commit 38dc45e6 authored by Amy Stamile's avatar Amy Stamile Committed by GitHub
Browse files

Fixes qmos segfaults (#5556)

* Fixes order of coordinates

* Add changelog
parent 58d49854
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ release.
- Fixed a bug in PolygonTools in which the program exited before attempting to fix an invalid Polygon [#5520](https://github.com/DOI-USGS/ISIS3/issues/5520)
- Fixed a bug in QVIEW's Stretch tool where the default min/max type was not an available option [#5289](https://github.com/DOI-USGS/ISIS3/issues/5289)
- Fixed a bug in QVIEW where images would double load if loaded from the commandline [#5505](https://github.com/DOI-USGS/ISIS3/pull/5505)
- Fixed qmos segfault under GEOS 3.12 [#5539](https://github.com/DOI-USGS/ISIS3/issues/5539)

### Added
- Added versioned default values to lrowacphomap's PHOALGO and PHOPARCUBE parameters and updated lrowacphomap to handle them properly. [#5452](https://github.com/DOI-USGS/ISIS3/pull/5452)
+1 −0
Original line number Diff line number Diff line
@@ -586,6 +586,7 @@ namespace Isis {
      delete the180Polys;
      the180Polys = NULL;

      result->normalize();
      geos::geom::MultiPolygon *fixedResult = FixSeam(result);
      delete result;
      result = NULL;