Revision 25453

View differences:

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

  
602 602
	public XMLEntity getXMLEntity() {
603 603
		XMLEntity xml = new XMLEntity();
604
		xml.putProperty("labelingStrategy", "labelingStrategy");
604 605
		xml.putProperty("className", getClassName());
605 606
		xml.putProperty("allowsOverlapping", allowOverlapping);
606 607
//		xml.putProperty("minScaleView", minScaleView);

Also available in: Unified diff