Feature request #19286
[Processing] Set default distance values coherent with meters
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Processing/GUI | ||
Pull Request or Patch supplied: | Yes | Resolution: | |
Easy fix?: | No | Copied to github as #: | 27114 |
Description
Depending on the algorithms (eg, create grid, snap points to grid, buffer...), the distance or spacing default can be 0.001, 1, 10 or ...
This does not sound really coherent as working with 0.001m in QGIS is rare and working with 10 degrees... well.
It could be nice to either populate the default depending on the project CRS units or homogenize the values on a single unit (my preference goes to meter units)
follow-up https://github.com/qgis/QGIS/pull/6823#issuecomment-382764395
History
#1 Updated by Harrissou Santanna about 6 years ago
- Pull Request or Patch supplied changed from No to Yes
I think native algorithms are fixed in https://github.com/qgis/QGIS/pull/7743