Thanks alot Tim for your response.<br><br>It seems like it will be helpful for resizing the square box, but how to move this square and the square box seems to be in 45 degree angle to the horizontal line. I need square to be drawn inline with horizontal line. It should be resizable by dragging it edges like we see in the Jquery plugin I mentioned. <a href="http://odyniec.net/projects/imgareaselect" target="_blank">http://odyniec.net/projects/imgareaselect</a><br>
<br><br>Thanks again for your help. I really appreciate it.<br>Moiz<br><br><div class="gmail_quote">On Wed, Aug 4, 2010 at 2:49 PM, Tim Schaub <span dir="ltr">&lt;<a href="mailto:tschaub@opengeo.org">tschaub@opengeo.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On 8/4/10 12:31 PM, Moiz Bhukhiya wrote:<br>
&gt; Hello Devs,<br>
&gt;<br>
&gt; I am using Openlayers to display images from Djatoka Image server. I am<br>
&gt; using two different layers.<br>
&gt; 1. To draw boxes on an image which is OpenLayers.Layer.Boxes<br>
&gt; 2. To dynamically draw boxes on images I am using OpenLayers.Control()<br>
&gt;<br>
&gt; Using Control() functionality I can draw boxes on the image pressing<br>
&gt; shift key and on mouse down, and on mouse up I can get the coordinates<br>
&gt; of the box on the image. On mouse up the box disappears and I get the<br>
&gt; coordinates. My problem is I do not want this box to disappear until I<br>
&gt; invoke it. I want to draw the box and resize it if required (like we do<br>
&gt; in Jquery crop plugin Eg:<a href="http://odyniec.net/projects/imgareaselect" target="_blank">http://odyniec.net/projects/imgareaselect</a> )<br>
&gt;<br>
&gt; It would be of great help if you could guide me how do I achieve this<br>
&gt; functionality.<br>
&gt;<br>
<br>
</div></div>Alternatively, you could use a Vector layer and a DrawFeature control<br>
with a RegularPolygon handler.<br>
<br>
See <a href="http://openlayers.org/dev/examples/regular-polygons.html" target="_blank">http://openlayers.org/dev/examples/regular-polygons.html</a><br>
<br>
Sounds like an irregular polygon with four sides (rectangle) snapped to<br>
90 would give you want you want.<br>
<br>
Tim<br>
<br>
&gt; Thanks,<br>
&gt; Moiz<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Dev mailing list<br>
&gt; <a href="mailto:Dev@openlayers.org">Dev@openlayers.org</a><br>
&gt; <a href="http://openlayers.org/mailman/listinfo/dev" target="_blank">http://openlayers.org/mailman/listinfo/dev</a><br>
<font color="#888888"><br>
<br>
--<br>
Tim Schaub<br>
OpenGeo - <a href="http://opengeo.org" target="_blank">http://opengeo.org</a><br>
Expert service straight from the developers.<br>
_______________________________________________<br>
Dev mailing list<br>
<a href="mailto:Dev@openlayers.org">Dev@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/dev" target="_blank">http://openlayers.org/mailman/listinfo/dev</a><br>
</font></blockquote></div><br>