Revision 15491 import/ext3D/branches/ext3D_v1.1/ext3Dgui/src/com/iver/ai2/gvsig3dgui/view/View3D.java

View differences:

View3D.java
97 97
		IProjection projection = null;
98 98
		ViewPort vp = null;
99 99
		Rectangle2D extend;
100
		if (m_planet.getType() == PlanetType.SPHERICAL_MODE) {
100
		if (m_planet.getType() == PlanetType.GEOCENTRIC) {
101 101
			projection = CRSFactory.getCRS("EPSG:4326");
102 102
			extend = new Rectangle2D.Double(-180.0, 90.0, 180.0, -90.0);
103 103
		} else {

Also available in: Unified diff