Skip to content

Releases: riatelab/magrit

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).

v2.1.1

22 Nov 10:29
Compare
Choose a tag to compare
  • Deactivate “Undo/Redo” functionality by default to improve performance.

  • Improve first draw performance in geometry simplification modal.

v2.1.0

15 Nov 10:53
Compare
Choose a tag to compare
  • Add a new portrayal type: "Waffle map" (Fixes #132).

  • Add support for importing zipped datasets (zip files containing a single dataset or multiple datasets).

  • Fix filtering empty lines on CSV datasets for which the line separator is \r\n.

  • Fix buttons in FormulaInput component when the field name is also a sql function name (such as count or sum).

  • Update FAQ in documentation.

v2.0.19

22 Oct 15:31
Compare
Choose a tag to compare
  • Improve rendering of bar chart legend element used for categorical choropleth maps.

  • Improve classification panel:

    • by allowing the user to choose custom palette colors (by manually choosing the color for each class - fixes #142),
    • by allowing the user to copy / paste palette colors (to easily reuse the same palette in another project / in another map),
    • by offering a class number selector dedicated to nested means (to allow only powers of 2 to be selected, fixes #145),
    • by improving the comparison functions for classes boundaries given manually by the user.
  • Add a menu for selecting complete cartographic templates (composed of several layers) in the window for example datasets.

  • Add map templates for France and Europe (Template design, data retrieval and preparation, etc. all by @rysebaert).

  • Fix moving of legends / labels / layout features on touch screens (fixes #146).

  • Fix the use of some SQL functions in the field calculator when null values are present.

v2.0.18

10 Oct 19:53
Compare
Choose a tag to compare
  • Fix a field typing issue when importing a CSV file for fields containing numeric values with zeros and NA, introduced in 2.0.16 (Fixes #143).

v2.0.17

10 Oct 07:15
Compare
Choose a tag to compare
  • Fix a bug, not fully fixed previously, on the redrawing of mushrooms when changing the reference size of a semicircle.

  • Improve documentation to keep it up to date with the latest changes.

  • Fix a spacing issue on link legends (vertical version).