Skip to content

Releases: riatelab/magrit

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.

v0.12.1

06 Dec 23:46
Compare
Choose a tag to compare
  • Fix an apparently old bug about reloading of old project files (project file generated around 2017 that did not yet contain version information, before 0.3.0, so probably only very few people / project files were affected).

  • Fix importing of geopackage when clicking on the "Add a basemap" button (was only working when dropping geopackage files on the map).

v0.12.0

30 Nov 09:56
Compare
Choose a tag to compare
  • New: Enable the import of vector layers contained in geopackages.

  • Fix missing HTML attribute that prevented re-translation of some tooltip.

  • Fix coordinate order when exporting to some CRS / file formats.

  • Improves the positioning of the legend titles for proportional symbols.

  • Improve the alignment of the items in the legend edition box.

  • Update Python dependencies to enable Python 3.11 support and switch to Python 3.11 in all docker images (Python 3.11 is supposed to bring interesting performance improvements thanks to the specialization brought by its adaptive interpreter)

v0.11.1

08 Nov 13:58
Compare
Choose a tag to compare
  • Fix missing i18n strings for projections added in 0.11.0.

v0.11.0

03 Nov 11:00
Compare
Choose a tag to compare
  • New: Add option to avoid overlapping of the circle / square symbols (in PropSymbol, PropSymbolChoro and PropSymbolTypo). Closes #77.
  • Update cartographic templates that are available on the landing page (thanks to @rysebaert for preparing the data and providing the templates).
  • Update NUTS datasets to 2020 version.
  • Update of datasets for Metropolitan France to a version based on voronoi polygons calculated from the centroids of the communes of the ADMIN-EXPRESS-COG 2022 version.
  • Add new cartographic projections from d3-geo-projection : Interrupted Quartic Authalic, Interrupted Mollweide Hemispheres, PolyHedral Butterfly, Polyhedral Collignon, Polyhedral Waterman, Hammer, Eckert-Greifendorff (based on d3.geoHammer), Quartic Authalic (based on d3.geoHammer) and Spilhaus (based on d3.geoStereographic).