Skip to content

Releases: applied-geodesy/jag3d

JAG3Dv20250327

27 Mar 17:09
e5315b8
Compare
Choose a tag to compare

JAG3D, CoordTrans & JUniForm

  • Refreshing and sorting the table after editing some table cell values is managed by a UI thread to avoid unexpected changes

JAG3Dv20250315

15 Mar 09:15
e062498
Compare
Choose a tag to compare

JAG3D

Confidence regions denoted by a, b, c are derived w.r.t. to the selected variance of the unit weight, as for the uncertainties of the parameters to be estimated, cf. #14834. If the degrees of freedom r are (less than) zero or the sum of the squared residuals Ω is zero, the a-priori variance of the unit weight is always used as a fallback scenario.

JAG3Dv20250213

13 Feb 20:19
5282bfa
Compare
Choose a tag to compare

JUniForm

  • Functional model for estimating the parameters of a torus added

JAG3Dv20250124

24 Jan 18:43
1e3cc06
Compare
Choose a tag to compare

User-defined export templates and DXF format

Exporting the results to the Drawing Interchange Format (DXF) to enable further processing in computer-aided design (CAD) software is a recurring request. As DXF is a pure ASCII file format defined by AutoDesk, such an export can be realized with the FreeMarker template engine included in JAG3D. Individual templates can be easily created, such as a flat text file or a DXF file. Some samples for JAG3D can be found here. To use individual templates, just copy the template files (and folders) to the application subfolder /resources/ftl/jag3d/. The motto is: use your own templates to be flexible.

JAG3D, JUniForm & CoordTrans

To prevent the report from being opened in the standard application, a dot can be added to the template name, e.g. template.txt.ftlh opens a text editor, but template..txt.ftlh does not open the editor.

JUniForm

Condition added to check whether the user has defined a fixed parameter to avoid unexpected overwriting as suggested by Thore

JAG3Dv20250105

05 Jan 18:17
c8902bb
Compare
Choose a tag to compare

JAG3D

  • Handling and state of (global) a-priori/a-posteriori check-boxes in layer manager corrected

JAG3Dv20250102

02 Jan 14:40
4efed88
Compare
Choose a tag to compare

JAG3D

  • SQL table name in SQL statement for joining vertical deflection groups corrected
  • Check whether impermissible projection settings were enabled in network simulation

JAG3Dv20241205

05 Dec 21:52
a3b4309
Compare
Choose a tag to compare

I wish you all a Merry Christmas and a healthy and happy New Year 2025.

General changes

  • JavaFX updated to version 23
  • OpenJDK 23 bundle, provided by azul.com, was included (Windows version only)
  • Compliance level increased to Java 21 (required minimum JDK for JavaFX 23)

JAG3D

  • Pie chart added to analyse distribution of influence on point position
  • Option for collision handling added in Search & Replace dialog, proposed by Dragan

CoordTrans

  • Procedure for deriving an initial guess of spatial transformation extended

JAG3D, CoordTrans & JUniForm

  • Tab order corrected

JAG3Dv20241113

13 Nov 19:54
28a8bb0
Compare
Choose a tag to compare

JAG3D

  • Import procedure for instrument height and target height from Z-files corrected as reported by Anxu
  • HSQLDB and sqltools libraries updated to version 2.7.4 (Please remove obsolete jar files manually when updating, i.e. hsqldb-2.7.3.jar and sqltool-2.7.3.jar)

JAG3Dv20241011

11 Oct 18:42
28d889f
Compare
Choose a tag to compare

JAG3D, JUniForm & CoordTrans

To avoid confusion and conflicts when point names contain non-printable characters, these characters are removed during file import, cf. #14766

JAG3Dv20240911

11 Sep 18:05
1e4e1c2
Compare
Choose a tag to compare

JAG3D

  • HSQLDB and sqltools libraries updated to version 2.7.3
  • Minor typos corrected

JAG3D, CoordTrans & JUniForm

Please remove obsolete jar files manually when updating, i.e. freemarker-2.3.32.jar, hsqldb-2.7.2.jar and sqltool-2.7.2.jar