Feature request #2424
Set extent of plugin layer
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| Category: | Python plugins | ||
| Pull Request or Patch supplied: | Resolution: | fixed | |
| Easy fix?: | No | Copied to github as #: | 12484 |
Description
This patch adds the method QgsPluginLayer::setExtent(const [[QgsRectangle]]&) to allow Python plugins to set the extent of their layers. This was previously not possible, as the mLayerExtent member is not accessible from Python.
History
#1
Updated by Martin Dobias over 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Applied in 64b68ae5 (SVN r12910).
