On Nov 4, 2010, at 14:04 , Robert Buckley wrote:

> Hi,
> 
> I still cannot retrieve the data from these layers with openlayers..
> 
> 
> var layer_erdwaerme = new OpenLayers.Layer.WMS(
>                 "Erdwaerme",
>                 "//memas01.lbeg.de/LucidaMap/ogc/srv/wms/wms.srv.asp?",

Why not a url that starts with http://, like in your original post?

Regards,
Andreas.


>                 {
>                    layers: 'L211',
>                    styles: '',
>                    srs: 'EPSG:4326',
>                    format: 'image/png',
>                    tiled: 'no',
>                    tilesOrigin : "143.60260815000004,-43.851764249999995",
>                    transparent: true
>                 },
>                 {
>                     'opacity': 1, 'isBaseLayer': false, visibility:true
>                 }
>             );
> 
> 
> Can anyone test this to see if am image appears?
> 
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/openlayers-users

-- 
Andreas Hocevar
OpenGeo - http://opengeo.org/
Expert service straight from the developers.

_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to