[Qgis-developer] How to change default IconSize and other default values in Android version of QGIS 2.0.1 (in apk file)?

2015-05-05 Thread Baltix Linux
Hi QGIS developers, Lithuanian regional parks are trying to use QGIS on tablet computers for about one year. The start was pretty successful, but some problems appears because of QGIS bugs on Android (like http://hub.qgis.org/issues/11164 http://hub.qgis .org/issues/11813 ) and now one company

Re: [Qgis-developer] How to set the PyQGIS environnement on Windows properly?

2015-05-05 Thread Nathan Woodrow
Hey, This is what I use for everything that I have setup: @ECHO OFF REM --- REM Change %OSGEO4W_ROOT% in setenv.bat to change in the location of QGIS. REM

[Qgis-developer] QgsGeometryMap doubts

2015-05-05 Thread Enrico Fiore
Hi, I have some doubts about QgsGeometryMap type. I use layer from a PostgreSQL database and I use the committedGeometriesChanges() signal to check if a geometry was changed. By the QGIS API documentation I can see that committedGeometriesChanges() return a QgsGeometryMap, that is so defined:

[Qgis-developer] I can't print a map with QGis 2.8.1 and Mac OS X

2015-05-05 Thread luna
Hello, I'm using Mac OS X 10.7.5 and QGis 2.8.1. I want to print a map with Print Composer. But the Buttons Print or Export as PDF don't work for me. If I use these buttons, the window for choosing a directory or printer appears but only for 1 sec. Afterwards nothing happens. What I'am doing

Re: [Qgis-developer] Affine transformation code in Georeferencer -- incomplete?

2015-05-05 Thread Olivier Dalang
Hi, If I'm correct, the QgsLeastSquares::affine() method is used when creating a worldfile, and it seems it does not account for rotation (at least the generated worldfiles don't). Not really sure of what you're trying to do, but just in case, here's my implementation to compute worldfile

[Qgis-developer] error with --configpath option in QGIS 2.8

2015-05-05 Thread matteo
Hi all, I'm trying to run QGIS with the --configpath option enabled, but it throws me an error: Couldn't load qgis.user. Python support will be disabled. Traceback (most recent call last): File , line 1, in File /home/ma7730/lavori/QGIS-master/build28/output/python/qgis/utils.py, line

Re: [Qgis-developer] Affine transformation code in Georeferencer -- incomplete?

2015-05-05 Thread Benjamin Ducke
On 05/05/15 11:20, Olivier Dalang wrote: Hi, If I'm correct, the QgsLeastSquares::affine() method is used when creating a worldfile, and it seems it does not account for rotation (at least the generated worldfiles don't). Ok, that explains a lot. Not really sure of what you're trying to

Re: [Qgis-developer] Which plugin versions should be in the repo?

2015-05-05 Thread Tom Chadwin
Many thanks - I'll get rid of everything but the latest experimental. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Which-plugin-versions-should-be-in-the-repo-tp5203557p5204146.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.

[Qgis-developer] How to set the PyQGIS environnement on Windows properly?

2015-05-05 Thread Florin-Daniel Cioloboc
Hello everyone, I'm having problems with a specific error, which is pretty common from what I can see but can't seem to find a solution. When I try to import the qgis module the following error occurs: ImportError: No module named 'qgis' So far this is the guide