[Qgis-developer] [Qgis-user] Segfault when using QgsComposition::exportAsPDF with QGIS 2.4 and python
Nyall Dawson
nyall.dawson at gmail.com
Tue Aug 19 13:48:06 PDT 2014
On 20/08/2014 2:58 am, "kimaidou" <kimaidou at gmail.com> wrote:
>
> Hi again,
>
> I have opened an issue in the hub : http://hub.qgis.org/issues/11077
>
> I have not assigned anyone, please assign the adequate dev ;)
>
Does it make any difference if you change:
c = QgsComposition(QgsMapSettings())
To:
ms=QgsMapSettings()
c=QgsComposition(ms)
?
Nyall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20140820/391215a3/attachment.html>
More information about the Qgis-developer
mailing list