Revision 3069 trunk/extensions/extCatalogYNomenclator/src/es/gva/cit/gvsig/gazetteer/loaders/FeatureLoader.java

View differences:

FeatureLoader.java
66 66
        com.iver.cit.gvsig.gui.View activeView = 
67 67
			(com.iver.cit.gvsig.gui.View) PluginServices.getMDIManager().getActiveView();
68 68
       
69
        activeView.getMapControl().getViewPort().setExtent(new Rectangle2D.Double(feature.getCoordinates().getX() - 0.05,
69
        /*activeView.getMapControl().getViewPort().setExtent(new Rectangle2D.Double(feature.getCoordinates().getX() - 0.05,
70 70
                feature.getCoordinates().getY() - 0.05,
71 71
                0.1,
72
                0.1));
72
                0.1));*/
73 73
        
74
        activeView.getMapControl().getViewPort().setExtent(new Rectangle2D.Double(feature.getCoordinates().getX() - 5000,
75
                feature.getCoordinates().getY() - 5000,
76
                10000,
77
                10000));
78
        
74 79
		return true;
75 80
	}
76 81
    

Also available in: Unified diff