~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to src/plugins/grass/modules-common/v.surf.rst.qgm

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
 
3
 
 
4
<qgisgrassmodule label="Regularized spline with tension raster interpolation based on vector points" module="v.surf.rst">
 
5
        <option key="input" layeroption="layer" typemask="point,line" id="input" />
 
6
        <field key="zcolumn" layerid="input" type="integer,double" label="Attribute field (interpolated values)" />
 
7
        <option key="tension" />
 
8
        <!--option key="smooth" /-->
 
9
        <option key="elev" />
 
10
        <option key="dmax" answer="5" hidden="yes" />
 
11
        <option key="dmin" answer="2" hidden="yes" />
 
12
        <!--option key="segmax" answer="1000" hidden="yes" /-->
 
13
        <!--option key="npmin" answer="5000" hidden="yes" /-->
 
14
</qgisgrassmodule>