Skip to content

Releases: applied-geodesy/jag3d

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

JAG3Dv20240630

30 Jun 11:54
05f982e
Compare
Choose a tag to compare

JAG3D

  • Option added to set the visibility of the a-priori or a-posteriori layers in layer-manager

CoordTrans & JUniForm

JAG3Dv20240523

23 May 18:32
1646d9c
Compare
Choose a tag to compare

JAG3D

  • Correction of the selection behavior when multiple rows are selected in table and these items are activated/deactivated

JAG3Dv20240428

28 Apr 08:58
6ea003a
Compare
Choose a tag to compare

JAG3D

  • Number verification method corrected, cf. #14681

JAG3D & JUniForm & CoordTrans

  • Shortcuts for switching tabs, i.e. Ctrl + <Number>, and starting adjustment procedure, i.e. F5, added as suggested by Stefan