Revision 8218

View differences:

trunk/extensions/extWCS/src/com/iver/cit/gvsig/fmap/layers/FLyrWCS.java
646 646
	 */
647 647
	private FMapWCSDriver getDriver() throws IllegalStateException, ValidationException, UnsupportedVersionException, IOException {
648 648
		if (wcs == null) {
649
			wcs =wcs = FMapWCSDriverFactory.getFMapDriverForURL(host);
649
			wcs = FMapWCSDriverFactory.getFMapDriverForURL(host);
650 650
		}
651 651
		return wcs;
652 652
	}

Also available in: Unified diff