Move the declaration of OpenLayers.ImgPath from Util.js to OpenLayers.js.
This commit is contained in:
@@ -79,7 +79,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return (function() { return l; });
|
return (function() { return l; });
|
||||||
})()
|
})(),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* APIProperty: ImgPath
|
||||||
|
* {String} Set this to the path where control images are stored.
|
||||||
|
* If set to '' OpenLayers will use script location + "img/"
|
||||||
|
* Default is ''.
|
||||||
|
*/
|
||||||
|
ImgPath : ''
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -559,14 +559,6 @@ OpenLayers.Util.urlAppend = function(url, paramStr) {
|
|||||||
return newUrl;
|
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
|
* Function: getImagesLocation
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user