Releases: riatelab/magrit
v0.16.1
v0.16.0
-
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
v0.15.2
-
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
v0.15.0
-
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
-
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
-
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.