Revision 12043 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/SimpleLineSymbol.java

View differences:

SimpleLineSymbol.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.8  2007-05-08 08:47:40  jaume
46
* Revision 1.9  2007-06-07 06:50:40  jaume
47 47
* *** empty log message ***
48 48
*
49
* Revision 1.8  2007/05/08 08:47:40  jaume
50
* *** empty log message ***
51
*
49 52
* Revision 1.7  2007/03/26 15:02:49  jaume
50 53
* Refactored IPrintable
51 54
*
......
141 144
		xml.putProperty("isShapeVisible", isShapeVisible());
142 145
		xml.putProperty("desc", getDescription());
143 146
		xml.putProperty("unit", getUnit());
147

  
148
		// reference system
149
		xml.putProperty("referenceSystem", getReferenceSystem());
150

  
144 151
		Color c = getColor();
145 152
		if (c!= null)
146 153
			xml.putProperty("color", StringUtilities.color2String(getColor()));

Also available in: Unified diff