Revision 14931 import/ext3D/trunk/ext3D/src/com/iver/ai2/gvsig3d/ProjectView3D.java

View differences:

ProjectView3D.java
106 106
		xml.putProperty("m_selectedField", m_selectedField);
107 107
		xml.putProperty("m_typeLink", m_typeLink);
108 108
		xml.putProperty("m_extLink", m_extLink);
109

  
110
        // 3D properties
111
		xml.putProperty("planetType", m_planetType);
112

  
109 113
		xml.addChild(mapContext.getXMLEntity());
110 114

  
111 115
		if (mapOverViewContext != null) {
......
121 125
		}catch (Exception e) {
122 126
			throw new SaveException(e,this.getClass().getName());
123 127
		}
128

  
124 129
		return xml;
125 130
	}
126 131

  
......
170 175
			m_typeLink = xml.getIntProperty("m_typeLink");
171 176
			m_extLink = xml.getStringProperty("m_extLink");
172 177

  
178
			// 3D properties
179
			m_planetType = xml.getIntProperty("planetType");
180

  
173 181
			setMapContext(MapContext3D.createFromXML(xml.getChild(currentChild)));
174 182
			currentChild++;
175 183
			if (xml.getBooleanProperty("mapOverView")) {

Also available in: Unified diff