OpenLayers.ImgPath should be API property
This commit is contained in:
@@ -560,8 +560,10 @@ OpenLayers.Util.urlAppend = function(url, paramStr) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: ImgPath
|
* APIProperty: ImgPath
|
||||||
* {String} Default is ''.
|
* {String} Set this to the path where control images are stored.
|
||||||
|
* If set to '' OpenLayers will use script location + "img/"
|
||||||
|
* Default is ''.
|
||||||
*/
|
*/
|
||||||
OpenLayers.ImgPath = '';
|
OpenLayers.ImgPath = '';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user