We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent bdceac2 commit f13db98Copy full SHA for f13db98
src/plugins/grass/modules/v.surf.idw.qgm
@@ -3,7 +3,7 @@
3
4
<qgisgrassmodule label="Interpolate attribute values (IDW)" module="v.surf.idw">
5
<option key="input" layeroption="layer" typemask="point,line" id="input" />
6
- <field key="col" layerid="input" type="integer,double" label="Attribute field (interpolated values)" />
+ <field key="column" layerid="input" type="integer,double" label="Attribute field (interpolated values)" />
7
<option key="npoints" />
8
<option key="output" />
9
</qgisgrassmodule>
0 commit comments