Releases: riatelab/magrit
v2.0.16
-
Improve classification panel:
- by refactoring the component to input manual breaks,
- by adding some space between radio buttons for msd classification,
- by allowing to easily copy / paste the break values,
- by fixing the bug where the dropdown menus (for palettes and classification methods) are not visible (especially on Edge and with small screens).
-
Add new datasets of French municipalities split by Région (thanks to @rysebaert).
-
Fix clipping extent for some EPSG projections (and add an experimental option to disable clipping).
-
Fix bug with scale bar when changing the distance unit.
-
Don't use unnecessary
clip-path
on SVG elements when the projection doesn't come from d3
(in order to fix a layer visibility issue when opening the resulting SVG in Adobe Illustrator). -
Fix performance issues when changing some properties of layout features (by not pushing each change in the undo/redo stack, as an undo button cancels all modifications made in the modal).
-
Fix some auto-typing issue when importing a CSV dataset (where identifiers like "01004" where sometimes incorrectly casted to numbers).
v2.0.15
-
Replace internal ids with layer names in the
id
attribute of SVG elements to make it easier for SVG export users to identify layers (fixes #141). -
Improves performance when editing text annotations (and map title and source fields) by not saving every change in the application history (the undo/redo stack).
-
Update NUTS2 datasets (thanks to @rysebaert).
v2.0.14
v2.0.13
v2.0.12
-
Fix mushrooms map legend update after the reference size of a half-circle has changed.
-
Fix the position of mushrooms on the map when a half-circle reference size is changed.
-
Fix the position of scale bar text when choosing a scale bar without side ticks.
-
Improve the choice of types offered in the field typing modal and checks the type chosen by the user when creating a new column.
-
Improve the behavior of the “Zoom to layer” feature to take into account any margins added by the user around the map.
-
Improve support for small values in the zoom factor options in the left side menu.
-
Add a tutorial to the documentation.
v2.0.11
v2.0.10
-
Minor fixes in french translation.
-
Restore functionality to represent stock variables with negative values other than with 2 colors representing positive and negative values (i.e. with a qualitative variable or with a relative quantitative variable when present in the dataset).
v2.0.9
-
New functionality to select numerator / denominator for smoothed maps (Fixes #135).
-
Add options for choosing whether or not to display the confidence interval around the linear regression line and, if so, its color.
-
Improves import of CSV files:
- by removing "NA" values from numerical columns and replacing them with null values,
- by removing any empty lines at the end of the file.
-
Add a new entry in the left menu to change the scale and translate attributes of the map.
-
Add a vertical scroll bar in the layer manager (rather than on the whole left menu) for when a project contains many layers.
-
Add an example dataset “Countries of the world” with various statistical data (from the World Bank, the United Nations and Wikipedia), thanks to @rysebaert.
-
Add the ability to choose text color and other font settings for scale bars.
-
Add the ability to choose the color of the north arrow (in its “simple” style only).