Revision 30073

View differences:

trunk/extensions/extGeoreferencing/src/org/gvsig/georeferencing/main/LayersPointManager.java
192 192
	 */
193 193
	public long addPoint(Point2D map, Point2D raster) {
194 194
		GeoPoint gp = new GeoPoint(raster, map);
195
		long id = System.currentTimeMillis();	
195
		long id = System.currentTimeMillis();
196
		System.out.println(id);
196 197
		//Esperamos al menos 5 ms para que la carga de los puntos no sea
197 198
		//tan r?pida que coincida el id de dos puntos
198 199
		try {
199
			Thread.sleep(5);
200
			Thread.sleep(80);
200 201
		} catch (InterruptedException e) {
201 202
		}
202 203
		if(viewRasterGCPs != null) 

Also available in: Unified diff