~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to plugins/grass/config/default.qgc

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE qgisgrass SYSTEM "http://mrcc.com/qgisgrass.dtd">
3
 
<qgisgrass name="Default">
4
 
<modules>
5
 
        <section label="Vector overlay">
6
 
                <grass name="v.overlay.or"/>
7
 
                <grass name="v.overlay.and"/>
8
 
                <grass name="v.overlay.not"/>
9
 
                <grass name="v.overlay.xor"/>
10
 
        </section>
11
 
        <section label="Buffer">
12
 
                <grass name="v.buffer"/>
13
 
                <grass name="r.buffer"/>
14
 
        </section>
15
 
        <section label="Extract features from vector">
16
 
                <grass name="v.select.overlap"/>
17
 
                <grass name="v.extract.where"/>
18
 
        </section>
19
 
        <section label="Delaunay triangulation, Voronoi diagram and convex hull">
20
 
                <grass name="v.delaunay.line"/>
21
 
                <grass name="v.delaunay.area"/>
22
 
                <grass name="v.voronoi.line"/>
23
 
                <grass name="v.voronoi.area"/>
24
 
                <grass name="v.hull"/>
25
 
        </section>
26
 
        <section label="Density of points">
27
 
                <grass name="v.neighbors"/>
28
 
                <grass name="v.kernel"/>
29
 
        </section>
30
 
        <grass name="v.random"/>
31
 
        <grass name="v.mkgrid.region"/>
32
 
        <grass name="v.in.region"/>
33
 
        <section label="Convert a vector to raster">
34
 
                <grass name="v.to.rast.constant"/>
35
 
        </section>
36
 
        <section label="Geomorphology">
37
 
                <grass name="r.slope.aspect.slope"/>
38
 
                <grass name="r.slope.aspect.aspect"/>
39
 
        </section>
40
 
        <section label="Set raster color table">
41
 
                <grass name="r.colors"/>
42
 
        </section>
43
 
        <section label="Convert a raster to vector">
44
 
                <grass name="r.to.vect.point"/>
45
 
                <grass name="r.to.vect.line"/>
46
 
                <grass name="r.to.vect.area"/>
47
 
        </section>
48
 
        <section label="General">
49
 
                <grass name="g.gisenv"/>
50
 
        </section>
51
 
</modules>
52
 
</qgisgrass>