Merge pull request #286 from marcjansen/imgpath

Declare ImgPath property of OpenLayers in OpenLayers.js (r=@elemoine,@ahocevar)
This commit is contained in:
Marc Jansen
2012-03-06 23:02:25 -08:00
4 changed files with 77 additions and 13 deletions

View File

@@ -559,14 +559,6 @@ OpenLayers.Util.urlAppend = function(url, paramStr) {
return newUrl;
};
/**
* APIProperty: ImgPath
* {String} Set this to the path where control images are stored.
* If set to '' OpenLayers will use script location + "img/"
* Default is ''.
*/
OpenLayers.ImgPath = '';
/**
* Function: getImagesLocation
*