Feature request #2881
Georeference's plugin have use translator text to COMPRESS argument in gdalwarp
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | mmassing - | ||
Category: | C++ Plugins | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 12941 |
Description
Use translator argument for gdalwarp string.
The string with command for
the option -co COMPRESS=[VALUE], use the translator text (VALUE),
in this case would be in english value.
Example, may locate is PT-Br(Brazilan portuguese).
The string for gdalwarpt is:
gdalwarp COMPRESS=NENHUMA ...
would be:COMPRESS=NONE
This not make problem in result, only alert for use translator.
Associated revisions
Patch by Luiz Motta: Do not translate gdal compression arguments, fixes #2881. Thanks.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13959 c8812cc2-4d05-0410-92ff-de0c093fc19c
Patch by Luiz Motta: Do not translate gdal compression arguments, fixes #2881. Thanks.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13959 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by mmassing - over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in 6cd0f0ee (SVN r13960).