2 months ago
Release note
New
- Introduced Shapes as a replacement for project map layers
- Preview and export multiple cross sections
- Export cross sections to .SVG
- Support for importing SGF-formatted Dissipation Test (DT) files with .dpt extension (HM=35 only).
- Merging of CPT plots for improved readability on offshore cross sections.
- Arrows and names added to cross section line DXF exports.
- Removed unused endpoint GET /users/{user_id}.
Change
- Updated color on selected layout in map
- POST /projects/{project_id}/shapes no longer defaults to the project’s SRID. It now uses the SRID from the uploaded file or the standard default.
- GeoJSON files with .json extension are now accepted for upload.
Improvement
Cross section styling is improved
Improved buffer zone visualization
- Arrows for showing cross section direction
- Export form for layouts has been improved
- Show/hide status directly in form
- Show/hide linked projects in form
- Performance boost for GET /projects/{project_id}/cross_section by avoiding N+1 queries.
- Improved error messages during import of piezometer data (CSV, XLSX).
- Better parsing of XLSX files with PZ data, including case-insensitive column headers.
- Enhanced error messages from layer/shape file parsing.
- created_by and updated_by fields now use the user's login ID (email) instead of full name.
- Improved LAS and Excel export performance for location raw files.
Fix
Fixed date format on comments
Fixed handling of empty srid parameter in POST /projects/{project_id}/shapes. Now accepts integer, empty string, or "null".
- Resolved async bug in SND export endpoint that prematurely closed the database connection.
- Corrected cross section name on separate layer for DXF export.
- Fixed bug in export of comment codes for bedrock in SND files (TOT, SRS, RP, RCD).
- SRIDs for cross sections now update correctly when project SRID changes.
- Fixed bug in exporting location raw files that caused slow or incomplete exports.