Revision 2602 org.gvsig.raster.wmts/trunk/org.gvsig.raster.wmts/org.gvsig.raster.wmts.ogc/org.gvsig.raster.wmts.ogc.impl/src/main/java/org/gvsig/raster/wmts/ogc/impl/base/WMTSClientImpl.java

View differences:

WMTSClientImpl.java
119 119
		handler = null;
120 120
	}
121 121
	
122
	public File getTile(String url, ICancellable cancel, File file) throws WMTSException, ServerErrorException {
123
		return handler.getTile(url, cancel, file);
124
	}
125
	
122 126
	/**
123 127
     * <p>Gets a tile downloading using a specific path and file.</p> 
124 128
     * @throws ServerErrorException 
......
149 153
     * @throws ServerErrorException 
150 154
     */
151 155
    public synchronized File downloadFile(URL url, ICancellable cancel) throws DownloadException {   
152
        return handler.downloadFile(url, cancel);
156
        return handler.downloadFile(url, cancel, null);
153 157
    }
154 158
	
155 159
	/**

Also available in: Unified diff