Skip to content

Releases: riatelab/magrit

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.

v0.13.4

14 Mar 09:50
Compare
Choose a tag to compare
  • Change docker recipe to enable the creation and the publication on docker hub of multi-plateform images (amd64 / arm64).

v0.13.3

21 Feb 16:18
Compare
Choose a tag to compare
  • Try to improve rings rewinding since some existing issues weren't solved (#104) and since some new issues have arisen (#105).

  • Fig a bug preventing to load target layers that don't have any attribute field.

v0.13.2

17 Feb 14:01
Compare
Choose a tag to compare
  • Rewind rings of polygons before displaying layers in the map (to avoid some rendering issues with some geometries and d3.js).

v0.13.1

05 Jan 16:37
Compare
Choose a tag to compare
  • 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.

v0.13.0

04 Jan 13:56
Compare
Choose a tag to compare
  • New: Add option to use Gastner, Seguy and More (2018) method to compute cartograms (only available in browsers that support WASM).

  • Fix bug that was preventing to do some new cartographic portrayals after promoting a layout layer to target layer.