Skip to content

Commit c207fb0

Browse files
author
rugginoso
committed
Added v.split module for the grass plug-in to fix #1783.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11095 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b9b31a8 commit c207fb0

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed

src/plugins/grass/modules-6.3/default.qgc

+1
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@
292292
<grass name="v.centroids"/>
293293
<grass name="v.build.polylines"/>
294294
<grass name="v.segment"/>
295+
<grass name="v.split"/>
295296
<grass name="v.to.points"/>
296297
<grass name="v.parallel"/>
297298
<grass name="v.dissolve"/>

src/plugins/grass/modules-6.4/default.qgc

+1
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
<grass name="v.centroids"/>
304304
<grass name="v.build.polylines"/>
305305
<grass name="v.segment"/>
306+
<grass name="v.split"/>
306307
<grass name="v.to.points"/>
307308
<grass name="v.parallel"/>
308309
<grass name="v.dissolve"/>
955 Bytes
Loading
1.38 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3+
<qgisgrassmodule label="Split lines to shorter segments" module="v.split">
4+
<option key="input" typemask="line,boundary"/>
5+
<option key="output"/>
6+
<option key="length"/>
7+
<option key="vertices"/>
8+
</qgisgrassmodule>
9+

0 commit comments

Comments
 (0)