Revision 22034 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/rendering/legend/SingleSymbolLegend.java

View differences:

SingleSymbolLegend.java
81 81
		defaultSymbol = style;
82 82

  
83 83
		if (style instanceof MultiShapeSymbol) {
84
			shapeType = Geometry.TYPES.AGGREGATE;
84
			shapeType = Geometry.TYPES.GEOMETRY;
85 85
		} else if (style instanceof IMarkerSymbol) {
86 86
			shapeType = Geometry.TYPES.POINT;
87 87
		} else if (style instanceof ILineSymbol) {

Also available in: Unified diff