From bd762e7f6c69330bd8127bb13296ccfe7e7b5c37 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 27 Oct 2006 14:24:16 +0000 Subject: [PATCH] Never actually committed layer.image docs. git-svn-id: http://svn.openlayers.org/trunk/openlayers/doc@1739 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- Layer.Image.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Layer.Image.txt diff --git a/Layer.Image.txt b/Layer.Image.txt new file mode 100644 index 0000000000..bc78d05e74 --- /dev/null +++ b/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. +