Releases: mthh/QgisDistanceCartogramPlugin
v0.8
-
Fix the reading of the CSV durations matrix when the first cell isn't empty.
-
Fix the listening of changes in the QlistWidget that allows the user to select the layer(s) to deform.
-
Improve progression of the progress bar during the cartogram creation.
-
Make the main QDialog non-resizable (since the content does not resize according to the size of the QDialog).
v0.7
-
Replace median with mean for computing the displacement of points for unipolar distance cartogram (from a layer of points and a duration matrix).
-
Enable the deformation of multiple background layers (previously only one background layer was allowed).
-
Improve wording in the README and in the documentation.
v0.6
v0.5
v0.4
-
Fixes the displacement of source point when the image point is very distant.
-
Fix some numpy deprecation warning.
-
Slightly change strategy for activating the OK button in the dialog.
-
Use geo_interface instead of asJson when extracting coordinates of source / image points.