am trying to understand how Layer.Image works. Sadly, the image
example on the OL site is broken.

I have

            return new OpenLayers.Layer.Image(
                layername,
                http://server/path/to/image.gif,
                new OpenLayers.Bounds(409341, 515662, 653341, 699662),
                new OpenLayers.Size(244, 185),
                {
                    format: "image/gif",
                    transparent: true,
                    isBaseLayer: false,
                    reproject: true
                },
                {
                    visibility: true,
                    singleTile: true,
                    sphericalMercator: true
                }
            );

I am kinda following from my WMS layers example. My images have no
projection info (although I could put it into them, but then, they
would have to be tif, no?). In any case, when I do the above, the
browser seems to request the images, and the server seems to send...
nothing back. Not an error... just nothing, at least as seen in
Firebug.

What gives?

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

Reply via email to