Replies: 1 comment 1 reply
-
We found one small bug in draw-plugin. Besides that we see big improvements when using it in our environment: NodeJS-backend and QGIS-server. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why so many new commits since RC1?
We decided to merge develop to master and create a new release candidate based on that. The reasoning behind this was that we had a lot of important bug-fixes as well as several nice-to-have features merged into develop since RC1 was released. You will have the opportunity to test this release during the coming weeks, and hopefully we can release 3.8 some time during January!
303 commits and changes in 201 files since the 3.7 release – here's Hajk 3.8! This release was brought to you by @Hallbergs and @jacobwod . Please see the list of commits for all contributors.
Changelog
Since Release Candidate 1
Bug fixes: #909, #916, #919, #920, #921, #923, 7561c27, efc0aef, #932, #936, #938, 4568254, #940, 0668b4b, e83b73a, #958,
Major new features
Added FME Server plugin. #750
This opens up new possibilities for integration with Safe's FME Server application.
![MicrosoftTeams-image](https://user-images.githubusercontent.com/110222/141750991-01aca969-cc87-4567-8983-070dcecee5b7.png)
Search plugin respects different response types. #882
Search plugin now respects different info formats (GML 2/3/3.2 and GeoJSON). Makes Hajk work with QGIS Server's WFS implementation.
Improvements in Edit. #884
More data types are allowed in the plugin.
Improve Hajk's accessibility. #877
It's now possible to navigate the map using keyboard.
Make Client UI user-aware. #899
The added UI Control is just a proof-of-concept, with virtually no functionality other than displaying the user's name in the UI. However, this opens up a lot of possibilities for plugins to optionally read provided information from Active Directory.
New features
GetLegendGraphics
(Highlight of geometry when using infoclick not working for QGIS Server #879) andFeatureInfo
(GetLegendGraphic not working for QGIS Server #880) requests./fmeproxy
as a new controller Added endpoint /fmeproxy as a new controller #900Bug fixes and minor features
Checklist for admins
.env
.url_base
key is set in Admin UI'sconfig.json
. (This has been added toconfig.json
in this release.)target
properly tocontrol
in Admin UI for that plugin.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 recently updated installation guide.
This discussion was created from the release Hajk 3.8 Release Candidate 2.
Beta Was this translation helpful? Give feedback.
All reactions