Revision 32881 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/styling/labeling/AttrInTableLabelingStrategy.java

View differences:

AttrInTableLabelingStrategy.java
216 216
					for (int j = 0; j < aux.length; j++) {
217 217
						FPoint2D p = new FPoint2D(aux[j].getOrig());
218 218
						p.transform(viewPort.getAffineTransform());
219
						if (properties==null)
219
						if (idRotationField == -1)
220
							sym.setRotation(aux[j].getRotation());
221
						
222
						if (properties==null) {
220 223
							sym.draw(g, null, p, cancel);
224
						}
221 225
						else
222 226
							sym.print(g, null, p, properties);
223 227
					}

Also available in: Unified diff