|
22 | 22 | <section label="Import vector">
|
23 | 23 | <grass name="v.in.ogr"/>
|
24 | 24 | <grass name="v.in.ogr.loc"/>
|
| 25 | + <grass name="v.in.ogr.all"/> |
| 26 | + <grass name="v.in.ogr.all.loc"/> |
| 27 | + <grass name="v.in.shape"/> |
| 28 | + <grass name="v.in.shape.loc"/> |
25 | 29 | <grass name="v.in.dxf"/>
|
26 | 30 | <grass name="v.in.e00"/>
|
27 | 31 | <grass name="v.in.mapgen"/>
|
|
71 | 75 | <section label="Config">
|
72 | 76 | <section label="Region">
|
73 | 77 | <section label="Region settings">
|
74 |
| - <grass name="g.region"/> |
| 78 | + <grass name="g.region.save"/> |
| 79 | + <grass name="g.region.zoom"/> |
| 80 | + <grass name="g.region.multiple.raster"/> |
| 81 | + <grass name="g.region.multiple.vector"/> |
75 | 82 | </section>
|
76 | 83 | <section label="Projection management">
|
77 |
| - <section label="Print projection info of current Location"> |
| 84 | + <section label="Print projection information of the current location"> |
78 | 85 | <grass name="g.proj.print"/>
|
79 | 86 | </section>
|
80 |
| - <section label="Print projection info from a file"> |
| 87 | + <section label="Print projection information from a georeferenced file"> |
81 | 88 | <grass name="g.proj.geo"/>
|
| 89 | + <grass name="g.proj.ascii"/> |
82 | 90 | <grass name="g.proj.proj"/>
|
83 | 91 | </section>
|
84 |
| - <section label="Print projection info from a file to create new location"> |
85 |
| - <grass name="g.proj.ascii.new"/> |
| 92 | + <section label="Print projection information from a georeferenced file and create a new location based on it"> |
86 | 93 | <grass name="g.proj.geo.new"/>
|
| 94 | + <grass name="g.proj.ascii.new"/> |
87 | 95 | <grass name="g.proj.proj.new"/>
|
88 | 96 | </section>
|
89 | 97 | </section>
|
|
101 | 109 | <section label="Compress raster">
|
102 | 110 | <grass name="r.compress"/>
|
103 | 111 | </section>
|
| 112 | + <section label="Patch raster layers"> |
| 113 | + <grass name="r.patch"/> |
| 114 | + </section> |
104 | 115 | <section label="Sets the boundary definitions for a raster map">
|
105 | 116 | <grass name="r.region.region"/>
|
106 | 117 | <grass name="r.region.raster"/>
|
|
125 | 136 | </section>
|
126 | 137 | <section label="Reproject raster from another Location">
|
127 | 138 | <grass name="r.proj"/>
|
| 139 | + <grass name="r.proj.res"/> |
128 | 140 | </section>
|
129 | 141 | </section>
|
130 | 142 | <section label="Manage map colors">
|
|
241 | 253 | <section label="Topology management">
|
242 | 254 | <grass name="v.build.all"/>
|
243 | 255 | </section>
|
| 256 | + <section label="Patch vector layers"> |
| 257 | + <grass name="v.patch"/> |
| 258 | + </section> |
244 | 259 | <section label="Toolset for cleaning topology of vector map">
|
245 | 260 | <grass name="v.clean.break"/>
|
246 | 261 | <grass name="v.clean.snap"/>
|
|
0 commit comments