Skip to content

Releases: riatelab/magrit

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

v2.0.16

09 Oct 06:54
Compare
Choose a tag to compare
  • 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

30 Sep 07:54
Compare
Choose a tag to compare
  • 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

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.