Revision 32097 branches/v2_0_0_prep/extensions/extGeocoding/src/org/gvsig/geocoding/extension/GeocodingExtension.java

View differences:

GeocodingExtension.java
54 54
 * Geocoding Extension. This extension geoposition in the map a postal address.
55 55
 * 
56 56
 * @author <a href="mailto:jsanz@prodevelop.es"> Jorge Gaspar Sanz Salinas</a>
57
 * @author <a href="mailto:vsanjaime@prodevelop.es"> Vicente Sanjaime Calvet</a>
57
 * @author <a href="mailto:vsanjaime@prodevelop.es"> Vicent Sanjaime Calvet</a>
58 58
 */
59 59

  
60 60
public class GeocodingExtension extends Extension implements
......
100 100
				"about/extGeocoding-about.html");
101 101
		panelAbout.addAboutUrl(PluginServices.getText(this, "geocoding"),
102 102
				aboutURL);
103
		
104
//		// initialize legend GraphicLayer
105
//		control = GeocodingController.getInstance();
106
		
103 107
	}
104 108

  
105 109
	/**

Also available in: Unified diff