Re: [Qgis-developer] Implemented break lines on intersections option during line layers editing

2014-06-01 Thread Tim Sutton
Hi On Fri, May 30, 2014 at 11:53 PM, G. Allegri gioha...@gmail.com wrote: I've implemented the option to break lines when a new line intersects existing lines on the same layer. I've added the option to the snapping options dialog. Having the avoid intersections option for polygons, I've

[Qgis-developer] cannot run/ error after building from source

2014-06-01 Thread Daniel Scholten
After building from source (qgis 2.3 checked out yesterday), following http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html#toc3 I try to start qgis from comand line, but on comand line I get ./qgis: symbol lookup error: ./qgis: undefined symbol:

[Qgis-developer] cannot run/ error after building from source

2014-06-01 Thread Matthias Kuhn
Hi Daniel, You probably didn't set LD_LIBRARY_PATH: http://hub.qgis.org/issues/5859 You may also run from the build directory: ./output/bin/qgis Best, Matthias On 01.06.2014 09:17, Daniel Scholten wrote: After building from source (qgis 2.3 checked out yesterday), following

Re: [Qgis-developer] error after building from source

2014-06-01 Thread Daniel Scholten
Thanks Matthias, removing the system installation and setting LD_LIBRARY_PATH solved the issue. But now I have the already known problem: During start of QGIS I get a Python error Couldn't load plugin 'processing' [...] and after a message Unable to load GdalTools plugin. The required osgeo

[Qgis-developer] Fwd: request to revert deprecated tag for my plugin SimpliPy

2014-06-01 Thread Albert Ferràs
Hi, My plugin http://plugins.qgis.org/plugins/simplipy/ has the tag This plugin is deprecated and I don't know why. What can I do to fix this? Thanks -- Albert Ferràs ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] Testing/Master renders 7times slower than 2.2

2014-06-01 Thread Anita Graser
Hi, I have a project with Spatialite and Shapefile layers and I found that it's around 7times slower to render in the current test version than in 2.2. The project is online, so you can try it yourself: https://drive.google.com/folderview?id=0Bwc-5JFVTnfIZkZOM3Y0Um9jOHcusp=sharing I've tried

Re: [Qgis-developer] Help required tracking down a composer issue

2014-06-01 Thread Olivier Dalang
Hi ! Similar (or same ?) issue reported on my layerCombination's issue tracker : https://github.com/olivierdalang/layerCombinations/issues/16 Do your users by any chance use it ? I haven't experienced the bug myself neither though... And haven't looked at it yet. Best, Olivier

Re: [Qgis-developer] Help required tracking down a composer issue

2014-06-01 Thread Lene Fischer
My students did the same… but it was because they had choosen “Move item content” [cid:image001.png@01CF7DB2.B21D0250] instead of “Select/move item”. I was frustrated, because I couldn´t find the “error”. Can it be the same? Regards Lene Fischer Fra: qgis-developer-boun...@lists.osgeo.org

Re: [Qgis-developer] Testing/Master renders 7times slower than 2.2

2014-06-01 Thread Giovanni Manghi
I have a project with Spatialite and Shapefile layers and I found that it's around 7times slower to render in the current test version than in 2.2. The project is online, so you can try it yourself: https://drive.google.com/folderview?id=0Bwc-5JFVTnfIZkZOM3Y0Um9jOHcusp=sharing I've tried

Re: [Qgis-developer] Share some of my Processing Scripts

2014-06-01 Thread Giovanni Manghi
- Contour : make contours around points at levels (based on the contour plugin) - Buffer contour : make and merge circular buffer around points at levels - Points at crossing / touching lines : make a point layer where lines cross or touch each other (2 scripts) - Fill holes : remove holes

[Qgis-developer] GSOC Weekly Report 2: Schematization Plug-in for QGIS

2014-06-01 Thread Nishith Maheshwari
Hi all, Sorry for the delay. *Weekly Report 2* *What was done this week?* - There is exampleprovider https://github.com/qgis/QGIS/tree/master/python/plugins/processing/exampleprovider which is available in the Processing plugin