Revision 33351 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/MapContextLibrary.java

View differences:

MapContextLibrary.java
32 32
import org.gvsig.fmap.dal.feature.FeatureStore;
33 33
import org.gvsig.fmap.mapcontext.impl.DefaultMapContextDrawer;
34 34
import org.gvsig.fmap.mapcontext.layers.FLayer;
35
import org.gvsig.fmap.mapcontext.layers.FLayerStatus;
35 36
import org.gvsig.fmap.mapcontext.layers.FLayers;
36 37
import org.gvsig.fmap.mapcontext.layers.FLyrDefault;
37 38
import org.gvsig.fmap.mapcontext.layers.LayerFactory;
......
118 119
//		FLayerVectorialDB.registerPersistent();
119 120
//		FLayerFileVectorial.registerPersistent();
120 121
		
122
		FLayerStatus.registerPersistent();
121 123
		FLyrDefault.registerPersistent();
122 124
		FLyrVect.registerPersistent();
123 125
		FLayers.registerPersistent();

Also available in: Unified diff