Revision 36760 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/gui/WizardPanel.java

View differences:

WizardPanel.java
25 25

  
26 26
import javax.swing.JPanel;
27 27

  
28
import org.cresques.cts.IProjection;
28 29
import org.gvsig.andami.messages.NotificationManager;
29 30
import org.gvsig.app.ApplicationLocator;
30 31
import org.gvsig.app.ApplicationManager;
......
134 135
                                public MapControl getMapControl() {
135 136
                                    return mapControl;
136 137
                                }
138

  
139
								public IProjection getViewProjection() {
140
									return mapControl.getProjection();
141
								}
137 142
                            });
138 143
                    if (preparedLayer != null) {
139 144
                        mapContext.getLayers().addLayer(preparedLayer);

Also available in: Unified diff