-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmetadata.txt
98 lines (94 loc) · 3.01 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[general]
name=interlis
qgisMinimumVersion=3.6
description=Interlis Import/Export
about=Load Interlis data into QGIS layer and import/export functionality for PostGIS.
Contains a GUI and Processing algorithms for additional tasks requiring a Java.
version=0.14.8
author=Pirmin Kalberer (Sourcepole)
changelog=
0.14.8
- Fix model network request for newer QGIS versions
0.14.7
- Fix srsCode extraction in GPKG schemaimport
- Create GPKG in Create Schema command
- Set default Crs parameter to EPSG:2056
0.14.6
- iliprovider bug fixed
0.14.5
- algorithm bux fixed
0.14.4
- QGIS 3 startup bug fixed (thanks to mbernasocchi)
0.14.3
- Port to QGIS 3 (Python 3 / QT5)
0.13.3
- Update Jars to ili2pg/ili2gpkg 3.9.0
- Ili model -> Ilismeta conversion fixed
0.13.2
- Fix display of only one row in attribute table
- Open bug in ili2c:
Ili model -> Ilismeta conversion always fails with "NullPointerException"
0.13.1
- Update Jars to ili2pg/ili2gpkg 3.8.1
- Enable NOT NULL and numeric data type constrains by default
- Support for BascetCol/DatasetCol
0.13.0
- Update Jars to ili2pg/ili2gpkg 3.6.0
- Fix modeldir path on Windows
- Jar execution with useSystemProxies option
0.12.1
- Windows compatibility fixes
0.12.0
- Update Jars to ili2pg/ili2gpkg 3.5.0
- Remove dependency on ili2c.jar
- Use QgsNetworkAccessManager instead of urllib2 (uses QGIS proxy settings)
0.11.1
- Workaround for random OGR sublayer order in QGIS 2.18
0.11.0
- ili2gpkg algorithms
- Update connection list before opening parameters dialog
- deleteData parameter in Ili2PgImportAlgorithm
- make models optional in import and export
0.10.0
- Extended ili2pg algorithms
- Update Jars to ili2pg/ili2gpkg 3.4.0 and ili2c 4.5.27
0.9.1
- Improved layer selection list
0.9.0
- Simplified GUI
- Processing algorithms for operations requiring Java
- Support for multiple geometries per layer
0.8.2
- Compatibility with OGR 2.0
0.8.1
- Catch Windows file locking error when deleting temporary configuration
0.8.0
- Model tab with schema creation and enum import buttons
- Create IlisMeta from Ili
- OGR config creation with default mapping
0.7.2
- Fix OGR library import
- Show Log window on model lookup error
0.7.1
- OGR and QGIS version checks
- Wait cursor during import
0.7.0
- Set CRS
- Fix adding layers with multiple geometry columns
- Fix enum import
0.6.1
- OGR config file dialog fixed
0.6.0
- Multi-Geometry support in ogrtools transform
- Support for Ilismeta model lookup with UTF-8 characters
0.5.0
- Ilismeta model lookup
# tags are comma separated with spaces allowed
tags=Interlis
homepage=https://github.com/sourcepole/qgis-interlis-plugin
tracker=https://github.com/sourcepole/qgis-interlis-plugin/issues
repository=https://github.com/sourcepole/qgis-interlis-plugin
icon=icon.png
experimental=False
deprecated=False