From 157af40d452c3edce9a2bbffd7a692296e85459e Mon Sep 17 00:00:00 2001 From: crschmidt Date: Tue, 19 Sep 2006 23:24:23 +0000 Subject: [PATCH] layer-opacity example, from Tim Schaub's original use of it. Primarily because I've never been so impressed by a demo of software I've helped write :) git-svn-id: http://svn.openlayers.org/trunk/openlayers@1490 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/layer-opacity.html | 86 +++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 examples/layer-opacity.html diff --git a/examples/layer-opacity.html b/examples/layer-opacity.html new file mode 100644 index 0000000000..f88fde145b --- /dev/null +++ b/examples/layer-opacity.html @@ -0,0 +1,86 @@ + + + + + + + +

OpenLayers Layer Opacity Example

+
+

+ Note that if you also have the setOpacity method defined on the Layer + class, you can tweak the layer opacity after it has been added to the map. +

+

Opacity: + << + + >> +

+

IE users: Wait until the shade layer has finished loading to try this.

+ +