~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to src/plugins/grass/modules-common/r.texture.bis.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="Create raster with textural features from raster (second serie of indices)" module="r.texture">
 
5
        <option key="input" />
 
6
        <option key="size" answer="3" />
 
7
        <option key="distance" answer="1" />
 
8
        <flag key="x" />
 
9
        <flag key="e" />
 
10
        <flag key="d" />
 
11
        <flag key="p" />
 
12
        <flag key="m" />
 
13
        <flag key="n" />
 
14
        <flag key="o" />
 
15
        <option key="prefix" />
 
16
</qgisgrassmodule>