Releases: ObjectVision/GeoDMS
GeoDms 19.3.0
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
New Contributors
- @MaartenHilferink made their first contribution in #186
- @jipclaassens made their first contribution in #923
Full Changelog: https://github.com/ObjectVision/GeoDMS/commits/v19.3.0
GeoDms 19.2.0b
Testresults and release notes pending ....
Full Changelog: v19.1.0...v19.2.0b
GeoDms 19.1.0
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
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
v19.0.2
Fixed issues since 19.0.0: https://github.com/ObjectVision/GeoDMS/milestone/70?closed=1
Full Changelog: v19.0.0...v19.0.2
GeoDms 19.0.0
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
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
Full Changelog: v18.1.3...v18.2.0
Full Changelog: v18.2.0...v18.2.1
Full Changelog: v18.2.1...v18.2.2
multi-byte utf8 characters in filenames are better supported now, see #1040
https://github.com/ObjectVision/GeoDMS/milestone/66?closed=1
Test results
https://geodms.nl/tests/reports/18_2_2___17_9_2.html
https://geodms.nl/tests/reports/18_2_1___17_9_2.html
See https://github.com/ObjectVision/GeoDMS/wiki/Full-test for context
GeoDms 18.1.3
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
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
New splash screen for v 18
Full Changelog: v18.1.0...v18.1.1