Skip to content

Commit

Permalink
19.11.2007 new module: m.proj
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7474 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
leo.lami committed Nov 19, 2007
1 parent bacd560 commit f3097be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/plugins/grass/modules/m.proj.qgm
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
<qgisgrassmodule label="m.proj - Convert coordinates from one projection to another (cs2cs frontend)." module="m.proj">
<flag key="i" />
<flag key="o" />
<flag key="d" />
<flag key="v" />
<option key="input" />
<option key="output" />
<option key="fs" />
<option key="proj_in" />
<option key="proj_out" />
</qgisgrassmodule>

0 comments on commit f3097be

Please sign in to comment.