Revision 26527

View differences:

tmp/trunk/cliente/WorkSpace_WPSClient/extWPSCallejero/src/es/logex/gvsig/streetsmap/core/impl_1_0_0/SMProtocolHandlerImpl_1_0_0.java
53 53
import es.logex.gvsig.fmap.layers.FLyrWPSFactory;
54 54
import es.logex.gvsig.streetsmap.core.SMLayerInfo;
55 55
import es.logex.gvsig.streetsmap.core.SMProtocolHandler;
56
import es.logex.gvsig.wps.client.WPSClient;
56 57

  
57 58
import es.logex.xml.utils.LegendManager;
58 59

  
......
117 118
			// municipios.
118 119
			/*
119 120
			 * Double minX = 626673.9375; Double minY = 4191040.0; Double maxX =
120
			 * 815708.0625; Double maxY = 4519371.0; Point2D ll = new
121
			 * Point2D.Double(minX, minY); Point2D lm = new Point2D.Double(maxX,
122
			 * minY); Double w = ll.distance(lm);
121
			 * 815708.0625; Double maxY = 4519371.0; 
122
			 * Point2D ll = new Point2D.Double(minX, minY); 
123
			 * Point2D lm = new Point2D.Double(maxX, minY); 
124
			 * Double w = ll.distance(lm);
123 125
			 * 
124
			 * ll = new Point2D.Double(minX, minY); lm = new Point2D.Double(minX,
125
			 * maxY); Double h = ll.distance(lm);
126
			 * ll = new Point2D.Double(minX, minY); 
127
			 * lm = new Point2D.Double(minX,maxY); 
128
			 * Double h = ll.distance(lm);
126 129
			 * 
127 130
			 * this.maxExtent = new Rectangle2D.Double(minX, minY, w, h);
128 131
			 */

Also available in: Unified diff