4 changes: 2 additions & 2 deletions src/plugins/grass/modules/default.qgc
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@
<grass name="r.cost.vect"/>
<grass name="r.drain"/>
<grass name="r.shaded.relief"/>
<grass name="r.slope.aspect.slope"/>
<grass name="r.slope.aspect.aspect"/>
<grass name="r.slope"/>
<grass name="r.aspect"/>
<grass name="r.param.scale"/>
<grass name="r.texture"/>
<grass name="r.texture.bis"/>
Expand Down
Binary file added src/plugins/grass/modules/r.aspect.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/plugins/grass/modules/r.aspect.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/plugins/grass/modules/r.aspect.qgm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Create aspect raster from DEM (digital elevation model)" module="r.slope.aspect">
<option key="elevation" />
<option key="aspect" />
</qgisgrassmodule>
Binary file added src/plugins/grass/modules/r.slope.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/plugins/grass/modules/r.slope.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/plugins/grass/modules/r.slope.qgm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Create slope raster from DEM (digital elevation model)" module="r.slope.aspect">
<option key="elevation" />
<option key="slope" />
</qgisgrassmodule>