forked from p0cisk/Generalizer
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
39 lines (31 loc) · 1.01 KB
/
CHANGELOG
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
0.9 (09.11.2020)
- Move plugin to his self toolbar
0.8 (23.05.2020)
- fix import resources
0.7 (17.05.2020)
- fix save layer to file
- remove unattended column in temporary layer
0.6 (10.11.2019)
- updated to QGIS 3.x
- fix projection according to project coordinates
- quick documentation
0.5 (24.11.2013)
-updated to QGIS 2.0 API (thanks to Matthew Petroff)
-fix unicode error
0.4 (27.10.2013)
-add setDecimal() method in batch mode. Added by Bakhtiar Hasmanan
0.3 (15.09.2011)
-new algorithms:
smoothing: Snakes Algorithm
simplifying: Jenk's Algorithm, Reumann-Witkam Algorithm
0.2 (11.09.2011)
-added batch mode
-choose to save layer(s) on disk or to store in memory
-new algorithms:
smoothing: Hermite Spline Interpolation
0.1 (28.08.2011)
-first release
-supported algorithms:
generalization: Remove small objects
simplifying: Douglas-Peucker, Lang, Vertex Reduction
smoothing: Boyle's Forward-Looking, Chaiken's, McMaster's Distance-Weighting, McMaster's Sliding Averaging