Revision 15490 import/ext3D/branches/ext3D_v1.1/lib3DMap/src/com/iver/ai2/gvsig3d/map3d/GraphicLayer3D.java

View differences:

GraphicLayer3D.java
60 60

  
61 61
		// search for Gazetteer
62 62
		// There are two gazetteer modes SPHERICAL and PLANE mode
63
		if (planet.getType() == Planet.PlanetType.SPHERICAL_MODE) {
63
		if (planet.getType() == Planet.PlanetType.GEOCENTRIC) {
64 64
			// For spheriacl mode
65 65

  
66 66
			// Geodesical coordinates
......
74 74

  
75 75
			posText = planet.convertLatLongHeightToXYZ(posT);
76 76

  
77
		} else if (planet.getType() == Planet.PlanetType.PLANE_MODE) {
77
		} else if (planet.getType() == Planet.PlanetType.PROJECTED) {
78 78

  
79 79
			// For plane mode
80 80
			posIni = new Vec3(p.getX(), p.getY(), 0);

Also available in: Unified diff