Revision 1930 branches/gvSIG_03_raster/applications/appgvSIG/src/com/iver/cit/gvsig/ViewControls.java

View differences:

ViewControls.java
150 150
			setActives(true, mapa);
151 151
		} else if (s.compareTo("TEMAS_NOACTIVOS") == 0) {
152 152
			setActives(false, mapa);
153
		}else if (s.compareTo("SAVERASTER") == 0) {
154
			mapCtrl.setTool("saveRaster");
155
		}else if (s.compareTo("SELECTIMAGE") == 0) {
156
			mapCtrl.setTool("selectImage");
153 157
		}
154 158
	}
155 159

  

Also available in: Unified diff