Skip to content

Commit ca5f99d

Browse files
authoredMar 29, 2017
Merge pull request #4278 from sfkeller/patch-1
[processing] Updated ogr2ogr.py with GeoPackage in FORMATS and EXTS.
2 parents eb110fd + 35fab87 commit ca5f99d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

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

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.