-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·30 lines (30 loc) · 1.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head><title>Split Features On Steroids - QGIS Plugin help</title></head>
<body>
<h1>Split Features On Steroids</h1>
<br/>
Developed by <b>Antonio Carlón</b>
<br/><br/>
Start editing a <b>polygon/multipolygon</b> feature and select the <img src="icon.png"/> <b>Split Features On Steroids</b> tool. The tool will show the resulting areas on each side of the cutting line.
<br/>
<img src="demo1.png"/>
<br/>
Select the <img src="moveVertices.png"/> <b>Move vertices</b> tool to edit the vertices of the cutting line.
<br/>
<img src="demo2.png"/>
<br/>
Select the <img src="addVertices.png"/> <b>Add vertices</b> tool to add vertices in the middle of the cutting line.
<br/><br/>
Select the <img src="removeVertices.png"/> <b>Remove vertices</b> tool to remove vertices from the cutting line.
<br/><br/>
Select the <img src="moveSegment.png"/> <b>Move segment</b> tool to move the segments of the cutting line.
<br/><br/>
Select the <img src="lineClose.png"/> <b>Close line</b> tool to close the cutting line (to make holes).
<br/><br/>
Select the <img src="lineOpen.png"/> <b>Open line</b> tool when the line is closed to open the cutting line.
<br/><br/>
Select the <img src="moveLine.png"/> <b>Move line</b> tool to move the cutting line.
<br/><br/>
Developed by <b>Antonio Carlón</b>
</body>
</html>