qgis-bug2251-gdal-add-tiff-ext.patch

Proposed fix. - jekhor -, 2009-12-10 07:38 AM

Download (616 Bytes)

View differences:

src/core/raster/qgsrasterlayer.cpp (working copy)
372 372
          }
373 373
          else break;               // skip if already found a JP2 driver
374 374
        }
375

  
376
        if ( myGdalDriverDescription == "GTiff")
377
        {
378
          glob += " *.tiff";
379
        }
380

  
375 381
        theFileFiltersString += myGdalDriverLongName + " (" + glob.toLower() + " " + glob.toUpper() + ");;";
376 382

  
377 383
        break;            // ... to next driver, if any.