Revision 10101 branches/simbologia/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/LayerFactory.java

View differences:

LayerFactory.java
156 156

  
157 157
	public static FLayer createLayer(String layerName, VectorialFileDriver d,
158 158
			File f, IProjection proj) {
159
		return createLayer(layerName, d, f, proj, "FlyrVect");
159
		return createLayer(layerName, d, f, proj, "com.iver.cit.gvsig.fmap.layers.FLyrVect");
160 160
	}
161 161

  
162 162
	/**

Also available in: Unified diff