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 5fb69d1 commit 24cdba9Copy full SHA for 24cdba9
src/plugins/grass/config/default.qgc
@@ -212,14 +212,13 @@
212
<grass name="r.contour2"/>
213
</section>
214
<section label="Interpolate surface">
215
- <grass name="r.bilinear"/>
216
<grass name="v.surf.bspline"/>
217
<grass name="r.surf.idw"/>
218
<grass name="r.surf.idw2"/>
219
- <grass name="r.surf.contour"/>
220
<grass name="v.surf.idw"/>
221
<grass name="v.surf.rst"/>
222
<grass name="r.fillnulls"/>
+ <grass name="r.surf.contour"/>
223
224
225
<section label="Reports and statistics">
0 commit comments