Revision 22952 trunk/extensions/extSymbology/src/org/gvsig/symbology/fmap/labeling/GeneralLabelingStrategy.java

View differences:

GeneralLabelingStrategy.java
406 406
			}
407 407

  
408 408
			if (expr != null) {
409

  
410
				if(expr.equals(";"))
411
					expr = texts[0];
412

  
409 413
				// parse (if it hasn't been parsed yet) and evaluate the expression
410 414
				Object labelContents = getEvaluator(expr).evaluate();
411 415
				if (String[].class.equals(labelContents.getClass())) {

Also available in: Unified diff