Re: [Qgis-developer] Contrast Enhancement

2014-11-26 Thread Nejia
Hi, You can see “Contrast Homogenizer” plugin that you can download it from Qgis Plugins - Official Repository http://plugins.qgis.org/plugins/plugins.xml?qgis=2.6 File contrastHomogenizer.py line 249 Regards, Nejia De : qgis-developer-boun...@lists.osgeo.org

Re: [Qgis-developer] Contrast Enhancement

2014-11-26 Thread alexia . mondot
Hi, Thanks for your reply. I've contributed to this plugin :P The line you pointed to me is the line setting the renderer. It is used to set the X contrast enhancement. In my actual code, i had renderer = theRasterLayer.renderer() renderer.setRedContrastEnhancement( redEnhancement)

Re: [Qgis-developer] OGR VRT and SrcSQL

2014-11-26 Thread Arnaud Morvan
After instrospection, when adding to QGIS an 'OGR VRT' layer with SrcSql tag, iterarator with spatial filter return no features. This seems to be due to OGR. Does anybody know a workaround about this ? Arnaud I am working with OGR VRT files in QGIS. When I use the SrcLayer tag, all works

[Qgis-developer] New LocationSaver plugin for QGIS

2014-11-26 Thread Geo DrinX
Hello All, I just uploaded a new plugin, named LocationSaver that creates a memory layer containing the current saved QGIS canvas viewports. It can be useful to save and recover location views. http://plugins.qgis.org/plugins/locationsaver/ If you like, please approve it. :) Regards

[Qgis-developer] Impossible to keep QGIS 2.4 while updating QGIS master (osgeo4W nightly build)

2014-11-26 Thread Junior Delaz
Hello, I use OsGeo4W to install both QGIS stable and master releases. Due to the bug of QGIS 2.6.0-1 that crashes QGIS and ruins some older project file, I decided to not yet upgrade to 2.6 (and keep 2.4) but still update nightly builds. The first time I got 2.7, I choose to keep 2.4. After the

Re: [Qgis-developer] New LocationSaver plugin for QGIS

2014-11-26 Thread Alexander Bruy
Hi Roberto, what is the difference from bookmarks functionality? 2014-11-26 17:58 GMT+02:00 Geo DrinX geodr...@gmail.com: Hello All, I just uploaded a new plugin, named LocationSaver that creates a memory layer containing the current saved QGIS canvas viewports. It can be useful to

Re: [Qgis-developer] New LocationSaver plugin for QGIS

2014-11-26 Thread Geodrinx
Hi Alex, alexander.b...@gmail.com ha scritto: Hi Roberto, what is the difference from bookmarks functionality? Thank you for the good question. Substantially, bookmarks works saving canvas parameters at QGIS level, that is: the saved canvas are visible for all projects of QGIS on that

[Qgis-developer] Viewport rotation: QgsMapCanvasMap and angles

2014-11-26 Thread Sandro Santilli
After many hours trying to figure out who was ruining my vector data angles I finally found the QgsMapCanvasMap::paint method complaining about DIFFERENT SIZE of image and item. Indeed the documentation for QPainter::drawImage(QRect, QImage) says that the image is scaled to fit the rectangle,

Re: [Qgis-developer] Use Nginx to serve QGIS Server ?

2014-11-26 Thread Larry Shaffer
Hi Michael, On Wed, Nov 26, 2014 at 8:30 AM, kimaidou kimai...@gmail.com wrote: Hi list, I would like to try Nginx / php-fpm as a replacement of Apache / mod_fcgid for Lizmap Web Client. I have googled a bit and found that it shall be possible to do so. Cf links [1] and [2] below In [2],

Re: [Qgis-developer] Impossible to keep QGIS 2.4 while updating QGIS master (osgeo4W nightly build)

2014-11-26 Thread Andre Joost
Am 26.11.2014 um 17:02 schrieb Junior Delaz: Since, reinstalling QGIS 2.4 in osgeo4w install process doesn't fix it, the only usable release remains the Master. Is this a bug or is it impossible to install both master and not the latest stable releases through osgeo4W? If a bug, should I file

[Qgis-developer] QgsVectorFileWriter.writeAsVectorFormat() created geoJSON Points in 2.4, now Multipoints in 2.6

2014-11-26 Thread Tom Chadwin
Hello In 2.4, when writing geoJSON, QgsVectorFileWriter.writeAsVectorFormat() created Point features. In 2.6, this seems to have changed to Multipoint. Is this intentional? If so, why? Thanks Tom Tom Chadwin, UK National Parks Portal Manager Telephone: 01434 611511 Mob: 07881 109617 Web:

[Qgis-developer] Heatmap renderer: caching possible?

2014-11-26 Thread Andreas Neumann
Hi, I tried the new heatmap renderer in QGIS master. It works nicely. I wonder if we could introduce a caching mechanism in a temporary raster layer to speed up zooming and panning? The idea would be to recreate the heatmap every time the project is loaded and then cache it while the project

Re: [Qgis-developer] Heatmap renderer: caching possible?

2014-11-26 Thread Nyall Dawson
On 27 November 2014 at 09:49, Andreas Neumann a.neum...@carto.net wrote: Hi, I tried the new heatmap renderer in QGIS master. It works nicely. I wonder if we could introduce a caching mechanism in a temporary raster layer to speed up zooming and panning? The idea would be to recreate the

Re: [Qgis-developer] Heatmap renderer: caching possible?

2014-11-26 Thread Mathieu Pellerin
Hmm, handling a cache for the heatmap renderer would probably be quite challenging. Let's say a temporary raster heatmap is created to ease panning, you'd have to re do this every time the zoom level is changed. You could decide to cache as many temporary raster hearmaps as zoom levels requested

[Qgis-developer] Travis build failed: cannot reproduce

2014-11-26 Thread Alessandro Pasotti
Hi, build fails but I cannot reproduce on my dev machine: https://travis-ci.org/qgis/QGIS/builds/42216306#L907 Any hint? -- Alessandro Pasotti w3: www.itopen.it ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org