Skip to content

Releases: riatelab/magrit

v0.16.3

12 Jul 19:11
Compare
Choose a tag to compare
  • Fix saving the custom palette when clicking on confirm in the dedicated popup of the discretisation panel (fixes #117).

  • Improves the size of some HTML elements for custom palettes that were too small.

  • Fix field names vertical alignment in label creation options (thanks to @robLittiere).

  • Fix overflow of field names in label creation options (thanks to @robLittiere).

  • Don't try to rewind automatically cartogram layers.

  • Remove useless CSS from 404 page (which included loading a font from Google Fonts).

v0.16.2

12 May 06:07
Compare
Choose a tag to compare
  • Fix red dot position for labels when moving them.

v0.16.1

11 May 19:05
Compare
Choose a tag to compare
  • Improve compatibility between the slightly new handling and the old handling of the label positions (when loading a project file created with a version before 0.16.0).

v0.16.0

11 May 12:54
Compare
Choose a tag to compare
  • Deactivate zoom by rectangular selection when changing projection if its on.

  • Improve the handling of the label positions by avoiding to reset the position of the labels when changing projection for labels that have been manually moved.

  • Avoid resetting the position of the labels when exporting to SVG with the "Clip SVG on current extent" option.

  • Change CSS for inactive layers (because Inkscape does not support the "visibility" attribute on SVG elements nor the "visibility" CSS property).

  • Load pictograms when loading the application instead of deferring the loading to the first time the "pictogram panel" is opened (because it was causing some issues with slow network connections, because pictograms were not loaded when the user was trying to use them - see #110).

v0.15.3

14 Apr 12:44
Compare
Choose a tag to compare
  • Fix links to image from subchapters in documentation.

v0.15.2

13 Apr 08:28
Compare
Choose a tag to compare
  • Fix the mouseup behaviour when drawing a rectangle layout feature (the cursor was still moving the map after drawing the rectangle even after the click was released).

  • Fix the mouseup behaviour when zooming with a rectangular selection (the cursor was still moving the map after drawing the rectangle even after the click was released).

v0.15.1

11 Apr 15:15
Compare
Choose a tag to compare
  • Transfers the fill-opacity of layers to their legends.

v0.15.0

06 Apr 18:34
Compare
Choose a tag to compare
  • Fix bug with null / empty geometry introduced in commit 326e3c8 / version 0.13.2.

  • Improve the label creation popup to enable the creation of multiple labels at once, while being able to select the font and the font size for each field.

  • Automatically stack labels for the same feature to avoid overlap (thanks to @robLittiere and @ArmelVidali / see PR #109).

  • Update smoomapy dependency to fix some issue when bounds given by the user are very close to the min/max bounds of the data (and that could result in a class without value).

v0.14.1

29 Mar 17:11
Compare
Choose a tag to compare
  • Fix the location of labels derived from a dorling/demers (proportional symbol) layer (Fix #108). Also works on symbols that were manually moved.

  • Fix description of Departements and Regions sample dataset ("CODGEO" field was described as "CODEGEO", preventing to use the actual "CODGEO" field in some representations).

v0.14.0

24 Mar 13:26
Compare
Choose a tag to compare
  • New: Enables the filtering of one or more categories of symbols when rendering a Typo Symbol map (thanks to @robLittiere and @ArmelVidali / see PR #106)

  • New: Add the possibility to create legend for label layers. Closes #107.

  • Fix some typos in french translation.