Skip to content

Releases: ObjectVision/GeoDMS

GeoDms 19.3.0

03 Apr 10:19

Choose a tag to compare

GeoDms 19.3.0 Pre-release
Pre-release

Testresults and release notes pending ....

Full Changelog: v19.0.0...v19.3.0

https://github.com/ObjectVision/GeoDMS/milestone/73?closed=1
https://github.com/ObjectVision/GeoDMS/milestone/72?closed=1
https://github.com/ObjectVision/GeoDMS/milestone/70?closed=1
https://github.com/ObjectVision/GeoDMS/milestone/69?closed=1
https://github.com/ObjectVision/GeoDMS/milestone/68?closed=1

What's Changed

Ctrl+Shift+F for finding Items by name

Maintenance

  • V17 #928 #934
  • refactored clc code for rlookup, classify, lookup, and operconv.

New Contributors

Full Changelog: https://github.com/ObjectVision/GeoDMS/commits/v19.3.0

GeoDms 19.2.0b

30 Mar 16:29

Choose a tag to compare

GeoDms 19.2.0b Pre-release
Pre-release

Testresults and release notes pending ....

Full Changelog: v19.1.0...v19.2.0b

GeoDms 19.1.0

04 Mar 19:42

Choose a tag to compare

GeoDms 19.1.0 Pre-release
Pre-release

Fully implemented Tooltips, see #740
Fixed hanging large calculations due to skipping a tile_task when suspending, see #1070

Test results

https://geodms.nl/tests/reports/19_1_0___17_9_2.html Now also Hestia is included in the release testing, including performance results.
See https://github.com/ObjectVision/GeoDMS/wiki/Full-test for context

Full Changelog: v19.0.3...v19.1.0

v19.0.3

02 Mar 13:31

Choose a tag to compare

v19.0.3 Pre-release
Pre-release

Full Changelog: v19.0.2...v19.0.3

New feature: Tooltips on TextControls, TableView text, Layered Features, and raster data, see #740
Experimental solution for: pbl-nl/model-RSopen#18

https://github.com/ObjectVision/GeoDMS/milestone/72

v19.0.2

17 Feb 16:45

Choose a tag to compare

v19.0.2 Pre-release
Pre-release

GeoDms 19.0.0

05 Feb 16:17

Choose a tag to compare

Compiled with Visual Studio 2026.

In this major release, all ambiguous syntax for points with 2 coordinates are obsolete, i.e. no longer supported.
In calculation rules, use either point_xy or point_yx In data blocks, use xy(...) or yx(...).

Furthermore, the internal object inheritance structure has been adapted, and the reference counting mechanism has been updated to better differentiate between unique ownership, and duplication of shared ownership that blocks the further non-concurrent mutability. DataView and GraphicObject are no longer (indirectly) derived from SharedObj and therefore don't have an unused and ambivalent m_RefCount member as their lifetime is managed by std::shared_ptr's

Refix of #976
Fixed #1058

Test results

https://geodms.nl/tests/reports/19_0_0___17_9_2.html Now also Hestia is included in the release testing, including performance results. Hestia will be green in these test results in a near future version after setting and checking reference results, See ObjectVision/GeoDMS-Test#16
See https://github.com/ObjectVision/GeoDMS/wiki/Full-test for context

Full Changelog: v18.2.2...v19.0.0.b

v18.2.2

22 Dec 09:34

Choose a tag to compare

GeoDms 18.1.3

15 Dec 13:55

Choose a tag to compare

GeoDms 18.1.3 Pre-release
Pre-release

backward compatibility issue:
Range Property no longer supported for 2D domains. Convert these to a calculation rule, such as: Range(point_xy(left, bottom), point_xy(right, top)) or Range(point_yx(bottom, left), point_yx(top, right)) to become independent from the ColRowOrder in config.ini, which is no longer read nor used.

Full Changelog: v18.1.2...v18.1.3

https://github.com/ObjectVision/GeoDMS/issues?q=is%3Aissue%20milestone%3Av18.1.3

Test results

https://geodms.nl/tests/reports/18_1_3___17_9_2.html
See https://github.com/ObjectVision/GeoDMS/wiki/Full-test for context

GeoDms 18.1.2

08 Dec 07:17

Choose a tag to compare

Fixes #976

And a bunch of mmd issues
Minor change: results of PropValue(x, 'DomainUnit') and PropValue(x, ,'ValuesUnit') now provide a specific relative path.

See also:
https://github.com/ObjectVision/GeoDMS/milestone/64?closed=1

and
Full Changelog: v18.1.0...v18.1.2

Test results

https://geodms.nl/tests/reports/18_1_2___17_9_2.html
See https://github.com/ObjectVision/GeoDMS/wiki/Full-test for context

GeoDms 18.1.1

26 Nov 20:28

Choose a tag to compare

GeoDms 18.1.1 Pre-release
Pre-release

New splash screen for v 18

Full Changelog: v18.1.0...v18.1.1