From d75c99b62d78edb12639d0a182eaecdc134feb99 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 6 May 2010 15:08:47 +0100 Subject: [PATCH] Update to OpenLayers 2.9.1 --- public/openlayers/OpenLayers.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/openlayers/OpenLayers.js b/public/openlayers/OpenLayers.js index ed9877653..fe7a99241 100644 --- a/public/openlayers/OpenLayers.js +++ b/public/openlayers/OpenLayers.js @@ -94,7 +94,7 @@ var OpenLayers={singleFile:true};(function(){var singleFile=(typeof OpenLayers== scriptLocation="";var isOL=new RegExp("(^|(.*?\\/))("+OpenLayers._scriptName+")(\\?|$)");var scripts=document.getElementsByTagName('script');for(var i=0,len=scripts.length;i";}else{var s=document.createElement("script");s.src=host+jsfiles[i];var h=document.getElementsByTagName("head").length?document.getElementsByTagName("head")[0]:document.body;h.appendChild(s);}} -if(docWrite){document.write(allScriptTags.join(""));}}})();OpenLayers.VERSION_NUMBER="$Revision: 10129 $";OpenLayers.String={startsWith:function(str,sub){return(str.indexOf(sub)==0);},contains:function(str,sub){return(str.indexOf(sub)!=-1);},trim:function(str){return str.replace(/^\s\s*/,'').replace(/\s\s*$/,'');},camelize:function(str){var oStringList=str.split('-');var camelizedString=oStringList[0];for(var i=1,len=oStringList.length;i