Revision 20334 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/ProjectViewFactory.java

View differences:

ProjectViewFactory.java
96 96
		ViewPort vp = viewMapContext.getViewPort();
97 97
		vp.setBackColor(View.getDefaultBackColor());
98 98
		vp.setDistanceUnits(Project.getDefaultDistanceUnits());
99
		vp.setDistanceArea(Project.getDefaultDistanceArea());
99 100
		vp.setMapUnits(Project.getDefaultMapUnits());
100 101

  
101 102
		v.setMapContext(viewMapContext);
......
157 158
        	);
158 159

  
159 160

  
160
      
161

  
161 162
        PluginServices.getIconTheme().registerDefault(
162 163
        		"cursor-query-distance",
163 164
        		MapControl.class.getClassLoader().getResource("images/RulerCursor.gif")

Also available in: Unified diff