Revision 20939 branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/LegendFactory.java

View differences:

LegendFactory.java
103 103
						FConstant.SYMBOL_TYPE_TEXT));
104 104
		}
105 105

  
106
		return new SingleSymbolLegend(new FSymbol(FConstant.SYMBOL_TYPE_FILL));
106
		return new SingleSymbolLegend(new FSymbol(shapeType));
107 107
	}
108 108

  
109 109
	/**

Also available in: Unified diff