Releases: riatelab/magrit
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
-
New: Allow to promote layout layers (or some result layers) to be a target layer. This functionality makes it possible to combine some representations more efficiently and more quickly (for example, making a chroropleth map on the result of an anamorphosis, etc.).
-
Change how are imported target/layout layers: a message asking whether the newly imported layer is a target layer or a layout layer ?
-
Fix position of context menu when opened on layout features located on near the right/bottom of the window.
-
Try to improve the style of the box asking to type the various fields of the layer.
-
Change the workflow to prepare JS code (now using webpack) / split JS code in more files / don't use Jinja2 server-side anymore.
v0.7.4
v0.7.3
v0.7.2
-
Removes arithmetic progression classification method.
-
Also allow to create proportional symbols map when analyzing a layer of points.
-
Allow to use rounded corners on rectangles available as layout features.
-
Slightly change the behavior when a result layer is added by not fitting anymore the view-port on it.
-
Fix the "fit-zoom" behavior when using Armadillo projection and a layer at world scale.
-
Change the stewart implementation to consume less memory (smoomapy package is dropped temporarily).
v0.7.1
v0.7.0
- New: allow to analyze a layer of points by two means : through a regular grid or through an existing layer of polygons. Informations computed are either the density of items (weighted or not) in each cell/polygon or a statistical summary (mean or standard deviation) about the items belonging to each cell/polygon.