Re: [Qgis-developer] qgis wms search engine broken ?

2015-07-07 Thread Pirmin Kalberer
Am Dienstag, 7. Juli 2015, 11.29:37 schrieb Tom Kralidis:
 Pirmin: if you are doing the CSW in pycsw feel free to ping
 me for help :)

Sure, what else ;-)

 
 Either way this is great news as the CSW can also be used within MetaSearch.

Pirmin

-- 
Pirmin Kalberer - @PirminKalberer
Sourcepole - http://www.sourcepole.com

 
 On Tue, 7 Jul 2015, Pirmin Kalberer wrote:
  Date: Tue, 07 Jul 2015 16:51:13 +0200
  From: Pirmin Kalberer pi...@sourcepole.com
  To: qgis-developer@lists.osgeo.org
  Subject: Re: [Qgis-developer] qgis wms search engine broken ?
  
  Hi Otto,
  
  Am Dienstag, 7. Juli 2015, 12.43:46 schrieb Otto Dassau:
  for a couple of months the wms search engine from http://geopole.org
  seems
  to be broken. Does anybody know more about it?
  
  I've started converting geopole.org to a CSW service with a backwards
  compatible interface. Your message increases the priority in my todo list
  ;-)
  
  Regards
  Pirmin
  
  
  ___
  Qgis-developer mailing list
  Qgis-developer@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis wms search engine broken ?

2015-07-07 Thread Tom Kralidis


Pirmin: if you are doing the CSW in pycsw feel free to ping
me for help :)

Either way this is great news as the CSW can also be used within MetaSearch.

..Tom

On Tue, 7 Jul 2015, Pirmin Kalberer wrote:


Date: Tue, 07 Jul 2015 16:51:13 +0200
From: Pirmin Kalberer pi...@sourcepole.com
To: qgis-developer@lists.osgeo.org
Subject: Re: [Qgis-developer] qgis wms search engine broken ?

Hi Otto,

Am Dienstag, 7. Juli 2015, 12.43:46 schrieb Otto Dassau:


for a couple of months the wms search engine from http://geopole.org seems
to be broken. Does anybody know more about it?


I've started converting geopole.org to a CSW service with a backwards
compatible interface. Your message increases the priority in my todo list ;-)

Regards
Pirmin

--
Pirmin Kalberer
Sourcepole  -  Linux  Open Source Solutions
http://www.sourcepole.com

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS 2.10 release?

2015-07-07 Thread Jürgen E . Fischer
Hi Andreas,

On Tue, 07. Jul 2015 at 12:41:22 +0200, Andreas Neumann wrote:
 I wonder what is missing/blocking the QGIS 2.10 release? I mean the
 binary packages.

Well, the binary packages are also there.  Just the announcement (and the
website update that goes with is missing).   But that's 2.10.0.

2.10.1 is probably waiting for http://hub.qgis.org/issues/13082 - which is
related to the ogr pool patch, which in turn is the reason 2.10.0 
wasn't announced

If that hadn't popped up, we probably already have 2.10.1.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode 



signature.asc
Description: Digital signature
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] qgis wms search engine broken ?

2015-07-07 Thread Otto Dassau
Hi,

for a couple of months the wms search engine from http://geopole.org seems
to be broken. Does anybody know more about it? 

Regards,
Otto 

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] QGIS 2.10 release?

2015-07-07 Thread Andreas Neumann

Hi,

I wonder what is missing/blocking the QGIS 2.10 release? I mean the 
binary packages.


Andreas
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error during compilation

2015-07-07 Thread Matteo Ghetta
It seems that the problem is solved deactivating GRASS (both 6 and 7).

I'll try to make more tests.

Hope this help

Cheers

Matteo

2015-07-06 23:32 GMT+02:00 Matteo Ghetta matteo.ghe...@gmail.com:

 Hi all,
 I have a problem during the compilation on QGIS master on debian testing.
 After the configuration with ccmake I get this error:

 [ 46%] Building C object
 src/providers/grass/6/CMakeFiles/qgis.d.rast6.dir/__/qgis.d.rast.c.o
 /home/ma7730/lavori/QGIS/QGIS-Master/src/providers/grass/qgis.d.rast.c: In
 function ‘cell_draw’:
 /home/ma7730/lavori/QGIS/QGIS-Master/src/providers/grass/qgis.d.rast.c:259:23:
 error: ‘INT_MIN’ undeclared (first use in this function)
  int nul = INT_MIN;
^
 /home/ma7730/lavori/QGIS/QGIS-Master/src/providers/grass/qgis.d.rast.c:259:23:
 note: each undeclared identifier is reported only once for each function it
 appears in
 src/providers/grass/6/CMakeFiles/qgis.d.rast6.dir/build.make:54: recipe
 for target
 'src/providers/grass/6/CMakeFiles/qgis.d.rast6.dir/__/qgis.d.rast.c.o'
 failed
 make[2]: ***
 [src/providers/grass/6/CMakeFiles/qgis.d.rast6.dir/__/qgis.d.rast.c.o]
 Error 1
 CMakeFiles/Makefile2:2129: recipe for target
 'src/providers/grass/6/CMakeFiles/qgis.d.rast6.dir/all' failed
 make[1]: *** [src/providers/grass/6/CMakeFiles/qgis.d.rast6.dir/all] Error
 2
 Makefile:146: recipe for target 'all' failed
 make: *** [all] Error 2


 could it be a problem related with grass6 vs grass7?
 Thanks to all|

 Matteo

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS 2.10 release?

2015-07-07 Thread Nyall Dawson
On 7 Jul 2015 10:53 pm, Jürgen E. j...@norbit.de wrote:

 Hi Andreas,

 On Tue, 07. Jul 2015 at 12:41:22 +0200, Andreas Neumann wrote:
  I wonder what is missing/blocking the QGIS 2.10 release? I mean the
  binary packages.

 Well, the binary packages are also there.  Just the announcement (and the
 website update that goes with is missing).   But that's 2.10.0.

 2.10.1 is probably waiting for http://hub.qgis.org/issues/13082 - which is
 related to the ogr pool patch, which in turn is the reason 2.10.0
 wasn't announced

 If that hadn't popped up, we probably already have 2.10.1.

Sandro has submitted a PR for that fix - I've tested it quickly and it
works OK for me, but I don't feel comfortable pushing those changes myself
(it's not an area of code I have much experience with and potentially has
greater implications).

The only other serious regression that had popped up so far is
http://hub.qgis.org/issues/13078 , relating to oversized symbols in the
legend when using map units. I don't think anyone is actively working on
that though so it shouldn't be a blocker for 2.10.1.

Nyall



 Jürgen

 --
 Jürgen E. Fischer   norBIT GmbH Tel.
+49-4931-918175-31
 Dipl.-Inf. (FH) Rheinstraße 13  Fax.
+49-4931-918175-50
 Software Engineer   D-26506 Norden
http://www.norbit.de
 QGIS release manager (PSC)  GermanyIRC: jef on
FreeNode

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Troubles with PIL library in Windows 7, 64 bits

2015-07-07 Thread J. Gaspar Mora Navarro

Hello,

I'm using PIL library in Windows 7, 64 bits for to reduce the size of 
images. That library comes with the Qgis 2.8.2 instalation standard. The 
problem is that de resulting images are bad.


In previous versions of Qgis the code worked fine. I firstly instaled 
Qgis 2.8.2, 32 bits, but Python cant load _imaging module. I get that 
error when I use the resize method of a Image object.


With Qgis 64 bits, the module can be loaded, but the results are not 
correct when the images are resized (half of the image is black, o red). 
That's the code:


im = PIL.Image.open(imgIn)

tamX=im.size[0]
factor=float(700)/tamX

 out=im.resize([int(factor * s) for s in 
im.size],PIL.Image.ANTIALIAS)

 out.save(imgOut)

Then I can not resize the images with the PIL library that comes with 
the standard installation of Qgis 2.8.2.


At the same computer, I have installed Python 2.7, 32 bits, and PIL 
library. The same code works fine.


What I can do?

Thank you very much.

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] QGIS Legal Entity

2015-07-07 Thread Tim Sutton
Hi all


In Nødebo at the hackfest we had some lengthy discussions about finally forming 
a legal entity for QGIS. With Andreas Neumann’s help we have drawn up a draft 
charter for creating a SWISS ‘Verein’ and would like to get the process 
underway. I have created a new QEP proposal here:

https://github.com/qgis/QGIS-Enhancement-Proposals/pull/22 
https://github.com/qgis/QGIS-Enhancement-Proposals/pull/22

And there is the draft statute document available here:

https://docs.google.com/a/qgis.org/document/d/1FcChHYgoI4FlURrZRYBjD8kB6IBW_BaG0Ieg8TDT0pM/edit?usp=sharing
 
https://docs.google.com/a/qgis.org/document/d/1FcChHYgoI4FlURrZRYBjD8kB6IBW_BaG0Ieg8TDT0pM/edit?usp=sharing

In the latter document anyone should be able to make comments - we will try to 
address all the comments and concerns you may raise in that document. Please 
keep your comments there brief and in the form of proposed amended wording to 
the document, and lets discuss in more detail where needed here on the mailing 
list. Hopefully the provided links above give sufficient background as to the 
why and how we intended to create the legal entity - if not we would be happy 
to run through our thinking. I believe Matthias Kuhn also recorded a short 
presentation I did at Nødebo explaining our plans - Matthias if it is of 
suitable quality, perhaps you could share that clip in this thread?

Regards,






Tim Sutton
QGIS Project Steering Committee Member
t...@qgis.org




___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] iface.activeLayer() strange behavior when no layers are selected in the layers tree

2015-07-07 Thread Alessandro Pasotti
Hi,

today some users showed me something confusing:


A1. start QGIS loading the last opened project
A2. no active layers in the layers tree
A3.  iface.activeLayer() returns None (so far so good)

B1. start QGIS loading the last opened project
B2. click on a layer in the layers tree
B3.  iface.activeLayer() return the layer (so far so good)
B4. CTRL+CLICK on the selected layer
B5. apparently no layer are selected in the layers tree at this point
B6. iface.activeLayer() return the previously selected layer

What sound confusing to the users that pointed me to this behavior is that
in A1 and B5 the GUI looks exactly the same (no layers are selected in the
layers tree) but in B5 iface returns a layer while in A1 it doesn't.

Should I file a ticket?

-- 
Alessandro Pasotti
w3:   www.itopen.it
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] qgis wms search engine broken ?

2015-07-07 Thread Pirmin Kalberer
Hi Otto,

Am Dienstag, 7. Juli 2015, 12.43:46 schrieb Otto Dassau:
 
 for a couple of months the wms search engine from http://geopole.org seems
 to be broken. Does anybody know more about it?

I've started converting geopole.org to a CSW service with a backwards 
compatible interface. Your message increases the priority in my todo list ;-)

Regards
Pirmin

-- 
Pirmin Kalberer
Sourcepole  -  Linux  Open Source Solutions
http://www.sourcepole.com

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer