-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmetadata.txt
60 lines (55 loc) · 1.68 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
; the next section is mandatory
[general]
author=Sandro Santilli
name=PostGIS Topology Editor
qgisMinimumVersion=3.0
qgisMaximumVersion=3.99
description=Editing toolbar for PostGIS topology primitives (ISO SQL/MM based)
about=Editing toolbar for PostGIS topology primitives (ISO SQL/MM based)
category=Database
version=0.4.0
; end of mandatory metadata
; start of optional metadata
changelog=
0.4.0
Add edge left/right ring selection tools
0.3.1
Qualify calls to topology functions
Do not select closed edges as dangling (#5)
Rename toolbar to "PostGIS Topology Edit Toolbar"
0.3.0
Make compatible with QGIS3
0.2.2
Fix hard-coded schema name in dangling edge selector tool
0.2.1
Fix dangling edge selector tool icon background
0.2.0
Add dangling edge selector tool
0.1.1
Fix misleading text in node removal tool warnings
Hint about selecting elements to be removed
0.1.0
Change node deletion tool to drop selected nodes
0.0.3
Advertise support for qgis 2.x
0.0.2
Fix support for qgis 2.0
0.0.1
Fix version mismatch
0.0.0
Initial release
; tags are in comma separated value format, spaces are allowed
tags=topology,postgis
; these metadata can be empty
; in a future version of the web application it will
; be probably possible to create a project on redmine
; if they are not filled
homepage=https://github.com/strk/qgis_pgis_topoedit
tracker=https://github.com/strk/qgis_pgis_topoedit/issues
repository=https://github.com/strk/qgis_pgis_topoedit.git
icon=icons/topoedit.png
; experimental flag
experimental=True
; deprecated flag (applies to the whole plugin and not only to the uploaded version)
deprecated=False