Revision 28434 branches/v2_0_0_prep/extensions/extGazetteer/src/org/gvsig/gazetteer/loaders/FeatureLoader.java

View differences:

FeatureLoader.java
251 251
		theSymbol.setStyle(1);
252 252
		theSymbol.setFontColor(Color.BLACK);
253 253
		theSymbol.setSizeInPixels(true);
254
		theSymbol.setSize(10);
254
		theSymbol.setSize(5);
255 255
		return theSymbol;
256 256
	}
257 257
	
258
//	private SimpleTextSymbol getSymbol(String text){
259
//		SimpleTextSymbol theSymbol = new SimpleTextSymbol(); 
260
//		theSymbol.setTextColor(Color.RED);
261
//		theSymbol.setText(text);
262
//		theSymbol.setFontSize(10);		
263
//		return theSymbol;
264
//	}
265
	
258 266
	/**
259 267
	 * Reprojects the new point
260 268
	 * @param ptOrig

Also available in: Unified diff