Revision 15150

View differences:

import/ext3D/trunk/ext3D/src/com/iver/ai2/gvsig3d/map3d/layers/FLayers3D.java
644 644

  
645 645
			} else if (m_planet.getType() == Planet.PlanetType.PLANE_MODE) {
646 646
				posIni = new Vec3(cenLon, cenLat, 0);
647
				posEnd = new Vec3(cenLon, cenLat, 100000);
648
				posText = new Vec3(cenLon, cenLat, 100000);
647
				posEnd = new Vec3(cenLon, cenLat, 50000);
648
				posText = new Vec3(cenLon, cenLat, 60000);
649 649

  
650 650
				System.out.println("posicion del zoom plano, longitud: "
651 651
						+ cenLon + "latitud: " + cenLat);

Also available in: Unified diff