Skip to content

v15.7.1

Compare
Choose a tag to compare
@MaartenHilferink MaartenHilferink released this 03 Sep 08:20
· 106 commits to v15 since this release

GeoDms 15.7 offers many improvements and alternatives for polygon functions using the alternative libraries for boost polygon, prefix: bp_, which are:

See #757 for a compete list:

Polygon processing improvements:

  • Accelerated bp_union_polygon and bg_union_polygon by reordering the associative union operations from sequential to a balanced tree collection.

GeoDms 15.7.1 has a fix for a new error related to #783

Since 15.5.0, all operations that were scheduled after scheduling operations required for the contents of a FenceContainer can only start once all the latter operation have completed. This is to be implemented in the RuimteScanner and Hestia in order to reduce memory usage due to too many started sub-tasks.

Known issue:

  • bg_union_polygon seems to loose some rings, see #775
  • other bg_ functions are still being tested, see #756 and #767

Polygon related issues:

Other performance issues:

GUI issues (DataView)

Diagnostics / Eventlog

Memory / FenceContainer issue

  • #759 and #127: RuimteScanner implementation requires further investigation.

Fixed Crash

Full Changelog: v15.4.0...v15.7.1