Re: [Qgis-developer] Qgis : synchronized view for photo-interpretation?

2013-10-22 Thread Gino Pirelli
was a bug of mine introduces during porting to Api2.0... the original code used toDouble... I'm preparing a new version... thank you for the report Luigi Pirelli (luigi.pire...@faunalia.it) On 23 October 2013 08:11, Zirneklitis wrote: > Hi, > > There is a problem with a comma as the decimal s

Re: [Qgis-developer] vector rendering improvement patch

2013-10-22 Thread G. Allegri
> Ok Andreas, I'm going to make it configurable, will present a new option in the main properties form of the layer I suppose he meant to do not draw simplidied geometries during editing because it would obviously lead to produce unconsistent edits. giovanni > > About of simplification in "editm

Re: [Qgis-developer] Excel export

2013-10-22 Thread Victor Gonzalez
Hi, Thank you, Richard. If you want I can work with you to upgrade the plugin to 2.0. I have a current project now in which this functionality is needed, so I can spend some time in this. What do you think? Regards, Víctor. 2013/10/22 Richard Duivenvoorde > On 22-10-13 08:30, Victor Gonzalez

Re: [Qgis-developer] Qgis : synchronized view for photo-interpretation?

2013-10-22 Thread Zirneklitis
Hi, There is a problem with a comma as the decimal separator. A new bug has been reported: http://hub.qgis.org/issues/8934 Best regards, Karlis Gino Pirelli wrote: Hi, I'm maintaining this plugin .. (Int)... so probabily in your settings zoom_factor is set as string value... e.g "2" instead

Re: [Qgis-developer] vector rendering improvement patch

2013-10-22 Thread A Huarte
Ok Andreas, I'm going to make it configurable, will present a new option in the main properties form of the layer About of simplification in "editmode". I think is not necessary disable it, the simplification runs only on the method of painting "QgsVectorLayer::draw", not when you retrieve a ge

Re: [Qgis-developer] Qgis : synchronized view for photo-interpretation?

2013-10-22 Thread Gino Pirelli
Hi, I'm maintaining this plugin I tested the code: settings=QSettings() a=settings.value( "/qgis/zoom_factor", 2, type=int ) in the python console and it works... the error message says that cannot convert QVariant metaType = 10 (QString) in QVariant metaType = 2 (Int)... so probabily in your se

Re: [Qgis-developer] Qgis : synchronized view for photo-interpretation?

2013-10-22 Thread Zirneklitis
What could be missing? DockableMirrorMap plugin could not be started: === An error has occured while executing Python code: Traceback (most recent call last): File "/home/karlo/.qgis2/python/plugins/DockableMirrorMap/dockableMirrorMapPlugin

Re: [Qgis-developer] [gdal-dev] Support of filemapping for fast rendering in QGIS...

2013-10-22 Thread Even Rouault
> On the other hand, this provider may also accelerate with some small > changes that are pending of review in the ticket > (http://trac.osgeo.org/gdal/ticket/5272) that I hope will be evaluated. Actually when thinking about the atof() optimization, a far better idea would be to make sure that Q

Re: [Qgis-developer] Excel export

2013-10-22 Thread Richard Duivenvoorde
On 22-10-13 08:30, Victor Gonzalez wrote: > Hi all, > > I need to export some attribute tables from QGIS in .xls format. As far > as I know, the XYTools plugin [1] does what I want, but it does not work > with QGIS 2.0 yet, right? I can update it and contribute the changes, > but I would like to k

Re: [Qgis-developer] Excel export

2013-10-22 Thread Gino Pirelli
I think the maintainer was working on it as you can see in the commits https://github.com/rduivenvoorde/xytools/commit/554645bea2e60c1ffc47da47607d93e25c8d9c6f did you asked to him? ciao Luigi Pirelli (luigi.pire...@faunalia.it) On 22 October 2013 08:30, Victor Gonzalez wrote: > Hi all, > > I

Re: [Qgis-developer] vector rendering improvement patch

2013-10-22 Thread Vincent Picavet
Hello, Le mardi 22 octobre 2013 14:03:53, Andreas Neumann a écrit : > Hi, > > Thank you for your work! > > Yes - I think it should be configurable. A use case is for example when a "line of symbol" symbology is used, with a symbol on each vertex. Simplifying the geometry, even when it is not

[Qgis-developer] Rv: [gdal-dev] Support of filemapping for fast rendering in QGIS...

2013-10-22 Thread A Huarte
Hi, I am testing in Windows XP compiling with Visual Studio 2010. I have a console test application using directly the "shapefil" library. I will use test_ogrsf utility for a complete benchmark I this environment and my test application, using OGRFastAtof(), the full read of a huge shape around

Re: [Qgis-developer] vector rendering improvement patch

2013-10-22 Thread Andreas Neumann
Hi, Thank you for your work! Yes - I think it should be configurable. It should also automatically be turned off if a layer is in edit mode. Just my opinion, Andreas Am 22.10.2013 14:01, schrieb A Huarte: > Hello Vincent! > For now, it is not configurable, automatically applies to all vector la

[Qgis-developer] vector rendering improvement patch

2013-10-22 Thread A Huarte
Hello Vincent! For now, it is not configurable, automatically applies to all vector layer to be painted. I think that the userneed not configure this, of course, if dev-community suggests, will be as you say! :-) >Is it configurable in the interface for each layer independantly ? >It should >

Re: [Qgis-developer] Plugin [376] VoGIS-Profiltool approval notification.

2013-10-22 Thread Wilhelm Berg
Thanks! ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin [376] VoGIS-Profiltool approval notification.

2013-10-22 Thread noreply
Plugin VoGIS-Profiltool approval by anitagraser. The plugin version "[376] VoGIS-Profiltool 1.7.6 Experimental" is now approved Link: http://plugins.qgis.org/plugins/VoGisProfilTool/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://l

[Qgis-developer] Multi-threaded Rendering in QGIS

2013-10-22 Thread A Huarte
In addition to Peter’s email, I am developing a patch for improve the drawing of features.  Now, result tests give me ~3x faster See... https://github.com/qgis/QGIS/pull/927 https://github.com/ahuarte47/QGIS/tree/Issue_8725-OGR Kind regards, Alvaro _

Re: [Qgis-developer] vector rendering improvement patch

2013-10-22 Thread Vincent Picavet
Hello, Le mardi 22 octobre 2013 12:19:28, A Huarte a écrit : > I have implemented the improvement of rendering in a new ad-hoc > featureIterator with the possibility that each vector-provider implements > its own method of pre-simplification. The performance is the same as the > first version I de

[Qgis-developer] Plugin Re-approval: VoGIS Profiltool

2013-10-22 Thread Wilhelm Berg
Hi, I had to change the name of the plugin (added only a dash '-') to make it upgradeable from the previously private repository. Could it please be approved again: http://plugins.qgis.org/plugins/VoGisProfilTool/ Thanks, Wilhelm ___ Qgis-developer mai

[Qgis-developer] vector rendering improvement patch

2013-10-22 Thread A Huarte
Hi! I have implemented the improvement of rendering in a new ad-hoc featureIterator with the possibility that each vector-provider implements its own method of pre-simplification. The performance is the same as the first version I developed (~3x faster :-)). It also implements the simplification

Re: [Qgis-developer] Excel export

2013-10-22 Thread Duarte Carreira
Victor, Open QGIS, load layer, open attribute table, select all button, copy button, open excel, paste. That's the fastest way I know to get my data into excel. Duarte De: Victor Gonzalez [mailto:victor.gonza...@geomati.co] Enviada: terça-feira, 22 de Outubro de 2013 10:47 Para: Siki Zoltan Cc

Re: [Qgis-developer] Excel export

2013-10-22 Thread Matthias Kuhn
Hi Victor. According to the page of this plugin [1] Richard Duivenvoorde is the maintainer of this plugin. I would wait for his response before taking any action. He recently replied in another thread to a similar question. [2] Kind regards, Matthias [1] http://plugins.qgis.org/plugins/xytool

Re: [Qgis-developer] Excel export

2013-10-22 Thread Victor Gonzalez
Hi Siki, Thanks for the response. I like your solution, but the users who are going to use this don't want to export data to dbf or csv and then transform it manually. So I guess my best option is to adapt the XYTools plugin to the 2.0 version, provided that nobody else is already doing so. Is any

Re: [Qgis-developer] Excel export

2013-10-22 Thread Siki Zoltan
Dear Victor, save your data into a shape file and open the dbf table with excel or calc and save as xls. Regards, Zoltan On Tue, 22 Oct 2013, Victor Gonzalez wrote: Hi all, I need to export some attribute tables from QGIS in .xls format. As far as I know, the XYTools plugin [1] does what I

Re: [Qgis-developer] [Qgis-user] Opening view or table using DBManager locks it in postgis

2013-10-22 Thread Alexandre Neto
Yes, I believe it is. At least the fact that only closing QGIS releases the locks. You can even create several locks on the same table if you keep removing and adding the same table. But, is it expected that a QGIS client can lock a postgis view in such way that I can not even run a trigger on a r