/usr/share/qgis/grass/modules/r.in.wms.qgm is in qgis-plugin-grass-common 2.0.1-2build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
<qgisgrassmodule label="Download and import data from WMS server" module="r.in.wms">
<option key="mapserver" />
<option key="layers" />
<option key="srs" />
<option key="format" />
<option key="wmsquery" />
<flag key="d" answer="off" />
<flag key="c" answer="off" />
<option key="folder" />
<option key="wgetoptions" />
<option key="curloptions" />
<flag key="k" answer="off" />
<flag key="p" answer="off" />
<option key="method" />
<option key="output" />
</qgisgrassmodule>
|