Skip to content

Commit 35fab87

Browse files
author
Stefan
authored
Updated ogr2ogr.py with GeoPackage in FORMATS and EXTS.
GeoPackage really deserves to become a first class citizen in QGIS at for vector and probably also for raster :-) (Wondering why the lists aren't sorted alphabetically. This makes searching for a format for the user in the dialog/pul down list a tedious sequential task).
1 parent 24e3214 commit 35fab87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/plugins/processing/algs/gdal/ogr2ogr.py

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
'ODS',
6464
'XLSX',
6565
'PDF',
66+
'GPKG',
6667
]
6768

6869
EXTS = [
@@ -88,6 +89,7 @@
8889
'.ods',
8990
'.xlsx',
9091
'.pdf',
92+
'.gpkg',
9193
]
9294

9395

0 commit comments

Comments
 (0)