Skip to content

Commit

Permalink
Merge pull request #1365 from gioman/ogr2ogr
Browse files Browse the repository at this point in the history
fixes ogr2ogr.py
  • Loading branch information
volaya committed May 18, 2014
2 parents 0791930 + 0f2b92f commit eba6088
Showing 1 changed file with 26 additions and 18 deletions.
44 changes: 26 additions & 18 deletions python/plugins/processing/algs/gdal/ogr2ogr.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -51,42 +51,50 @@
FORMATS = [ FORMATS = [
'ESRI Shapefile', 'ESRI Shapefile',
'GeoJSON', 'GeoJSON',
' GeoRSS', 'GeoRSS',
'SQLite', 'SQLite',
'Generic Mapping Tools', 'GMT',
'Mapinfo TAB', 'MapInfo File',
'ESRI Shapefile',
'INTERLIS 1', 'INTERLIS 1',
'Geography Markup Language',
'Geoconcept',
'AutoCAD DXF',
'INTERLIS 2', 'INTERLIS 2',
'', 'GML',
'Microstation DGN', 'Geoconcept',
'Comma Separated Value', 'DXF',
'Atlas BNAGPS eXchange Format', 'DGN',
'S-57 Base file', 'CSV',
'Keyhole Markup Language', 'BNA',
'S57',
'KML',
'GPX',
'PGDump',
'GPSTrackMaker',
'ODS',
'XLSX',
'PDF',
] ]
EXTS = [ EXTS = [
'shp', '.shp',
'geojson', '.geojson',
'.xml', '.xml',
'.sqlite', '.sqlite',
'.gmt', '.gmt',
'.tab', '.tab',
'.shp', '.ili',
'.ili', '.ili',
'.gml', '.gml',
'.txt', '.txt',
'.dxf', '.dxf',
'.ili',
'.dgn', '.dgn',
'.csv', '.csv',
'.bna', '.bna',
'.gpx',
'.000', '.000',
'.kml', '.kml',
'.gpx',
'.pgdump',
'.gtm',
'.ods',
'.xlsx',
'.pdf',
] ]




Expand Down

0 comments on commit eba6088

Please sign in to comment.