-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmetadata.txt
72 lines (63 loc) · 2.79 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[general]
name=cartogram3
version=3.1.5
hasProcessingProvider=yes
category=Vector
tags=geometry, layers, polygon, shapefile
description=Generate anamorphic maps
about=This plugin creates continous cartograms (a.k.a. anamorphic maps) from polygon layers.
It is a port of the QGIS 2.x cartogram plugin by Morten Wulff and Carson Farmer to QGIS 3, Python 3 and PyQt5. Features include parallel processing, the option to select multiple variables to batch-produce cartograms, and the possibility to use a maximum total error threshold as a stop condition.
homepage=https://github.com/austromorph/cartogram3
repository=https://github.com/austromorph/cartogram3
tracker=https://github.com/austromorph/cartogram3/issues
author=Christoph Fink
icon=img/icon.png
qgisMinimumVersion=3.16.0
qgisMaximumVersion=3.99
changelog=
3.1.5 (2022-09-21):
- detect NULL values in input data set, prompt user (#39)
- new UI for warnings/errors (QgsMessageBar within plugin dialog)
3.1.4 (2022-04-12):
- run on even older Python versions (issue #38)
3.1.3 (2022-02-21):
- run on old-ish Python versions (relax min. version)
3.1.2 (2022-01-12):
- solved half of issue 29 (no progress on certain input layers)
- added warning dialog concerning the other half of issue 29
- updated translations
- moved batch operations to processing toolbox (simplified plugin dialog)
- a few smaller fixes
3.1.1 (2021-12-16):
- fixed regressions (issues 24, 27; residual error reporting, cancel button)
- progress bar now more fine-grained
3.1.0 (2021-12-10):
- fix issues 22, 23 (segfaults on QGIS>=3.20, on MacOS and Windows)
- new: processing toolbox algorithm
- improved performance
3.0.4 (2019-09-24):
- fix pending deprecation: `QgsGeometry().set()` marked as deprecated
3.0.3 (2019-03-15):
- bug fix: hide input layer after computation
3.0.2 (2018-11-26):
- bug fix: regression introduced in 3.0.1 for older versions (issue #19)
3.0.1 (2018-11-21):
- bug fix: QgsMapLayer.exportNamedStyle argument order changed (issue #18)
3.0.0 (2018-02-26):
- adapted to API changes in QGIS core (issues #14 and #15)
2.99.5 (2017-06-14):
– adapted to API changes in QGIS core (issue #13)
2.99.4 (2017-04-27):
– adapted to API changes in QGIS core (issue #12)
2.99.3 (2017-03-16):
– significant performance improvements for large datasets
2.99.2 (2017-02-20):
– support for QGIS on Microsoft Windows
2.99.1 (2017-02-18):
– added sample data
– added German, Spanish & Danish translation
2.99.0 (2017-02-17):
– initial release
experimental=False
deprecated=False