Revision 320 2.0/trunk/org.gvsig.gvsig3d/org.gvsig.gvsig3d.lib/org.gvsig.gvsig3d.lib.impl/src/main/java/org/gvsig/gvsig3d/impl/map3d/Layer3DPropsImpl.java

View differences:

Layer3DPropsImpl.java
274 274

  
275 275
	public void setType(int type) {
276 276
		_type = type;
277

  
277
		//We need to persist in the layer properties if the layer is rasterized or not.
278
		_layer.setProperty("layerType", type);
278 279
	}
279 280

  
280 281
	public void setVerticalEx(float ex) {

Also available in: Unified diff