Hello Devs,<br><br>I am using Openlayers to display images from Djatoka Image server. I am using two different layers.<br>1. To draw boxes on an image which is OpenLayers.Layer.Boxes<br>2. To dynamically draw boxes on images I am using OpenLayers.Control()<br>
<br>Using Control() functionality I can draw boxes on the image pressing shift key and on mouse down, and on mouse up I can get the coordinates of the box on the image. On mouse up the box disappears and I get the coordinates. My problem is I do not want this box to disappear until I invoke it. I want to draw the box and resize it if required (like we do in Jquery crop plugin Eg:<a href="http://odyniec.net/projects/imgareaselect">http://odyniec.net/projects/imgareaselect</a> ) <br>
<br>It would be of great help if you could guide me how do I achieve this functionality.<br><br>Thanks,<br>Moiz<br>