Re: [Qgis-developer] error when compiling with grass7

2015-10-09 Thread matteo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Jürgen, no idea why it didn't get built. During the compilation it scan for all the grass dependencies: Scanning dependencies of target grassplugin7 [ 78%] Building CXX object

[Qgis-developer] Looking for sample shapefiles with m values

2015-10-09 Thread Nyall Dawson
Hi all, I'm looking for some sample shapefiles which contain m values - my googling hasn't been able to turn up any freely downloadable ones. Anyone able to share some with me for testing? Cheers, Nyall ___ Qgis-developer mailing list

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-09 Thread Radim Blazek
On Fri, Oct 9, 2015 at 1:34 AM, Pedro Venâncio wrote: > I'm getting problems with symbology of polygon layers. Please see the > screencast. > > https://dl.dropboxusercontent.com/u/5772257/qgis/grass_edit_polygons.ogv > > Note also that attribute form pop-up does not

[Qgis-developer] error when compiling with grass7

2015-10-09 Thread matteo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi all, sorry again for the problem.. I'm trying to compile QGIS as usual, but today I get this error: Linking CXX shared module ../../../../output/lib/qgis/plugins/libgrassplugin7.so /usr/bin/ld: cannot find -lqgisgrass7 collect2: error: ld

Re: [Qgis-developer] error when compiling with grass7

2015-10-09 Thread Jürgen E . Fischer
Hi Matteo, On Fri, 09. Oct 2015 at 10:36:19 +0200, matteo wrote: > sorry again for the problem.. > I'm trying to compile QGIS as usual, but today I get this error: > Linking CXX shared module > ../../../../output/lib/qgis/plugins/libgrassplugin7.so > /usr/bin/ld: cannot find -lqgisgrass7

Re: [Qgis-developer] Looking for sample shapefiles with m values

2015-10-09 Thread m roy
What do you mean with "m" values? Il 09/10/2015 12.12, Nyall Dawson ha scritto: > Hi all, > > I'm looking for some sample shapefiles which contain m values - my > googling hasn't been able to turn up any freely downloadable ones. > > Anyone able to share some with me for testing? > > Cheers, >

[Qgis-developer] Release/tag for 2.10?

2015-10-09 Thread Tom Palan
hi, I'm in the process of trying to fix bug#13161 (https://hub.qgis.org/issues/13161), and need the source-tree for version 2.10 I have fully checked out latest master, but there is no release marker for 2.10 (like for 2.8,2.6,...) which revision is the right one? thank you very much, Tom --

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-09 Thread Paolo Cavallini
Il 09/10/2015 09:11, Radim Blazek ha scritto: > On Thu, Oct 8, 2015 at 7:00 PM, Paolo Cavallini wrote: >> https://hub.qgis.org/issues/8220 ? > > Everybody can do it, I don't prevent others from work on browser. of course, I just thought you were more efficient. I can

Re: [Qgis-developer] Processing: return table from PostGIS query

2015-10-09 Thread kimaidou
Hi Spencer, When I created these script, I think the postgis_utils did not exist yet (or I just did not know about it). And I thought all the work around Databases was focused on DBManager to avoid redundacy. We should ask Victor about it. Perhaps Victor did not want processing to depend on

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-09 Thread Radim Blazek
On Fri, Oct 9, 2015 at 1:11 AM, Pedro Venâncio wrote: > Hi Radim, > > I'm getting a Segmentation fault (core dumped): [...] > To reproduce: > > 1. Open mapset; > 2. New Point Layer or New Line Layer (I don't get crash with polygon > layers); > 3. Digitize some features;

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-09 Thread Radim Blazek
On Thu, Oct 8, 2015 at 7:00 PM, Paolo Cavallini wrote: > Il 08/10/2015 18:58, m roy ha scritto: >> >> Il 08/10/2015 18.23, Radim Blazek ha scritto: >>> IMHO: i find it's confusing, and GRASS 7 default database is SQLite, >>> i think it could be smoother to expose only GRASS

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-09 Thread Radim Blazek
On Thu, Oct 8, 2015 at 10:47 PM, Blumentrath, Stefan wrote: > Regarding the tools-widget UI, I noticed that the "Close Mapset" butten takes > space from the module tabs. The old "Close mapset" button was much smaller. Which 'old' button? I think that the button is

Re: [Qgis-developer] Release/tag for 2.10?

2015-10-09 Thread Matthias Kuhn
Hi, Development on the 2.10 branch is best done on the release-2_10 branch. However it is very unlikely that a further 2.10.2 minor release will happen given the proximity of 2.12 and the longterm release 2.8. So unless you have strong requirements for rolling your own 2.10 internally I would

[Qgis-developer] How to get QGIS database connection name from layer

2015-10-09 Thread Spencer Gardner
In an answer yesterday I learned that I can use DB Manager via Python to work with my PostGIS database. Within the Processing framework, I need to get a reference to a database based on an input layer. In the past, I could accomplish this by parsing the layer's URI. However, it appears that DB

Re: [Qgis-developer] Release/tag for 2.10?

2015-10-09 Thread Matthias Kuhn
Hi, apparently my previous email did not get properly sent. Trying again (supporting Richard with his statement)... Hi, Development on the 2.10 branch is best done on the release-2_10 branch. However it is very unlikely that a further 2.10.2 minor release will happen given the proximity of 2.12

Re: [Qgis-developer] Possible memory leak in QGIS redraws?

2015-10-09 Thread Régis Haubourg
Thanks Nyall for this. Any idea how we could track this down? What tools and skills are required to do so? I won't do this by myself but I a wondering how I can hire someone to do so Cheers Régis -- View this message in context:

Re: [Qgis-developer] Release/tag for 2.10?

2015-10-09 Thread Richard Duivenvoorde
On 09-10-15 11:00, Tom Palan wrote: > hi, > > I'm in the process of trying to fix bug#13161 > (https://hub.qgis.org/issues/13161), and need the source-tree for version 2.10 > I have fully checked out latest master, but there is no release marker for > 2.10 (like for 2.8,2.6,...) > which

Re: [Qgis-developer] Processing: return table from PostGIS query

2015-10-09 Thread Victor Olaya
No that was not my intention. I don't mind if it depends on another core plugin, that is actually good If I remember right, I reused that lib because it was also part of core or of some other plugin, and I found the DB manager architecture to be more complex and not inmediate for being used as a

Re: [Qgis-developer] Possible memory leak in QGIS redraws?

2015-10-09 Thread Sandro Santilli
On Fri, Oct 09, 2015 at 04:48:28AM -0700, Régis Haubourg wrote: > Thanks Nyall for this. > Any idea how we could track this down? What tools and skills are required to > do so? I won't do this by myself but I a wondering how I can hire someone to > do so I think the best would be to ensure an

[Qgis-developer] QGIS Server getfeatureinfo on cascaded wms?

2015-10-09 Thread Marc Beiling
Hello Developers, looking for information on getfeatureinfo-Requests on cascaded wms in the qgis server I found http://gis.uster.ch/dokumentation/publikationen/qgis-server-and-web-client-foss4g-2013-slides and

Re: [Qgis-developer] How to get QGIS database connection name from layer

2015-10-09 Thread Hugo Mercier
Hi, DB connection details are stored in QSettings. For instance s = QSettings() s.beginGroup('PostgreSQL/connections') you can then list connections by s.childGroups() Does it help ? On 09/10/2015 14:33, Spencer Gardner wrote: > In an answer yesterday I learned that I can use DB Manager via