update ND and function declarations for getFullRequestString() in WFS/WMS to match the original in their superclass, HTTPRequest.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@4930 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-10-12 18:26:52 +00:00
parent 961a5a6613
commit d9821260ae
2 changed files with 4 additions and 2 deletions

View File

@@ -202,11 +202,12 @@ OpenLayers.Layer.WMS = OpenLayers.Class(OpenLayers.Layer.Grid, {
*
* Parameters:
* newParams - {Object}
* altUrl - {String} Use this as the url instead of the layer's url
*
* Returns:
* {String}
*/
getFullRequestString:function(newParams) {
getFullRequestString:function(newParams, altUrl) {
var projection = this.map.getProjection();
this.params.SRS = (projection == "none") ? null : projection;