Replies: 2 comments 3 replies
-
The buffer function in “Rita” is good but has same flaws, but above all, I think it would do well to be in its own "function section" in the same way as "Lägg till nytt objekt", "Redigera", "Flytta", "Ta bort" etc. as it there is no connection to which drawing object you selected in the menu and which drawn object in the map you want to buffer.
Other flaws in Rita are that it:
|
Beta Was this translation helpful? Give feedback.
-
Then I try to move a "Menu link" in Dokumentahanteraren 2.0 you can not move it if you want to put it on first level or if you will put it over everyone on the top of a level. |
Beta Was this translation helpful? Give feedback.
-
311 commits and changes across 930 files since the most recent stable release, 3.12.1 – here's Hajk 3.14! This release was brought to you by @Hallbergs and @jacobwod . Please see the list of commits for all contributors.
This release represents a significant milestone for Hajk, as it marks the removal of the legacy V1 API (
/api/v1/*
endpoints in the backends). Both backends shipped with this release are now API V2-compatible. This introduces some adjustments that you, as an administrator, need to take into consideration when migrating – see Breaking changes below.This release is also packed with new features, bug fixes, and security improvements. 🔒
Scroll down to find a comprehensive list of changes! 🚀
Reporting period
We're looking forward for your the results of your tests with this release candidate. Please use the dedicated discussions thread and report your findings. We're accepting test reports until August 27th, 2024.
Breaking changes
/api/v1
) in both the NodeJS backend and the old .NET 4.5 backend. Client UI is now V2-compatible only, requiring the consolidated loading method. Please review and update your configuration, both for Client and Admin. For details, refer todocs/migrate-to-v2-api.md
.docs/deprecated-plugins.md
.apps/
directory. Thenew-
prefix has been removed from app names. Some shell scripts now live inscripts/
, and the majority of Docker-related files, except for the official Dockerfile, have been moved into theDocker/
directory. PR: #1488.Changelog
In this release, we have aggregated the changes that occurred between the
v3.13.3
andv3.13.25
tags, as well as the changes introduced in thisv3.14.0
tag. If you want to know exactly when each change was introduced, you can refer to the Changelog.For a comprehensive list of commits, please visit this link.
Added
/fir
endpoints. This functionality requires the myCarta FR Direkt service. #1416.env
. Also, we now save 14 old log files by default (was 1 before). #1421visibleForGroups
within tool options. #1438m
query parameter, even when no backend is active. commitgeometryField
for edit layers with no features. #1447target
attribute is now accepted and rendered correctly if specified, #1389Fixed
DELETE
andPUT
). #1501/ad/findCommonADGroupsForUsers
endpoint works again. #1415null
. Introduced in #1438, fixed in 77503ee.z
parameter in URL hash. #1422.material-icons
class in our CSS. This disappeared in a recent MUI bump and has now to be added manually for font icons.react-markdown
, which required some work. See #1425._blank
for links in infoclick. #1388Security
Changed
appConfig.json
keys optional by not expecting any values for them inindex.js
roundToDecimals
filter. #1445Removed
experimentalNewApi
inappConfig.json
. It has now been removed.shortcodes
feature inFeatureInfo
. Also, removed unused dependencies from Client's package.json. CommitDraw
(useSketch
instead)Measure
(useMeasurer
instead)VTSearch
was removed as it is to be transformed into a community plugin (i.e. not included in the main build)Downloads
There are multiple ways to get the latest Hajk up and running, including Docker container.
Pre-compiled releases
As usual, we have prepared three different versions of the pre-compiled solution (scroll down for download links):
Docker container
The container is available on Docker Hub: https://hub.docker.com/r/hallbergs/hajk
Installation
Refer to our installation guide.
Full Changelog: v3.12.1...v3.14.0
This discussion was created from the release Hajk 3.14 Release Candidate 1.
Beta Was this translation helpful? Give feedback.
All reactions