Bug report #3814
Polygonize generates a custom projection instead of using the source projection
Status: | Rejected | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Giuseppe Sucameli | ||
Category: | GDAL Tools | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Debian | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | invalid |
Crashes QGIS or corrupts data: | Copied to github as #: | 13872 |
Description
When converting a raster in vector with GdalTools, the resulting shp has a custom projection, identical to the source one, instead of just taking the original one with its code. Nothing terrible, but in this way more and more custom prj will be generated.
Unclear whether it is a QGIS or a GDAL problem.
History
#1 Updated by Paolo Cavallini about 13 years ago
- Pull Request or Patch supplied set to No
- Resolution set to invalid
- Status changed from Open to Rejected
The original raster had the same parameters, but without +towgs84 params. So the behaviour of GDALTools is correct.