Revision 8262 trunk/libraries/libJCRS/src/org/gvsig/crs/gui/panels/TransformationEpsgPanel.java

View differences:

TransformationEpsgPanel.java
70 70
	public TableSorter sorter = null;
71 71
	
72 72
	public TransformationEpsgPanel(int target) {
73
		crs_target = target;
74
		connect = new EpsgConnection();
75
		connect.setConnectionEPSG();
73
		crs_target = target;		
76 74
	}
77 75
	
78 76
	public JPanel getJPanel(){
......
411 409
	}
412 410
	
413 411
	public void setSource(int code){
412
		connect = new EpsgConnection();
413
		connect.setConnectionEPSG();
414 414
		inverseTranformation = false;
415 415
		crs_source_code = code;
416 416
		callTransformation(crs_source_code);

Also available in: Unified diff