Feature request #2155
API request: add getGeometry method to QgsRubberBand()
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | Python plugins | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 12215 |
Description
hi, I suggest and API change: add a getGeomtery to return the Geometry of QgsRubberBand()
History
#1 Updated by Jürgen Fischer about 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
QgsRubbberband::asGeometry() added in 29fa6f29 (SVN r14072).
#2 Updated by luca76 - about 14 years ago
thank you. But I saw the code regarding QgsRubberBand, and with only one point it should return a QgsPoint.
Or am I wrong?