Re: [Qgis-developer] [Plugin presentation] LayerBender

2014-05-26 Thread Tim Sutton
Hi On Mon, May 26, 2014 at 9:18 PM, Olivier Dalang wrote: > Dear lists, > > I'm happy to present my new plugin called "LayerBender". > > It's purpose is to allow to align/distort vector layers to match a source, > very much like georefencer does for raster. It seems ArcGIS and OpenJump > call t

Re: [Qgis-developer] Legend refactoring branch merged

2014-05-26 Thread Martin Dobias
Hi Larry On Fri, May 23, 2014 at 1:30 AM, Larry Shaffer wrote: >> >> However, I did notice that the new legend is not quite the same as the >> old. You can now edit the name of the layer directly with a click-hover. >> Very nice! > > > Hmm. While that feature is nice, it is a little too easy to r

Re: [Qgis-developer] [Plugin presentation] LayerBender

2014-05-26 Thread Denis Rouzaud
Hi Olivier, Once more, you did a really great job! I just wonder about the technique when you have enough points (>7). In case of mathcing old to new plans, isn't it better to do an affine transformation (scale, translation and rotation) using least-squares rather than doing a triangulation? Y

Re: [Qgis-developer] [Qgis-user] [Plugin presentation] LayerBender

2014-05-26 Thread Richard Duivenvoorde
On 26-05-14 21:18, Olivier Dalang wrote: > Dear lists, > > I'm happy to present my new plugin called "LayerBender". Hi Olivier, cool feature! Is it related to http://plugins.qgis.org/plugins/vectGeoref/ (vector georeferencing plugin)? have to check both myself off course, but just wanted to ma

Re: [Qgis-developer] [Plugin presentation] LayerBender

2014-05-26 Thread Martin Dobias
Hi Olivier On Tue, May 27, 2014 at 2:18 AM, Olivier Dalang wrote: > Dear lists, > > I'm happy to present my new plugin called "LayerBender". > > It's purpose is to allow to align/distort vector layers to match a source, > very much like georefencer does for raster. It seems ArcGIS and OpenJump >

Re: [Qgis-developer] libspatialindex.so.1

2014-05-26 Thread custard
Not sure what happened before, but today it built fine - and runs! On 25/05/14 18:59, Ramon Andiñach wrote: Hi, I've just made it though a source compile of master on linuxmint 17 RC (cf ubuntu 14.04). I didn't get am make errors, but when I attempt to run the result I'm told: "error while l

[Qgis-developer] [Plugin presentation] LayerBender

2014-05-26 Thread Olivier Dalang
Dear lists, I'm happy to present my new plugin called "LayerBender". It's purpose is to allow to align/distort vector layers to match a source, very much like georefencer does for raster. It seems ArcGIS and OpenJump call this feature "Rubber sheeting". Demonstration video : https://vimeo.com/96

Re: [Qgis-developer] qgis freezes when opening attribute table of a postgis layer without key value

2014-05-26 Thread Régis Haubourg
OK, we have the problem each time we have a int primary key on a table, but only in our production database. (pgpool2 + 2 pg replicating). dropping the constraint restore normal behaviour We are dumping the prod and restoring it in a new instance to check what happens. In QGIS provider code

Re: [Qgis-developer] qgis freezes when opening attribute table of a postgis layer without key value

2014-05-26 Thread Yves Jacolin
Régis, Le lundi 26 mai 2014, 02:15:25 Régis Haubourg a écrit : > little update. We now reproduce the problem. It disappear when dropping the > primary key. > Yves, the DDL I gave you didn't have a PK, could you add one on id_anomlie > field and test? > Régis "pk_masse_eau_anomalie" PRIMARY KEY, b

Re: [Qgis-developer] WFS provider without cache broken

2014-05-26 Thread Martin Dobias
Hi Vincent On Mon, May 26, 2014 at 9:57 PM, Vincent Mora wrote: > Hi, > > The WFS data provider seems broken when not-cached. As far I can see > QgsWFSProvider::getFeatures( const QgsFeatureRequest& request ) is never > called, and it's where the special case of uri with BBOX (i.e. non-cached) >

Re: [Qgis-developer] qgis mapserver

2014-05-26 Thread Arnd.Weber
Thank you very much for this hint! I finally changed /etc/apache2/default-server.conf and changed the "cgi-bin" settings to include all my "optional" libraries from the "Environment Modules". AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order all

Re: [Qgis-developer] QGIS Server - WMS GetMap Jpeg compression

2014-05-26 Thread kimaidou
Hi Marco, Thanks for the reply I created an issue : http://hub.qgis.org/issues/10361 I agree with you that a parameter per project is enough. Regards, Michael 2014-05-26 17:12 GMT+02:00 Marco Hugentobler < marco.hugentob...@sourcepole.ch>: > Hi Michael > > At the moment, the compression rat

Re: [Qgis-developer] qgis mapserver

2014-05-26 Thread Marco Hugentobler
As a first guess is that maybe the server cannot find all the libraries. Could you try to run the server on command line first (also as web server user) and see if it crashes already there? Regards, Marco On 26.05.2014 16:50, arnd.we...@bafg.de wrote: On our institutes SLES 11 SP3 server I ha

Re: [Qgis-developer] QGIS Server - WMS GetMap Jpeg compression

2014-05-26 Thread Marco Hugentobler
Hi Michael At the moment, the compression rate is left to the Qt library both for png and jpeg (-1 is given to QImage::save). I agree it will be usefull to change from client or from project. >Why not >FORMAT=image%2Fjpeg%3B compression%3D90 >I guess it is not standard ? The problem here is

[Qgis-developer] qgis mapserver

2014-05-26 Thread Arnd.Weber
On our institutes SLES 11 SP3 server I have set up a software environment with most of the open source GIS software available at the moment using "Environment Modules". With a bit of tweaking I got everything to install and run nicely, but with the Qgis mapserver I'm struggeling at the moment. T

[Qgis-developer] WFS provider without cache broken

2014-05-26 Thread Vincent Mora
Hi, The WFS data provider seems broken when not-cached. As far I can see QgsWFSProvider::getFeatures( const QgsFeatureRequest& request ) is never called, and it's where the special case of uri with BBOX (i.e. non-cached) is dealt with. The feature request from the vector layer goes through

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

2014-05-26 Thread Nyall Dawson
Hi all, I'm looking for assistance in tracking down an issue some users are experiencing in the map composer, where after some time items are no longer selectable. I'm unable to reproduce this issue and consequently it's very difficult to debug. Has anyone else experienced this? And if, so, can y

Re: [Qgis-developer] Adding a new element in a shapefile Qgis 2.3.0 revision code b59a01c

2014-05-26 Thread João Gaspar
Thanks for the answer Mathias. I will continue doing some tests in my free time and i will try to report here. Regards 2014-05-26 9:37 GMT+01:00 Matthias Kuhn : > Hi João, > > this has been a bug for the last two days which has been fixed meanwhile, > please test with the latest release > > Be

Re: [Qgis-developer] qgis freezes when opening attribute table of a postgis layer without key value

2014-05-26 Thread Régis Haubourg
little update. We now reproduce the problem. It disappear when dropping the primary key. Yves, the DDL I gave you didn't have a PK, could you add one on id_anomlie field and test? Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/qgis-freezes-when-opening-attribute-t

Re: [Qgis-developer] Adding a new element in a shapefile Qgis 2.3.0 revision code b59a01c

2014-05-26 Thread Matthias Kuhn
Hi João, this has been a bug for the last two days which has been fixed meanwhile, please test with the latest release Best, Matthias On Sun 25 May 2014 11:29:00 PM CEST, João Gaspar wrote: Hi guys, i'm testing the qgis 2.3.0 revision code b59a01c SO: Windows 7 64-bits OSGeo4W 32-bits Inst

Re: [Qgis-developer] qgis freezes when opening attribute table of a postgis layer without key value

2014-05-26 Thread Régis Haubourg
Thanks Yves! We definitly have weird things, the query send by QGIS to define the cursor is malformed, (no * in select, no commas between fields..) In addition, we see several errors that should not exist. Qgis always queries the style definition tbale even if it does not exists. QGis should test

Re: [Qgis-developer] Calculating a buffer in n-dimmension

2014-05-26 Thread Andrea Peri
Ok, *I don't think to SFCGAL.* *It required a special recompile of postig so I usually don't use it.* *sorry for noise.* 2014-05-26 9:29 GMT+02:00 Hugo Mercier : > Hi, > > In PostGIS 2.1, you have some 3D analysis operations provided by the > SFCGAL library (www.sfcgal.org). > The 3D buff

[Qgis-developer] New Identify Results panel: improvements

2014-05-26 Thread Paolo Cavallini
Hi all. I believe the new panel could be improved: *instead of two buttons (Expand tree+Collapse tree) a single toggling (on/off)button could be better * the full stop at the end should be removed * the Expand/Collapse button(s) should be removed or greyed when in table or graph mode * the headin

Re: [Qgis-developer] Calculating a buffer in n-dimmension

2014-05-26 Thread Hugo Mercier
Hi, In PostGIS 2.1, you have some 3D analysis operations provided by the SFCGAL library (www.sfcgal.org). The 3D buffer is present in SFCGAL (3D minkowski sum), but not yet exposed to PostGIS. Le 25/05/2014 09:22, Andrea Peri a écrit : > I guess Also spatialite could. It has the lwgeom. I dont kn

Re: [Qgis-developer] Large scale and rounding issues

2014-05-26 Thread Marco Hugentobler
Hi Leyan QgsGeometry::lineContainedInLine and QgsGeometry::pointContainedInLine are two other places using tolerances that might be a problem at large scales. Sounds resonable to me to restrict the zoom level at a point where it cannot be supported anymore. Don't know if there is any applicati