Releases: riatelab/magrit
v0.9.1
v0.9.0
-
New feature: Implement text buffer for label layers (#79).
-
Improve the rendering of all the text buffer (title, text annotation and label layer) by using stroke, stroke-width and paint-order attributes.
-
Improve the detection of the current font when reopening style popup for title and text annotation.
-
Fix import of xlsx files (#85).
v0.8.15
-
Allow to export CSV table (#75).
-
Fix legend not visible on proportional links map on Firefox (#74).
-
Fix positioning of symbols and labels when centroid doesn't fall inside the target polygon (it now tries to compute the inaccessibility pole or if it still doesn't find a point in the polygon, the closest point to the centroid on the edge of the polygon) (#63).
-
Update many dependencies to ease the installation with recent Python (such as 3.10) on a recent system (such as ubuntu 22.04).
-
Update Docker recipes.
-
Update the documentation about the possibility to change the role (target / layout) of the layers in the interface (#36).
-
Correctly update the count of layout layers (#82).
-
Fix some typos in french and English translations.
-
Improve the style of some buttons (they weren't readable when they were in "hover" state).
-
Improve the style of the "layer style" popups (elements were not properly aligned) and of the "layout feature style" popups.
v0.8.14
v0.8.13
v0.8.12
-
Allow more flexibility to customize the set of sample layers to use when deploying Magrit (#45).
-
Fixe some typos in documentation (#49).
-
Render crisp-edges (ie. disable SVG antialiasing) if the stroke-width or the stroke-opacity of a layer is set to 0 (#61). Note that this has an impact on the quality of the rendering, which is now slightly crenellated.
-
Avoid opening the overlay (dedicated to file upload and triggered by a drag event) when draging html elements (#64).
-
Correctly set the "lang" HTML attribute to avoid having chrome translation poping up when it is not necessary (#65).
-
Improves the retrieval of a useful error message in case of failed conversion of tabular file.
-
Avoid to propose to reuse the style of an existing categorical layer when there is only one.
-
Improves the experience of reordering modalities for categorical layer / harmonize style between the modal window doing this for categorical layer and for picto layer (related to #62).
v0.8.11
-
Allow to specify the address to use to create the server.
-
Fix join operation when using a webworker (should fix #38).
-
Replace some absolute paths at forgotten places.
-
Bump webpack / webpack-cli version.
-
Fix a misalignment in the fill color section in the layer style dialog (for layout layers).
-
Fix the size of the two input ranges in the north arrow properties dialog and remove the duplicated title.
-
Fix the initial value of the range input for border opacity in smoothed map properties dialog.
-
Fix the width of the single symbol properties dialog (so it has the same size of arrow/ellipse/etc. dialog).
-
Fix alignment of elements in jointure dialog (and space more evenly the elements).
-
Add some margin/padding to the elements in the classification dialog (when using 'diverging palette' option).
-
Fix many recurring typos in French (selection -> sélection; fleche -> flèche; charactère -> caractère) and in English (Proportionnal -> Proportional).
v0.8.10
-
Fix typo on documentation and french interface with semis de point. (#32)
-
Fix incorrect 'REVENUS' and 'REVENUS_PAR_MENAGE' values on Grand Paris dataset. (#33)
-
Fix bug with the displaying of information on table dialog in french interface (such as "20 entrées par page"). (#29)
-
Start gunicorn with some "max-requests" value to automatically restart the workers and minimize the potential memory leak impact.
-
Fix bug with 'reverse palette' button on smoothed map properties dialog. (#31)