Releases: riatelab/magrit
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.
v0.13.4
v0.13.3
v0.13.2
v0.13.1
-
Update go-cart-wasm version to 0.3.0 (avoid infinite loop on some edge cases).
-
Remove some deprecation warning when reprojecting some geometries in Python code.
-
Improve how the overlay disappears if an error is encountered during Gastner, Seguy and More cartogram creation.