Revision 8207 trunk/extensions/extGraph_predes/src/com/iver/cit/gvsig/graph/TestExtension.java

View differences:

TestExtension.java
176 176
			IFeature feat = (IFeature) it.next();
177 177
			IGeometry gAux = feat.getGeometry();
178 178
			FGraphic graphic = new FGraphic(gAux, idSymbolLine);
179
			graphicLayer.addGraphic(graphic);
179
			graphicLayer.insertGraphic(0, graphic);
180 180
		}
181 181
		mapControl.drawGraphics();
182 182

  
......
194 194
			IFeature feat = va.getFeature(edge.getArcID());
195 195
			IGeometry gAux = feat.getGeometry();
196 196
			FGraphic graphic = new FGraphic(gAux, idSymbol);
197
			graphicLayer.addGraphic(graphic);
197
			graphicLayer.insertGraphic(0, graphic);
198 198
		}
199 199
		mapControl.drawGraphics();
200 200

  

Also available in: Unified diff