Skip to content

Releases: riatelab/magrit

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).

v0.10.1

13 Oct 15:04
Compare
Choose a tag to compare
  • Fix a bug that prevented to create typology maps (Typo, PropSymbolTypo and TypoPicto) with data of type 'Number' (error introduced in version 0.10.0).

v0.10.0

07 Oct 15:27
Compare
Choose a tag to compare
  • Change how is proposed the 'custom palette' option in the classification panel (#78).

  • Improve CSS of the classification panel.

  • Improve the rendering of the histogram in the classification panel.

  • Sort alphabetically categories of 'typo' and 'picto' by default.

  • Improve positioning of the waffles in Waffle Map (so that the center of the waffle block falls on the x-center, instead of the behavior until now where it was the lower right corner).

  • Enforce parsing fields as string in GML file (following bug report by email).

  • Read the CRS of the GML file to transfer it to the UI and ask the user if it should be used.

  • Fix coordinates order (using OAMS_TRADITIONAL_GIS_ORDER option of OSR) when exporting to Shapefile and GML.

  • In PropSymbolTypo, do not show in the legend the categories that do not appear on the map because of empty or 0 values in the field used to draw the proportional symbol (#93).

  • Update some country names in "World countries" example dataset (PR #92 by @rCarto).

  • Update the whole d3.js stack.

v0.9.2

08 Sep 06:11
Compare
Choose a tag to compare
  • Fix positioning of the waffles in Waffle Map (#87).