Revision 9048 branches/v10/extensions/extWCS/src/com/iver/cit/gvsig/fmap/layers/FLyrWCS.java

View differences:

FLyrWCS.java
170 170
		}
171 171

  
172 172
		try{
173
			if (!drv.connect(null)){
173
			if (!drv.connect(false, null)){
174 174
				throw new DriverIOException("Can't connect to host '" + host + "'.");
175 175
			}
176 176
		}catch(Exception e){

Also available in: Unified diff