Hi all,
I have a problem with untiled layer. If I set all and load the map, this
layer isn't display and I can't find error. Below is part of my code:

body2 = new OpenLayers.Layer.WMS("poi",
"http://localhost:8080/geoserver/wms";,
                        {width: '461',
                        layers: 'dp:body2',
                        styles: '',
                        srs: 'EPSG:900913',
                        height: '512',
                        format: 'image/png'                                     
                    },
                    {minScale: 60000, maxScale: 10000, singleTile: true}
        );

If I use tiled layer, everything is ok.

Thanks for help,
Dan

P.S. I'm beginner :)

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/untiled-layer-isn-t-display-tp6519826p6519826.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to