~ubuntu-branches/ubuntu/natty/qgis/natty

« back to all changes in this revision

Viewing changes to src/plugins/grass/modules-common/v.distance.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="Find nearest element in vector 'to' for elements in vector 'from'. Various information about this relation may be uploaded to attribute table of input vector 'from'" module="v.distance">
 
5
        <option key="from" typemask="point" layeroption="from_layer"/>
 
6
        <option key="to" typeoption="to_type" layeroption="to_layer"/>
 
7
        <option key="upload"/>
 
8
        <option key="dmax"/> 
 
9
        <option key="dmin"/>
 
10
        <field key="column" layer="from" type="integer,double" label="Attribute field" />
 
11
        <option key="output"/>
 
12
</qgisgrassmodule>