We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3eebfd1 commit c7ccebfCopy full SHA for c7ccebf
src/plugins/grass/modules/v.clean.break.qgm
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
+
4
+<qgisgrassmodule label=" v.clean - Break lines at each intersection of vector map" module="v.clean">
5
+ <option key="input" typeoption="type"/>
6
+ <flag key="tool" answer="break"/>
7
+ <option key="output"/>
8
+</qgisgrassmodule>
0 commit comments