Revision 10959 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/styling/LabelingFactory.java

View differences:

LabelingFactory.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.4  2007-03-20 16:16:20  jaume
46
* Revision 1.5  2007-03-28 16:48:01  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.4  2007/03/20 16:16:20  jaume
47 50
* refactored to use ISymbol instead of FSymbol
48 51
*
49 52
* Revision 1.3  2007/03/09 11:20:57  jaume
......
179 182
		if (method == null && placement == null && zoom == null)
180 183
			return createDefaultStrategy(layer);
181 184

  
182
		return createDefaultStrategy(layer);
185
		ILabelingStrategy strat = createDefaultStrategy(layer);
186
		strat.setLabelingMethod(method);
187
		return strat;
183 188
		/* solament per a proves, ac? falta muntar el sistema expert que
184 189
		 * decidisca quina estrat?gia ?s la millor a partir dels par?metres.
185 190
		 */

Also available in: Unified diff