-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmetadata.txt
More file actions
50 lines (42 loc) · 1.5 KB
/
Copy pathmetadata.txt
File metadata and controls
50 lines (42 loc) · 1.5 KB
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
[general]
name:Gimp Selection Feature
description:Plugin for adding selected area in GIMP how a feature in polygon layer.
about:This plugin create a polygon layer, where, yours feature can come from selected area in GIMP.
This plugin is developed on the demand of IBAMA(Brazilian Institute of Environment and Renewable Natural Resources)
http://www.ibama.gov.br
Tested with GIMP 2.10.22(Ubuntu)
version:1.6
qgisMinimumVersion:3.10
author:Luiz Motta
email:motta.luiz@gmail.com
category:Raster
tags:GIMP,raster,IBAMA
homepage:https://github.com/lmotta/gimpselectionfeature_plugin/wiki
tracker:https://github.com/lmotta/gimpselectionfeature_plugin/issues
repository:https://github.com/lmotta/gimpselectionfeature_plugin
icon:gimpselectionfeature.svg
experimental:False
deprecated:False
changelog: 1.6(2020-10-12)
Fixed get features. Removed Geometry.Destroy
- 1.5(2019-11-27)
Added flash and refactored(hard)
- 1.4(2019-02-15)
Added adjust borders
- 1.3(2019-02-08)
Create self.taskManager for Add task
- 1.2 (2019-01-21)
Background process changed for QgsTask
- 1.1 (2019-01-02)
Commit features in main thread and maximum remove area to 200 pixels
- 1.0 (2018-12-06)
Migrated to QGIS 3.2
- 0.4
Change Azimuth (Not sum 360) and change labels Add(Send,Get)
- 0.3 (2016-06-29)
Added removed vertexs by Azimuth
Fixed when copy GIMP's plugin in Windows and not more need open a image to run Plugin in GIMP
- 0.2 (2016-06-19)
Change DBUS to Socket
- 0.1 (2016-06-16)
Start of plugin