Skip to content

Commit

Permalink
Added v.split module for the grass plug-in to fix #1783.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11095 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rugginoso committed Jul 16, 2009
1 parent b9b31a8 commit c207fb0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/grass/modules-6.3/default.qgc
Expand Up @@ -292,6 +292,7 @@
<grass name="v.centroids"/>
<grass name="v.build.polylines"/>
<grass name="v.segment"/>
<grass name="v.split"/>
<grass name="v.to.points"/>
<grass name="v.parallel"/>
<grass name="v.dissolve"/>
Expand Down
1 change: 1 addition & 0 deletions src/plugins/grass/modules-6.4/default.qgc
Expand Up @@ -303,6 +303,7 @@
<grass name="v.centroids"/>
<grass name="v.build.polylines"/>
<grass name="v.segment"/>
<grass name="v.split"/>
<grass name="v.to.points"/>
<grass name="v.parallel"/>
<grass name="v.dissolve"/>
Expand Down
Binary file added src/plugins/grass/modules-common/v.split.1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/plugins/grass/modules-common/v.split.2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/plugins/grass/modules-common/v.split.qgm
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
<qgisgrassmodule label="Split lines to shorter segments" module="v.split">
<option key="input" typemask="line,boundary"/>
<option key="output"/>
<option key="length"/>
<option key="vertices"/>
</qgisgrassmodule>

0 comments on commit c207fb0

Please sign in to comment.