Replies: 7 comments 19 replies
-
Reminder: In the new draw plugin, we have to make sure to check how many features the user is about to try and save in the local-storage. As of now, the user can import 50k features from some kml-files and try to store all of them in the local-storage (obviously bad). |
Beta Was this translation helpful? Give feedback.
-
Detected a bug in the FeatureInfo format. Emailed a description to Jacob who says that it is similar to a problem that was discovered and fixed in the migration to MUI5. However, 3.9 is based on MUI4, and it seems that the problem persists here. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Reminder: Fix #1041 before shipping |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I've decided to leave some of the "fixes" in the new-draw-plugin to the next release. The points i've decided not to fix right now (since they feel too big to change in a release candidate) are:
The rest is taken care of. I think we should create an issue with further draw-improvements after 3.9 is released. |
Beta Was this translation helpful? Give feedback.
-
I found an issue regarding the new printing functionality (where we are making sure tiled WMS are requested with the correct DPI). It seems as i reset the layers back to their original DPI a bit to early, leading to a possibility that the resulting print contained mixed tiles (with some tiles with the printing DPI and some with the map-dpi). It's fixed in master now though. |
Beta Was this translation helpful? Give feedback.
-
303 commits and changes in 160 files since the 3.8 release – here's Hajk 3.9! This release was brought to you by @Hallbergs and @jacobwod . Please see the list of commits for all contributors.
This is the last release that will be built on Material UI 4, all upcoming releases will be built using MUI 5.
Changelog
Major new features
New Draw-plugin (#945)
The new Draw-plugin presents several new features that were lacking in the old Draw-plugin, some examples:
LocalStorage
, so the user must acceptfunctional cookies
to enable this feature.LocalStorage
, so the user must acceptfunctional cookies
to enable this feature.The new Draw-plugin is not entirely completed, and will get more functionality in the upcoming releases.
New InfoDialog plugin to replace Information (#966)
react-markdown
as renderer. Legacy HTML renderer is supported too.Refined Cookie-notice
The Cookie-notice (along with its handlers) is now letting the user decide whether they want to accept
required
,functional
and/orthird-party
cookies. Depending on what the user selects, we are now making sure that we're not storing anything that the user has not accepted to store.New features and bug fixes
#345, #806, #840, #855, #856, #862, #865, #872, #878, #887, #909, #917, #935, #939, #941, #945, #964, #966, #968, #970, #971, #980, #990, #991, #998, #999, #1001, #1002, #1006, #1012, #1018, #1019
New Contributors
Full Changelog: v3.8.0...v3.9.0-rc.1
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.9 Release Candidate 1.
Beta Was this translation helpful? Give feedback.
All reactions