diff --git a/doc/Layer.Image.txt b/doc/Layer.Image.txt new file mode 100644 index 0000000000..bc78d05e74 --- /dev/null +++ b/doc/Layer.Image.txt @@ -0,0 +1,9 @@ +OpenLayers.Layer.Image + +The Image Layer allows you to load a single image and use it as a layer in your +map. + + +* Constructor + OpenLayers.Layer(name, url, {OpenLayers.Bounds|bounds}, {OpenLayers.Size|size}, {options}) -- Image Layer constructor requires a name, URL of the image, geographic bounds of the image, pixel size of the image, and an optional options parameter. +