Skip to content

Releases: riatelab/magrit

v2.3.1

23 Apr 13:32
Compare
Choose a tag to compare
  • Fix display of coordinate system code when authority is “ESRI” and not “EPSG” (fixes #152).

v2.3.0

21 Mar 10:20
Compare
Choose a tag to compare
  • Add an option to specify, for representations using classification, whether classes are closed “on the left” or “on the right”.
    This is a significant change, since classes were previously closed on the right and are now closed on the left by default.
    See the classification documentation page for more information on this subject.

  • Enhance tooltips (when hovering over a layer in the layer manager) to display detailed information about the layer.

  • Fix a bug when opening XLSX files where the header line was not detected correctly and appeared as the first line of data (cf. discussion in #143).

  • Improve support for CSV files containing empty rows and/or columns (cf. discussion in #143).

  • Minor fixes in Spanish translation.

v2.2.5

03 Mar 10:28
Compare
Choose a tag to compare
  • Modify the option to control whether the class summary chart is displayed in the layer settings modal (fixes #149).

  • Added missing options in the layer settings modal:

    • to change the color of proportional symbols in the “positive values / negative values” coloring mode,
    • to control the display of the scatterplot of linear regression results (as for the chart of class summaries, following fix of #149).

v2.2.4

24 Feb 10:52
Compare
Choose a tag to compare
  • Update world_209 dataset to add NAMEde column for German country names and to update the column REGION_BLOC with the countries that have left CEDEAO/ECOWAS (Burkina Faso, Mali and Niger, on 25/01/2025).

v2.2.3

17 Feb 12:34
Compare
Choose a tag to compare
  • Fixes the standard deviation calculation in the classification panel (both for class calculation with the “Standard deviation” method and for the display of standard deviations on the chart).

  • Changes the way class boundaries fall for “Fisher-Jenks” classification (they now fall on the midpoint between data values rather than on the values themselves).

v2.2.2

12 Feb 10:31
Compare
Choose a tag to compare
  • Remove support for XLS files (XLSX and ODS files are still supported - fixes #148).

v2.2.1

20 Jan 14:11
Compare
Choose a tag to compare
  • Add some d3-geo projections that were missing (Conic Conformal, Conic Equal-Area, Conic Equidistant, Gnomonic, Transverse Mercator).

  • Improve the component for defining standard parallels for projections that support this parameter.

  • Fix the redrawing of the map (wasn't happening) when changing the standard parallel(s) of a projection.

v2.2.0

06 Jan 13:25
Compare
Choose a tag to compare
  • New: Add the translation of the interface in Spanish (thanks to @cvbrandoe).

v2.1.3

18 Dec 13:54
Compare
Choose a tag to compare
  • Fix the rendering of categorical pictogram maps for features with no value (it now don't display a pictogram for these features instead of displaying a default symbol).

v2.1.2

09 Dec 16:07
Compare
Choose a tag to compare
  • Add the possibility of creating graduated links (size according to class after classification) in addition to proportional links and fixed-size links (the option was indicated as existing in the documentation but was not proposed in the interface).

  • Add a minimum size for proportional links (to ease the visualization of links with very small values).

  • Fix the option to manually move proportional symbols after the “avoid overlapping symbols” option has been enabled then disabled (fixes #147).

  • Don't propose to move proportional symbols while the "avoid overlapping symbols" is enabled (fixes #147).