Revision 32876 trunk/extensions/extWMS/src/com/iver/cit/gvsig/gui/panels/WMSParamsPanel.java

View differences:

WMSParamsPanel.java
90 90
import com.iver.cit.gvsig.gui.wizards.SRSListModel;
91 91
import com.iver.cit.gvsig.gui.wizards.WMSWizardData;
92 92
import com.iver.cit.gvsig.gui.wizards.WizardListenerSupport;
93
import com.iver.cit.gvsig.project.documents.view.gui.BaseView;
93 94

  
94 95
/**
95 96
 * This class implements the map option panel.
......
1341 1342
		if (node.getChildren().size() > 0) {
1342 1343
			FLayers l = null;
1343 1344
			if (this.getMapCtrl() == null) {
1344
				com.iver.cit.gvsig.project.documents.view.gui.View v = (com.iver.cit.gvsig.project.documents.view.gui.View) PluginServices
1345
				BaseView v = (BaseView) PluginServices
1345 1346
						.getMDIManager().getActiveWindow();
1346 1347
				l = new FLayers();
1347 1348
				l.setMapContext(v.getMapControl().getMapContext());
......
1444 1445
		if (node.getChildren().size() > 0) {
1445 1446
			FLayers l = null;
1446 1447
			if (this.getMapCtrl() == null) {
1447
				com.iver.cit.gvsig.project.documents.view.gui.View v = (com.iver.cit.gvsig.project.documents.view.gui.View) PluginServices
1448
				BaseView v = (BaseView) PluginServices
1448 1449
						.getMDIManager().getActiveWindow();
1449 1450
				l = new FLayers();
1450 1451
				l.setMapContext(v.getMapControl().getMapContext());

Also available in: Unified diff