On Tue, 5 Jun 2007 07:34:24 -0400, "Christopher Schmidt" <[EMAIL PROTECTED]> said: > 'transparent':true causes the layer to not be a base layer.
That sounds very logical really! :-) The example you gave works, thanks! Best regards, Arjen. On Tue, 5 Jun 2007 07:34:24 -0400, "Christopher Schmidt" <[EMAIL PROTECTED]> said: > If you change the configuration like so: > > layer = new OpenLayers.Layer.WMS( "VMap0", > "http://localhost/mapserver/mapserv.exe?map=c:/Inetpub/test/demo.map&", > { layers: 'water', > srs: 'EPSG:28992', > format: 'image/png', > transparent: true // This causes the "bounds has no properties" JS > error! > }, {isBaseLayer: true} ); > > It should work in the same way. If it doesn't, please send HTML of a > failing example to the list. > > Regards, > -- > Christopher Schmidt > MetaCarta > _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
