Revision 40341 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wfs/wfs_1_0_0/request/WFSGetFeatureRequest1_0_0.java

View differences:

WFSGetFeatureRequest1_0_0.java
79 79
		}	
80 80
		req.append("VERSION=").append(protocolHandler.getVersion()).append("&EXCEPTIONS=XML");
81 81
		req.append("&MAXFEATURES=").append(status.getMaxFeatures());
82
        req.append("&SRSNAME=").append(status.getSrs());
83
		
82 84
		return req.toString();
83 85
	}
84 86
	

Also available in: Unified diff