File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/plugins/grass/modules Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
3
4
4
<qgisgrassmodule label =" Calculate shadow maps from sun position determinated by date/time" module =" r.sunmask" >
5
- <option key =" elev " />
5
+ <option key =" elevation " />
6
6
<option key =" year" />
7
7
<option key =" month" />
8
8
<option key =" day" />
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
3
4
4
<qgisgrassmodule label =" Calculate shadow maps from exact sun position" module =" r.sunmask" >
5
- <option key =" elev " />
5
+ <option key =" elevation " />
6
6
<option key =" altitude" />
7
7
<option key =" azimuth" />
8
8
<flag key =" z" answer =" off" />
9
9
<option key =" output" />
10
- </qgisgrassmodule >
10
+ </qgisgrassmodule >
You can’t perform that action at this time.
0 commit comments