Re: [Qgis-developer] ImportError _core.i386-linux-gnu.so undefined symbol

2016-06-30 Thread Pedro Venâncio
Hi, It's solved, I had some old packages that were generating these problems. All ok now. Thanks! Pedro 2016-06-30 22:38 GMT+01:00 Pedro Venâncio : > Hi all, > > Similar problem compiling QGIS master now: > > Couldn't load PyQGIS. > Python support will be disabled.

Re: [Qgis-developer] ImportError _core.i386-linux-gnu.so undefined symbol

2016-06-30 Thread Pedro Venâncio
Hi all, Similar problem compiling QGIS master now: Couldn't load PyQGIS. Python support will be disabled. Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/dist-packages/qgis/__init__.py", line 27, in from qgis.core import QgsFeature, QgsGeometry File

Re: [Qgis-developer] setting QgsMapCanvas size, for testing map tools

2016-06-30 Thread Barry Rowlingson
Maybe I've missed something here, but doesn't the canvas resize method set the canvas pixel size? This behaves as expected when run standalone from a python prompt. from qgis.core import * from qgis.gui import * app = QgsApplication([],True) canvas = QgsMapCanvas() canvas.show()

[Qgis-developer] Problems with using QGIS Custom Widgets

2016-06-30 Thread C Hamilton
I am using Qt Designer to add a QgsColorButtonV2 to the ui of a QGIS plugin. I am using uic.loadUiType to load my .ui file. Specifically here is the line of code: FORM_CLASS, _ = uic.loadUiType(os.path.join( os.path.dirname(__file__), 'heatmapdialog.ui')) When I load the plugin in QGIS I get

Re: [Qgis-developer] setting QgsMapCanvas size, for testing map tools

2016-06-30 Thread Tom Chadwin
I asked about this a while back, as I could not get a defined canvas size in my tests. I never found an answer, but never understood why it didn't work: https://lists.osgeo.org/pipermail/qgis-developer/2015-November/040392.html Tom -- View this message in context:

[Qgis-developer] Raster "Save as" only GTiff available

2016-06-30 Thread Alexander Bruy
Hi all, I just noticed that "Save as" for raster allows me to save rasters only as GTiff and VRT. If I'm not wrong some time ago it was possible to save rasters in any GDAL-supported format. What is the reason for limiting this to GTiff now? Thanks -- Alexander Bruy

[Qgis-developer] How does work the "Rotate Point Symbols" tool in Advanced digitizing panel?

2016-06-30 Thread DelazJ
Hi, I'm trying to update the Digitizing chapter in the doc and would need someone to explain me how does work the "Rotate Point Symbols" [0] (steps and prerequisite), please? I'm unable to reproduce what's exposed. [0]