Releases: mthh/QgisDistanceCartogramPlugin
Releases · mthh/QgisDistanceCartogramPlugin
v0.8
20 Jan 13:31
Compare
Sorry, something went wrong.
No results found
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
08 Jan 14:47
Compare
Sorry, something went wrong.
No results found
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
09 Dec 15:16
Compare
Sorry, something went wrong.
No results found
Fix bug in the add method of Rectangle2D.
Fix links to Darcy software in README and in documentation.
Format code with black + apply some ruff suggestions.
v0.5
05 Jan 17:55
Compare
Sorry, something went wrong.
No results found
Skip points with null / empty geometry when creating layer of 'image' points (fixes a bug occurring when the layer of 'source' points contains empty geometries).
v0.4
29 Dec 19:42
Compare
Sorry, something went wrong.
No results found
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.
v0.3
26 Dec 17:07
Compare
Sorry, something went wrong.
No results found
v0.2
22 Nov 22:05
Compare
Sorry, something went wrong.
No results found
Ensure the background layer and the point layer are in the same projected CRS.
Allow to use non-squared distance matrix as input (#3 ).
Enhance the reference feature selection by sorting the list alphabetically (#4 ).
Ensure the "sample dataset" dialog is put on top of the current Qgis window.