Skip to content

Commit

Permalink
[GRASS] do not align to input by default in r.slope.aspect, fixes #9979
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Feb 3, 2016
1 parent 351af0b commit 5a8e4cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/plugins/grass/modules/r.slope.aspect.aspect.qgm
Expand Up @@ -4,4 +4,5 @@
<qgisgrassmodule label="Create aspect raster from DEM (digital elevation model)" module="r.slope.aspect">
<option key="elevation" />
<option key="aspect" />
<flag key="a" answer="on" hidden="yes" />
</qgisgrassmodule>
1 change: 1 addition & 0 deletions src/plugins/grass/modules/r.slope.aspect.slope.qgm
Expand Up @@ -4,4 +4,5 @@
<qgisgrassmodule label="Create slope raster from DEM (digital elevation model)" module="r.slope.aspect">
<option key="elevation" />
<option key="slope" />
<flag key="a" answer="on" hidden="yes" />
</qgisgrassmodule>
3 changes: 2 additions & 1 deletion src/plugins/grass/modules/r.slope.qgm
Expand Up @@ -4,5 +4,6 @@
<qgisgrassmodule label="Create slope raster from DEM (digital elevation model)" module="r.slope.aspect">
<option key="elevation" />
<option key="slope" />
<option key="format" advanced="yes" />
<option key="format" advanced="yes" />
<flag key="a" answer="on" hidden="yes" />
</qgisgrassmodule>

1 comment on commit 5a8e4cc

@gioman
Copy link
Contributor

@gioman gioman commented on 5a8e4cc Feb 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this needs also to be fixed in processing, I already made a PR that needs to be committed as fix (is not a new feature) #2746

Please sign in to comment.