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

[Qgis-user] WMS in python?

2008-03-03 Thread Rob McCulley
Hi All, 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 so, how? Thanks Ro