Re: [Qgis-user] WMS in python?

2008-03-07 Thread Rob McCulley
> > Can a WMS Layer be added to an application built using the python > bindings? > > > > > > > > I've tried to do it using a few variations of parameters with the > > QgsDataSourceURI(), but my lyr.isValid() is always false. > > > > > > > > Can I add a WMS Layer using the python bindings, and if s

Re: [Qgis-user] WMS in python?

2008-03-03 Thread Martin Dobias
On Mon, Mar 3, 2008 at 9:08 PM, Rob McCulley <[EMAIL PROTECTED]> wrote: > > Can a WMS Layer be added to an application built using the python bindings? > > > > I've tried to do it using a few variations of parameters with the > QgsDataSourceURI(), but my lyr.isValid() is always false. > > > > Can I

Re: [Qgis-user] WMS in QGIS: no map displayed

2008-01-30 Thread Jacolin Yves
Hi list, I find where the problem is: Here is the request send by QGIS: http://localhost/cgi-bin/mapserv_wms? SERVICE=WMS&VERSION=1.0.0& REQUEST=GetMap& BBOX=203772.550229,2397786.527221,289662.028017,2470855.241209& SRS=EPSG:27582& WIDTH=892&HEIGHT=758&

Re: [Qgis-user] WMS in QGIS: no map displayed

2008-01-30 Thread Marco Hugentobler
Hi Yves, Yes, difficult to find the reason without access to the server. One thing that happens very often is that the mapserver has layers with scale dependent visibility. If you access such layers with QGIS, it will zoom to the full extent initially, and the mapserver then displays a blank im

Re: [Qgis-user] WMS in QGIS: no map displayed

2008-01-30 Thread Otto Dassau
On Wed, 30 Jan 2008 10:40:47 +0100 Jacolin Yves <[EMAIL PROTECTED]> wrote: > This is a local service and I have no way to share it. Sorry about this, I > know this won't help you so much. > > Could I send the mapfile? don't think this helps because your wms server seems to work, if it can be se

Re: [Qgis-user] WMS in QGIS: no map displayed

2008-01-30 Thread Jacolin Yves
This is a local service and I have no way to share it. Sorry about this, I know this won't help you so much. Could I send the mapfile? Y. Le Wednesday 30 January 2008 10:31:33 Otto Dassau, vous avez écrit : > Hi Jacolin, > > can you send a link to your wms server, so we can test? > > Regards, >

Re: [Qgis-user] WMS in QGIS: no map displayed

2008-01-30 Thread Otto Dassau
Hi Jacolin, can you send a link to your wms server, so we can test? Regards, Otto On Wed, 30 Jan 2008 10:29:38 +0100 Jacolin Yves <[EMAIL PROTECTED]> wrote: > Hi, > > I have a small problem with my own WMS service. I don't know where to ask, as > you can see, it is not easy to find the reas

Re: [Qgis-user] WMS Rendering Problems

2007-11-05 Thread Marco Hugentobler
Hi Tom, You are right, resizing is a problem. I did some further tests on Linux and Mac, and found that resizing is a problem on both plattforms (maybe also on win, I didn't test). So I don't think it is a Mac specific issue. Also I found resizing can be a problem with large vector layers. > r

Re: [Qgis-user] WMS Rendering Problems

2007-11-03 Thread Tom Elwertowski
Marco Hugentobler wrote: > I think that the WMS refresh problem is due to a problem with > QGraphicsView/QGraphicsRectItem, which I tried to adress with r7316. This fix > works for me on Kubuntu7.10, Win XP (msys) and Mac (G4). > > From what I can see, the synchronous requesting works as expecte

Re: [Qgis-user] WMS Rendering Problems

2007-11-03 Thread Marco Hugentobler
Hi Tom, > The refresh problem arises from the fact that the WMS layer is not > requested until after the redraw cycle begins. Om a Mac (and probbably > Windows too, based upon your observations), drawing cannot be > interrupted to do something else -- either you already possess the > bitmap or you

Re: [Qgis-user] WMS Rendering Problems

2007-11-02 Thread Yves Moisan
> Micha Silver wrote: >> In some early work I noticed on windows, displaying maps from a WMS >> server (mapserver 4.10.2) that the map image doesn't appear until I "do >> something". A couple more observations to help nail the problem. It seems one issue has to do with HHTP Exceptions not be

Re: [Qgis-user] WMS Rendering Problems

2007-11-01 Thread Yves Moisan
> Micha Silver wrote: >> In some early work I noticed on windows, displaying maps from a WMS >> server (mapserver 4.10.2) that the map image doesn't appear until I "do >> something". I have to open some other dialog box, then when I close it, >> the map appears. If I pan or zoom, I see the map

Re: [Qgis-user] WMS Rendering Problems

2007-10-30 Thread Tom Elwertowski
Micha Silver wrote: > In some early work I noticed on windows, displaying maps from a WMS > server (mapserver 4.10.2) that the map image doesn't appear until I "do > something". I have to open some other dialog box, then when I close it, > the map appears. If I pan or zoom, I see the map layers

Re: [Qgis-user] WMS GetFeatureInfo

2007-10-25 Thread Marco Hugentobler
Hi Sarah Which version (and on which platform) are you using? I tried it with 0.9 on my ubuntu box and the info tool works as it should. There is no plugin necessary for getFeatureInfo. The "Information-Icon" should also work on WMS layers if they are queryable. Regards, Marco On Thursday 25

Re: [Qgis-user] WMS

2006-12-07 Thread Gary Sherman
On Dec 7, 2006, at 8:50 PM, [EMAIL PROTECTED] wrote: Hi I try to connect to http://www.geosignal.org/cgi-bin/wmsmap? with windows version of yesterday. the system returns "ne peut ouvrir le provider WMS" The windows snapshots don't include the WMS provider yet. It's OK on my other ma

Re: [Qgis-user] wms support in 0.8preview2

2006-11-16 Thread Steve Halasz
On Thu, 2006-11-16 at 13:35 +0100, Achim Weßling wrote: > In the deb-packages for edgy which I've downloaded from qgis.org the > wmsprovider.so is missing! > Is there any possibility to get this lib without compiling by myself? I'm working on this. I hope to upload a .deb with wms included to the

Re: [Qgis-user] wms support in 0.8preview2

2006-11-16 Thread Achim Weßling
In the deb-packages for edgy which I've downloaded from qgis.org the wmsprovider.so is missing! Is there any possibility to get this lib without compiling by myself? Achim Am Donnerstag, den 16.11.2006, 12:30 +0100 schrieb Niccolo Rigacci: > > I installed 0.8preview2 on my ubuntu edgy. If I try l

Re: [Qgis-user] wms support in 0.8preview2

2006-11-16 Thread Niccolo Rigacci
> I installed 0.8preview2 on my ubuntu edgy. If I try loading a > wms-resource I get the following error on the console: > > Warning: Failed to load ../providers/libproviders.so I had the same problem when I compiled and installed qgis without the wms support. Can be a problem at compile time o