File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
python/gui/auto_generated Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ for tracking the mouse while drawing polylines or polygons.
47
47
Creates a new RubberBand.
48
48
49
49
:param mapCanvas: The map canvas to draw onto.
50
- Its CRS will be used map points onto screen coordinates.
50
+ Its CRS will be used to map points onto screen coordinates.
51
51
The ownership is transferred to this canvas.
52
52
:param geometryType: Defines how the data should be drawn onto the screen.
53
53
QgsWkbTypes.LineGeometry, QgsWkbTypes.PolygonGeometry or QgsWkbTypes.PointGeometry
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class QPaintEvent;
32
32
* A class for drawing transient features (e.g. digitizing lines) on the map.
33
33
*
34
34
* The QgsRubberBand class provides a transparent overlay widget
35
- for tracking the mouse while drawing polylines or polygons.
35
+ * for tracking the mouse while drawing polylines or polygons.
36
36
*/
37
37
class GUI_EXPORT QgsRubberBand: public QgsMapCanvasItem
38
38
{
@@ -88,7 +88,7 @@ class GUI_EXPORT QgsRubberBand: public QgsMapCanvasItem
88
88
/* *
89
89
* Creates a new RubberBand.
90
90
* \param mapCanvas The map canvas to draw onto.
91
- * Its CRS will be used map points onto screen coordinates.
91
+ * Its CRS will be used to map points onto screen coordinates.
92
92
* The ownership is transferred to this canvas.
93
93
* \param geometryType Defines how the data should be drawn onto the screen.
94
94
* QgsWkbTypes::LineGeometry, QgsWkbTypes::PolygonGeometry or QgsWkbTypes::PointGeometry
You can’t perform that action at this time.
0 commit comments