Thank you so much Alexandre. I will take a look at Transform feature. Also, I am so sorry to add you in CC, I just had &quot;Reply to all&quot; by default and I didn&#39;t realize it.<div><br></div><div>Thanks again for your time and help.</div>
<div>Moiz<br><br><div class="gmail_quote">On Thu, Sep 16, 2010 at 7:17 AM, Alexandre Dube <span dir="ltr">&lt;<a href="mailto:adube@mapgears.com">adube@mapgears.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



  

<div bgcolor="#ffffff" text="#000000">
Hi Moiz,<br>
<br>
  BTW, this thread would have been more suitable for the &quot;users&quot;
mailing list.<br>
<br>
  Take a look at the &quot;TransformFeature&quot; control [1].  It might just be
the right tool for you.<br>
<br>
Regards,<br>
<br>
Alexandre<br>
<br>
[1] <a href="http://www.openlayers.org/dev/examples/transform-feature.html" target="_blank">http://www.openlayers.org/dev/examples/transform-feature.html</a><div><div></div><div class="h5"><br>
<br>
<br>
On 10-09-15 03:11 PM, Moiz Bhukhiya wrote:
<blockquote type="cite">Thank you so much Alexandre for your response. You are
absolutely right, it is working now as it should. But I have one more
question. Is there a way to resize it from all four corners, I don&#39;t
need to keep the aspect ratio. I would like to resize the box like a
cropping tool( <a href="http://odyniec.net/projects/imgareaselect/" target="_blank">http://odyniec.net/projects/imgareaselect/</a>
). I am also having another problem. When I assign {displayClass:
&quot;olControlDrawFeaturePoint&quot;} to modifyFeature, it doesn&#39;t give strictly
horizontally aligned rectangles. I can draw rectangles in that case but
they form an angle.<br>
  <br>
I&#39;d really appreciate any of your help.<br>
  <br>
Thanks,<br>
Moiz<br>
  <div class="gmail_quote">On Wed, Sep 15, 2010 at 7:24 AM, Alexandre
Dube <span dir="ltr">&lt;<a href="mailto:adube@mapgears.com" target="_blank">adube@mapgears.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
    <div bgcolor="#ffffff" text="#000000">
Hi Moiz,<br>
    <br>
  The constructor of the control only takes 2 parameters [1] and you
give it 3.  This might be why it doesn&#39;t work.<br>
    <br>
Regards,<br>
    <br>
Alexandre<br>
    <br>
    <br>
[1]
    <a href="http://dev.openlayers.org/releases/OpenLayers-2.10/doc/apidocs/files/OpenLayers/Control/ModifyFeature-js.html#OpenLayers.Control.ModifyFeature.OpenLayers.Control.ModifyFeature" target="_blank">http://dev.openlayers.org/releases/OpenLayers-2.10/doc/apidocs/files/OpenLayers/Control/ModifyFeature-js.html#OpenLayers.Control.ModifyFeature.OpenLayers.Control.ModifyFeature</a>
    <div>
    <div><br>
    <br>
On 10-09-15 05:32 AM, Moiz Bhukhiya wrote:
    </div>
    </div>
    <blockquote type="cite">
      <div>
      <div>Hi,<br>
      <br>
I am using vector (polygon) layer with draw feature and modify feature.
Let me explain first what I am trying to achieve. I want to draw
rectangles(strict horizontally aligned) and after drawing it might
require a little bit of modification but again it shouldn&#39;t lose its
shape. <br>
      <br>
Here is what I tried doing:<br>
      <br>
polygonLayer = new OpenLayers.Layer.Vector(&quot;Capture Region&quot;,
{displayInLayerSwitcher: true, reproject: true});<br>
        polyOptions = {sides: 4, snapAngle: 180, irregular: true}; //To
draw only rectangles<br>
        var pan = new OpenLayers.Control.Navigation({title: &quot;Navigate&quot;})<br>
        polygonControl = new
OpenLayers.Control.DrawFeature(polygonLayer,
OpenLayers.Handler.RegularPolygon, <br>
            {handlerOptions: polyOptions});<br>
        modify = new OpenLayers.Control.ModifyFeature(<br>
                polygonLayer, {displayClass: &quot;olControlModifyFeature&quot;,
title: &quot;Modify Features&quot;}, <br>
                {mode: ~OpenLayers.Control.ModifyFeature.RESHAPE |
OpenLayers.Control.ModifyFeature.RESIZE <br>
                | OpenLayers.Control.ModifyFeature.DRAG }<br>
            );<br>
        var panel = new OpenLayers.Control.Panel({<br>
             displayClass: &quot;olControlEditingToolbar&quot;<br>
        });<br>
        panel.addControls([pan, polygonControl, modify]);<br>
        map.addControl(panel);<br>
      <br>
The problem is it doesn&#39;t follow the modify feature modes I have
defined. It allows reshaping and doesn&#39;t allow dragging and resizing.
Another problem I have is when I define the displayClass for draw
feature, it wouldn&#39;t let me draw rectangles that are horizontally
aligned. To point your attention towards where I might be making a
mistake, I am using OpenLayers.Handler.RegularPolygon to draw feature.
Is that a problem?<br>
      <br>
Thanks a lot for taking time to read my problem and I&#39;d really
appreciate if you could help me with any suggestions and ideas.<br>
      <br>
Thanks!<br>
Moiz<br>
      </div>
      </div>
      <pre><fieldset></fieldset>
_______________________________________________
Dev mailing list
<a href="mailto:Dev@lists.osgeo.org" target="_blank">Dev@lists.osgeo.org</a>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-dev</a>
  </pre>
    </blockquote>
    <br>
    <br>
    <pre cols="72">-- 
Alexandre Dubé
Mapgears
<a href="http://www.mapgears.com" target="_blank">www.mapgears.com</a>
    </pre>
    </div>
    <br>
_______________________________________________<br>
Dev mailing list<br>
    <a href="mailto:Dev@lists.osgeo.org" target="_blank">Dev@lists.osgeo.org</a><br>
    <a href="http://lists.osgeo.org/mailman/listinfo/openlayers-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-dev</a><br>
    <br>
  </blockquote>
  </div>
  <br>
</blockquote>
<br>
<br>
<pre cols="72">-- 
Alexandre Dubé
Mapgears
<a href="http://www.mapgears.com" target="_blank">www.mapgears.com</a>
</pre>
</div></div></div>

</blockquote></div><br></div>