Skip to content

Commit

Permalink
Updated ogr2ogr.py with GeoPackage in FORMATS and EXTS.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
Stefan committed Mar 17, 2017
1 parent 24e3214 commit 35fab87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/algs/gdal/ogr2ogr.py
Expand Up @@ -63,6 +63,7 @@
'ODS',
'XLSX',
'PDF',
'GPKG',
]

EXTS = [
Expand All @@ -88,6 +89,7 @@
'.ods',
'.xlsx',
'.pdf',
'.gpkg',
]


Expand Down

0 comments on commit 35fab87

Please sign in to comment.