Bug report #6931
OSM Plugin crashes after API change
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | - | ||
Category: | Python plugins | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | fixed |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16046 |
Description
OSM Plugin crashes on Master because of the API change:
QgsMapRenderer.destinationSrs() -> QgsMapRenderer.destinationCrs()
It's a regression, so I mark as a blocker. Patch supplied.
Associated revisions
Fix #6931, apply patch from Borys Jurgiel
History
#1 Updated by Borys Jurgiel almost 12 years ago
- File deleted (
osmplugin.patch)
#2 Updated by Borys Jurgiel almost 12 years ago
- File osmplugin.patch added
#3 Updated by Larry Shaffer almost 12 years ago
- Status changed from Open to Closed
Fixed in changeset bd65e86b5f079ecb8969b3132b64bfbf7d20a1dd.
#4 Updated by Larry Shaffer almost 12 years ago
- Status changed from Closed to Feedback
Sorry,
The fix from the patch was reverted in favor of an already-submitted pull request that appears to be a more complete fix:
https://github.com/slarosa/Quantum-GIS/commit/90ef5767bc446ff1d7cada65be802e6e05aa779f
#5 Updated by Jürgen Fischer almost 12 years ago
- Resolution set to fixed
- Status changed from Feedback to Closed
fixed in 90ef5767