Releases: riatelab/magrit
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.
v0.13.0
v0.12.1
-
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
-
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
v0.11.0
- 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
v0.10.0
-
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.