Revision 8855

View differences:

trunk/extensions/extPublish/src/org/gvsig/remoteservices/conf/mapserver/MapServerConfiguration.java
44 44
 *
45 45
 * $Id$
46 46
 * $Log$
47
 * Revision 1.5  2006-11-13 08:25:04  dagilgon
47
 * Revision 1.6  2006-11-17 13:33:59  dagilgon
48
 * *** empty log message ***
49
 *
50
 * Revision 1.5  2006/11/13 08:25:04  dagilgon
48 51
 * a?adidas "etiquetas" CLASS (completada) y JOIN
49 52
 *
50 53
 * Revision 1.4  2006/10/18 07:56:56  dagilgon
......
674 677
			if (outlinecolor != null)
675 678
				toMapln("OUTLINECOLOR \"" + outlinecolor.toString()+"\"");
676 679
			if (size > -1)
677
				toMapln("SIZE \""+size+"\"");
680
				toMapln("SIZE "+size);
678 681
			if (estilo != null)
679 682
				estilo.styleToMap();
680 683
			if (symbol != null)

Also available in: Unified diff