1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
4<qgisgrassmodule label="Import OGR vectors in a given data source combining them in a GRASS vector" module="v.in.ogr">
5
6	<file key="input" type="directory" label="Path to the OGR data source"/>
7	<option key="output" />
8        <option key="type" advanced="yes"/>
9
10        <flag key="2" answer="off" hidden="no" advanced="yes"/>
11        <flag key="t" answer="off" hidden="no" advanced="yes"/>
12        <flag key="o" answer="off" hidden="no" advanced="yes"/>
13        <flag key="r" answer="off" hidden="no" advanced="yes"/>
14        <flag key="w" answer="off" hidden="no" advanced="yes"/>
15        <flag key="e" answer="off" hidden="no" advanced="yes"/>
16        <option key="snap" advanced="yes" />
17        <option key="min_area" advanced="yes" />
18	<flag key="o" answer="on" advanced="yes" />
19</qgisgrassmodule>
20