Revision 34303 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/impl/DefaultMapContextManager.java

View differences:

DefaultMapContextManager.java
294 294
			ISymbol defaultSymbol =
295 295
				getSymbolManager().createSymbol(shapeType, randomColor);
296 296
			legend.setDefaultSymbol(defaultSymbol);
297
			legend.setShapeType(shapeType);
297 298
			return legend;
298 299
		} catch(Exception e) {
299 300
			throw new MapContextRuntimeException(e);

Also available in: Unified diff