Skip to content

Releases: riatelab/magrit

v2.0.14

25 Sep 20:15
Compare
Choose a tag to compare
  • Fix manual category sorting for categorical choropleth and pictogram maps when the dataset contains null or empty values.

  • Improve initial category sorting for categorical choropleth and pictogram maps.

v2.0.13

23 Sep 11:46
Compare
Choose a tag to compare
  • Fix the lack of verification before alerting the user about an incompatible field type when creating a new column.

  • Improve handling of Infinity and NaN values when creating a new column.

  • Add a video to the documentation.

v2.0.12

17 Sep 14:43
Compare
Choose a tag to compare
  • 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

13 Sep 11:01
Compare
Choose a tag to compare
  • Fix support for importing files whose mime-type was not detected on Windows (KML and Geopackage in particular).

  • Fix the display order of entities on mushroom maps.

  • Fix export of layers to Shapefile and GeoPackage.

v2.0.10

11 Sep 19:32
Compare
Choose a tag to compare
  • 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

05 Sep 13:40
Compare
Choose a tag to compare
  • 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).

v2.0.8

27 Aug 13:10
Compare
Choose a tag to compare
  • Fix the value displayed for scale bars (Fixes #137).

  • Add functionality to directly reload a project file from a remote URL (see documentation for details).

  • Disable the button to open the import window until GDAL has finished loading.

v2.0.7

31 Jul 15:37
Compare
Choose a tag to compare
  • Reintroduce the publishing of an image on the Docker Hub with each new release.

  • Add the ability to define a custom projection via a WKT or proj4 string (Fix #133).

  • Enhance components for modifying projection axis parameters (to enable more precise input of values).

v2.0.6

12 Jul 06:31
Compare
Choose a tag to compare
  • Add functionality to display the mean, median and population on the histogram displayed on the map for choropleth representations.

  • New example datasets added by @rysebaert:

    • Municipalities of Metropolitan France,
    • Municipalities of Metropolitan France + overseas regions,
    • Municipalities of Metropolitan France + overseas regions in inserts (to enable easy representation of mainland France + overseas regions in the same map).

v2.0.5

10 Jul 14:30
Compare
Choose a tag to compare
  • Fix bug with mean & standard deviation classification method (when the average is requested to be a class limit). Fixed upstream in mthh/statsbreaks.

  • Enable displaying population (rug plot) on the classification plot of the classification panel.

  • Improves the color of the box plot (especially when using the dark theme) in the classification panel.

  • Changed the links to the old version of Magrit in the documentation.