File tree 2 files changed +20
-0
lines changed
src/plugins/grass/modules
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
+
4
+ <qgisgrassmodule label =" Extrudes flat vector object to 3D with height based on attribute" module =" v.extrude" >
5
+ <option key =" input" layeroption =" layer" />
6
+ <option key =" elevation" label =" Elevation raster for height extraction (optional)" />
7
+ <option key =" zshift" advanced =" yes" />
8
+ <field key =" hcolumn" layer =" input" type =" integer,double" />
9
+ <option key =" output" />
10
+ </qgisgrassmodule >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
+
4
+ <qgisgrassmodule label =" Extrudes flat vector object to 3D with fixed height" module =" v.extrude" >
5
+ <option key =" input" layeroption =" layer" />
6
+ <option key =" elevation" label =" Elevation raster for height extraction (optional)" />
7
+ <option key =" zshift" advanced =" yes" />
8
+ <option key =" height" />
9
+ <option key =" output" />
10
+ </qgisgrassmodule >
You can’t perform that action at this time.
0 commit comments