Revision 77

View differences:

1.10/trunk/libraries/lib3DMap/src/org/gvsig/gvsig3d/cacheservices/VectorCacheService.java
206 206
	}
207 207

  
208 208
	public void createLabels(FLayer lyrVect) {
209
		
210
		// Cleaning the m_label list
211
		_labels = new ArrayList<ILabel3D>();
209 212

  
210 213
		// If this layer had enable the labels, we would need to get its.
211 214
		if (lyrVect instanceof ILabelable && ((FLyrVect) lyrVect).isLabeled()) {
212
			// Cleaning the m_label list
213
			_labels = new ArrayList<ILabel3D>();
215
			
214 216
			// Casting the layer to the interface
215 217
			ILabelable lyrLable = (ILabelable) lyrVect;
216 218
			// Getting the strategy

Also available in: Unified diff