From 2248b6a59b6c90939a86c9558f424c08e4e30517 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sat, 26 Aug 2006 16:05:25 +0000 Subject: [PATCH] Make image load error color configurable. Document it. git-svn-id: http://svn.openlayers.org/trunk/openlayers/doc@1386 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- Util.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Util.txt diff --git a/Util.txt b/Util.txt new file mode 100644 index 0000000000..8e14fa816f --- /dev/null +++ b/Util.txt @@ -0,0 +1,7 @@ +OpenLayers.Util + +Utility class. Stores a bunch of methods and settings that don't fit anywhere else. + +* Options + + OpenLayers.Util.onImageLoadErrorColor -- A string to set img.style.backgroundColor to if the onerror event fires for the image (useful for 500 errors from WMS, for example).