Bug report #2494
ftools: vector grid tool (random points/ regular points) tool assign wrong coordinate system
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | cfarmer - | ||
Category: | Python plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12554 |
Description
When creating vector grids with ftools the assigned coordinate system is not the one of the project but the one defined in "_options -> crs -> global default..._"***. Tested with trunk under both windows and linux.
***
Unless obviously if you have it configured as "_options -> crs -> project wide default CRS will be used_"
Associated revisions
Vector grid tool now uses project crs instead of None. Fixes #2494.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13021 c8812cc2-4d05-0410-92ff-de0c093fc19c
Vector grid tool now uses project crs instead of None. Fixes #2494.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13021 c8812cc2-4d05-0410-92ff-de0c093fc19c
Both tools now uses project crs instead of None (or input vector layer if selected in regular points). Fixes #2494.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13022 c8812cc2-4d05-0410-92ff-de0c093fc19c
Both tools now uses project crs instead of None (or input vector layer if selected in regular points). Fixes #2494.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13022 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Giovanni Manghi over 14 years ago
the same applies to the random points and regular points tools.
#2 Updated by cfarmer - over 14 years ago
Fixed in 3fa3d002 (SVN r13022).
-Carson
#3 Updated by Jürgen Fischer over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed