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?",
                {
                   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

Reply via email to